Make default apps cache multiprofile friendly
[chromium-blink-merge.git] / chrome / DEPS
blob252d5841fc3f865ce12e51d9d6f3f2cab0204857
1 include_rules = [
2   "+ash",
3   "+base/prefs",
4   "+crypto",
5   "+gpu",
6   "+jni",
7   "+leveldb",
8   "+net",
9   "+printing",
10   "+sql",
11   # Browser, renderer, common and tests access V8 for various purposes.
12   "-v8",
13   "+v8/include",
15   # chrome only needs switches from cc. All usage of the compositor is from
16   # content. Definitely don't include generic stuff from cc/base here, if this
17   # is needed these files need to move to base/
18   "+cc/base/switches.h",
20   # Limit what we include from nacl.
21   "-native_client",
22   "+native_client/src/trusted/service_runtime/osx",
23   "+native_client/src/trusted/service_runtime/win",
24   "+native_client/src/shared/imc",
26   # The subdirectories in chrome/ will manually allow their own include
27   # directories in chrome/ so we disallow all of them.
28   "-chrome",
29   "+chrome/common",
30   "+chrome/test",
31   "+components/json_schema",
32   "+components/sessions",
33   "+components/variations",
34   "+components/visitedlink/common",
35   "+content/public/common",
36   "+content/public/test",
37   "+content/test/gpu",
38   "+content/test/net",
40   # Don't allow inclusion of these other libs we shouldn't be calling directly.
41   "-webkit",
42   "-tools",
44   "-crypto/third_party",
46   # Allow inclusion of WebKit API files.
47   "+third_party/WebKit/public/platform",
48   "+third_party/WebKit/public/web",
50   # Allow inclusion of third-party code:
51   "+third_party/hunspell",
52   "+third_party/libxml",
53   "+third_party/mozilla",     # Mozilla interface headers.
54   "+third_party/npapi",       # NPAPI interface headers.
55   "+third_party/skia",
56   "+third_party/tcmalloc",
57   "+third_party/zlib/google",
58   "+third_party/GTM",         # Google Toolbox for Mac.
60   "+ui",