forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDEPS
40 lines (39 loc) · 934 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
39
40
include_rules = [
"+ash/public/cpp",
"+chromeos/chromeos_switches.h",
"+chromeos/cryptohome",
"+chromeos/dbus",
"+components/account_id",
"+components/exo",
"+components/keyed_service",
"+components/pref_registry",
"+components/prefs",
"+components/session_manager/core",
"+components/timers",
"+components/user_manager",
"+media/base/video_codecs.h",
"+media/video/video_encode_accelerator.h",
"+mojo",
"+storage/browser/fileapi",
"+third_party/re2",
"+third_party/skia",
"+ui/base/ime",
"+ui/gfx/geometry",
"+ui/gfx/range/range.h",
]
specific_include_rules = {
"arc_bridge_host_impl.cc": [
"+ash/public",
"+content/public/common/service_manager_connection.h",
"+services/service_manager/public",
],
"arc_util.cc": [
"+ui/aura",
],
"arc_util_unittest.cc": [
"+ui/aura",
],
".*_unittest.cc": [
"+content/public/test/test_browser_thread_bundle.h"
],
}