Enable Resize_desktop_to_fit by default for Me2Me connections.
[chromium-blink-merge.git] / chrome / DEPS
blob5119090c495545c79eb03290702ed8df77a1bafb
1 include_rules = [
2   "+ash",
3   "+base/prefs",
4   "+cc",
5   "+crypto",
6   "+gpu",
7   "+jni",
8   "+leveldb",
9   "+net",
10   "+printing",
11   "+sql",
12   # Browser, renderer, common and tests access V8 for various purposes.
13   "-v8",
14   "+v8/include",
16   # Limit what we include from nacl.
17   "-native_client",
18   "+native_client/src/trusted/service_runtime/osx",
19   "+native_client/src/trusted/service_runtime/win",
20   "+native_client/src/shared/imc",
22   # The subdirectories in chrome/ will manually allow their own include
23   # directories in chrome/ so we disallow all of them.
24   "-chrome",
25   "+chrome/common",
26   "+chrome/test",
27   "+components/sessions",
28   "+components/visitedlink/common",
29   "+content/public/common",
30   "+content/public/test",
31   "+content/test/gpu",
32   "+content/test/net",
34   # Don't allow inclusion of these other libs we shouldn't be calling directly.
35   "-webkit",
36   "-tools",
38   "-crypto/third_party",
40   # Allow inclusion of WebKit API files.
41   "+third_party/WebKit/public/platform",
42   "+third_party/WebKit/Source/WebKit/chromium",
44   # Allow inclusion of third-party code:
45   "+third_party/hunspell",
46   "+third_party/libxml",
47   "+third_party/mozilla",     # Mozilla interface headers.
48   "+third_party/npapi",       # NPAPI interface headers.
49   "+third_party/skia",
50   "+third_party/tcmalloc",
51   "+third_party/zlib/google",
52   "+third_party/GTM",         # Google Toolbox for Mac.
54   "+ui",