blob: bb842d29706fd6d84705f3fb9569603e1984b219 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("idle") {
sources = [
"idle_api.cc",
"idle_api.h",
"idle_api_constants.cc",
"idle_api_constants.h",
"idle_manager.cc",
"idle_manager.h",
"idle_manager_factory.cc",
"idle_manager_factory.h",
]
deps = [
"//extensions/common/api",
]
}
|