Support Drag and Drop across displays.
[chromium-blink-merge.git] / chrome / DEPS
blobb3ab3de24a7ef5ef23973a811f8c4a256f7716ed
1 include_rules = [
2   "+ash",
3   "+crypto",
4   "+gpu",
5   "+jni",
6   "+leveldb",
7   "+net",
8   "+printing",
9   "+sql",
10   # Browser, renderer, common and tests access V8 for various purposes.
11   "-v8",
12   "+v8/include",
14   # Limit what we include from nacl.
15   "-native_client",
16   "+native_client/src/trusted/service_runtime/osx",
17   "+native_client/src/trusted/service_runtime/win",
18   "+native_client/src/shared/imc",
20   # The subdirectories in chrome/ will manually allow their own include
21   # directories in chrome/ so we disallow all of them.
22   "-chrome",
23   "+chrome/common",
24   "+chrome/test",
25   "+content/public/common",
26   "+content/public/test",
27   "+content/test/gpu",
28   "+content/test/net",
30   # Don't allow inclusion of these other libs we shouldn't be calling directly.
31   "-webkit",
32   "-tools",
34   "-crypto/third_party",
36   # Allow inclusion of WebKit API files.
37   "+third_party/WebKit/Source/Platform/chromium",
38   "+third_party/WebKit/Source/WebKit/chromium",
39   "+webkit/appcache",
40   "+webkit/blob",
41   "+webkit/chromeos/fileapi",
42   "+webkit/database",
43   "+webkit/fileapi",
44   "+webkit/quota",
46   # Allow inclusion of third-party code:
47   "+third_party/hunspell",
48   "+third_party/icon_family", # IconFamily for Mac.
49   "+third_party/libxml",
50   "+third_party/mozilla",     # Mozilla interface headers.
51   "+third_party/npapi",       # NPAPI interface headers.
52   "+third_party/skia",
53   "+third_party/tcmalloc",
54   "+third_party/GTM",         # Google Toolbox for Mac.
56   "+ui",