DevTools: allow attaching/detaching DevToolsAgentHosts
[chromium-blink-merge.git] / chrome / DEPS
blob4d2073289a9a1b0e6f12b8ae6f504ae673d9c532
1 include_rules = [
2   "+crypto",
3   "+gpu",
4   "+net",
5   "+printing",
6   "+sql",
7   "+views",
9   # The subdirectories in chrome/ will manually allow their own include
10   # directories in chrome/ so we disallow all of them.
11   "-chrome",
12   "+chrome/common",
13   "+chrome/test",
14   "-content",
15   "+content/common",
16   "+content/test",
18   # Don't allow inclusion of these other libs we shouldn't be calling directly.
19   "-v8",
20   "-webkit",
21   "-tools",
23   "-crypto/third_party",
25   # Allow inclusion of WebKit API files.
26   "+third_party/WebKit/Source/WebKit/chromium",
27   "+webkit/appcache",
28   "+webkit/blob",
29   "+webkit/database",
30   "+webkit/fileapi",
31   "+webkit/quota",
33   # Allow inclusion of third-party code:
34   "+third_party/mozilla",   # Mozilla interface headers.
35   "+third_party/npapi",     # NPAPI interface headers.
36   "+third_party/tcmalloc",  # tcmallo
37   "+third_party/GTM",       # Google Toolbox for Mac.
39   "+ui",