forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
38 lines (34 loc) · 912 Bytes
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Please keep the dependencies here to a minimum. This is intended to be a
# low level Chrome OS system library that may be used by targets that need to
# be kept as small as possible.
include_rules = [
"+ash/constants",
"+components/account_id/account_id.h",
"+components/device_event_log",
"+components/policy/proto",
"+components/pref_registry",
"+components/prefs",
"+components/user_manager/known_user.h",
"+crypto",
"+google_apis/gaia",
"+media/base/video_facing.h",
"+mojo/public",
"+net",
"+services/device/public",
"+services/network/public",
"+third_party/cros_system_api",
"+third_party/protobuf",
# Some targets may not have any UI, so explictly exclude src/ui.
"-ui",
]
specific_include_rules = {
".*run_all_unittests.cc": [
"+mojo/core/embedder",
],
".*test\.cc": [
"+services/network/test",
],
".*test_suite\.cc": [
"+ui/base",
],
}