forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDEPS
30 lines (28 loc) · 837 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
include_rules = [
# The test directory can do whatever it wants in chrome, and may
# rely on components.
"+ash",
"+chrome",
"+chrome/grit",
"+chromeos",
"+components",
"+device/bluetooth/dbus",
"+extensions",
"+mojo",
"+rlz/buildflags",
"+services",
"+storage/browser",
"+storage/common",
# Tests under chrome/ shouldn't need to access the internals of content/ and
# as such are allowed only content/public. If you find yourself wanting to
# write such a test, or a test that depends primarily on content, think about
# whether the test belongs under content/, or should be split up into a test
# within content/ and a test within chrome/.
"+content/public",
"+gin/public",
"+media/base",
"+mojo/core/embedder",
"+sandbox/win/tests",
"+third_party/ocmock",
"+third_party/webrtc",
]