Extensions: Store disable reasons in Sync
[chromium-blink-merge.git] / chrome / test / DEPS
blob88bbd0e0154006185e29c66dd05174fa778203ab
1 include_rules = [
2   # The test directory can do whatever it wants in chrome, and may
3   # rely on components.
4   "+ash",
5   "+chrome",
6   "+chrome/grit",  # For generated headers
7   "+chromeos",
8   "+components",
9   "+extensions",
11   # Tests under chrome/ shouldn't need to access the internals of content/ and
12   # as such are allowed only content/public. If you find yourself wanting to
13   # write such a test, or a test that depends primarily on content, think about
14   # whether the test belongs under content/, or should be split up into a test
15   # within content/ and a test within chrome/.
16   "+content/public",
18   "+gin/public",
19   "+grit",  # For generated headers. TODO(thestig): Remove.
20   "+media/base",
21   "+sandbox/win/tests",
22   "+third_party/mojo/src/mojo/edk/embedder",
23   "+win8/test",