chromeos: dbus: add Bluetooth properties support
[chromium-blink-merge.git] / content / DEPS
blob6c72fafdbc18ea4c2cb72aad02bf381e4f311910
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 subdirectories in content/ will manually allow their own include
12   # directories in content/ so we disallow all of them.
13   "-content",
14   "+content/common",
15   "+content/public/common",
16   "+content/test",
18   # TODO(ben): remove this
19   "+content/public/browser/native_web_keyboard_event.h",
21   "+grit/content_resources.h",
22   "+grit/webkit_chromium_resources.h",
23   "+grit/webkit_resources.h",
24   "+grit/webkit_strings.h",
26   "+dbus",
27   "+gpu",
28   "+net",
29   "+ppapi",
30   "+printing",
31   "+sandbox",
32   "+skia",
34   # Don't allow inclusion of these other libs we shouldn't be calling directly.
35   "-v8",
36   "-tools",
38   # Allow inclusion of third-party code:
39   "+third_party/gpsd",
40   "+third_party/mozilla",
41   "+third_party/npapi/bindings",
42   "+third_party/sqlite",
43   "+third_party/tcmalloc",
44   "+third_party/khronos",
45   # Allow inclusion of WebKit API files.
46   "+third_party/WebKit/Source/WebKit/chromium",
48   # Aura is analogous to Win32 or a Gtk, so it is allowed.
49   "+ui/aura",
50   "+ui/base",
51   "+ui/gfx",
52   # Content knows about grd files, but the specifics of how to get a resource
53   # given its id is left to the embedder.
54   "-ui/base/l10n",
55   "-ui/base/resource",
56   # This file isn't related to grd, so it's fine.
57   "+ui/base/l10n/l10n_util_win.h",
59   # Content shouldn't depend on views. While we technically don't need this
60   # line, since the top level DEPS doesn't allow it, we add it to make this
61   # explicit. 
62   "-views",
63   
64   # Aura Shell consumes views, so it too is banned.
65   "-ui/aura_shell",
67   "+webkit",