Revert "DevTools: introduce Reattach message, get rid of DevToolsRuntimeProperties...
[chromium-blink-merge.git] / content / DEPS
blob8742fd479ccb78121687141605f2070dbebf7913
1 # Do NOT add chrome to the list below.  We shouldn't be including files from
2 # src/chrome in src/content.
3 include_rules = [
4   "+crypto",
6   "-chrome",
7   # Until we move most of our testing infrastructure in a way that content can
8   # make use of it.
9   "+chrome/test",
11   # The following directories have been refactored, so no new dependencies
12   # should be added from these directories.
13   "-chrome/browser/printing",
14   "-chrome/browser/extensions",
15   "-chrome/common/extensions",
16   "-chrome/renderer/extensions",
18   # The subdirectories in content/ will manually allow their own include
19   # directories in content/ so we disallow all of them.
20   "-content",
21   "+content/common",
22   "+content/test",
24   "+dbus",
25   "+grit",
26   "+gpu",
27   "+net",
28   "+ppapi",
29   "+printing",
30   "+sandbox",
31   "+skia",
33   # Don't allow inclusion of these other libs we shouldn't be calling directly.
34   "-v8",
35   "-tools",
37   # Allow inclusion of third-party code:
38   "+third_party/gpsd",
39   "+third_party/mozilla",
40   "+third_party/npapi/bindings",
41   "+third_party/sqlite",
42   "+third_party/tcmalloc",
43   # Allow inclusion of WebKit API files.
44   "+third_party/WebKit/Source/WebKit/chromium",
46   "+ui/base",
47   "+ui/gfx",
48   # Content knows about grd files, but the specifics of how to get a resource
49   # given its id is left to the embedder.
50   "-ui/base/l10n",
51   "-ui/base/resource",
52   # This file isn't related to grd, so it's fine.
53   "+ui/base/l10n/l10n_util_win.h",
55   # Content shouldn't depend on views. While we technically don't need this
56   # line, since the top level DEPS doesn't allow it, we add it to make this
57   # explicit. 
58   "-views",
59   
60   # Treat Aura like Views for now.
61   "-ui/aura",
62   "-ui/aura_shell",
64   "+webkit",