[content shell] hook up testRunner.dumpEditingCallbacks
[chromium-blink-merge.git] / content / DEPS
blobe615c72f295a829345287267703386343fd6c915
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   "+cc",
6   "+crypto",
8   # The subdirectories in content/ will manually allow their own include
9   # directories in content/ so we disallow all of them.
10   "-content",
11   "+content/common",
12   "+content/port/common",
13   "+content/public/common",
14   "+content/public/test",
15   "+content/shell",  # for content_browsertests
16   "+content/test",
18   "+grit/content_resources.h",
19   "+grit/ui_resources.h",
20   "+grit/webkit_chromium_resources.h",
21   "+grit/webkit_resources.h",
22   "+grit/webkit_strings.h",
24   "+dbus",
25   "+gpu",
26   "+net",
27   "+ppapi",
28   "+printing",
29   "+sandbox",
30   "+skia",
32   # In general, content/ should not rely on google_apis, since URLs
33   # and access tokens should usually be provided by the
34   # embedder.
35   #
36   # There are a couple of specific parts of content that are excepted
37   # from this rule, see content/browser/speech/DEPS and
38   # content/browser/geolocation/DEPS.  Both of these are cases of
39   # implementations that are strongly tied to Google servers, i.e. we
40   # don't expect alternate implementations to be provided by the
41   # embedder.
42   "-google_apis",
44   # Don't allow inclusion of these other libs we shouldn't be calling directly.
45   "-v8",
46   "-tools",
48   # Allow inclusion of third-party code:
49   "+third_party/angle",
50   "+third_party/flac",
51   "+third_party/gpsd",
52   "+third_party/mozilla",
53   "+third_party/npapi/bindings",
54   "+third_party/skia",
55   "+third_party/sqlite",
56   "+third_party/tcmalloc",
57   "+third_party/khronos",
58   "+third_party/webrtc",
59   "+third_party/WebKit/Source/Platform/chromium",
60   "+third_party/WebKit/Source/WebKit/chromium",
62   "+ui/android",
63   # Aura is analogous to Win32 or a Gtk, so it is allowed.
64   "+ui/aura",
65   "+ui/base",
66   "+ui/compositor",
67   "+ui/gfx",
68   "+ui/gl",
69   "+ui/native_theme",
70   "+ui/snapshot",
71   "+ui/surface",
72   # Content knows about grd files, but the specifics of how to get a resource
73   # given its id is left to the embedder.
74   "-ui/base/l10n",
75   "-ui/base/resource",
76   # This file isn't related to grd, so it's fine.
77   "+ui/base/l10n/l10n_util_win.h",
79   # Content shouldn't depend on views. While we technically don't need this
80   # line, since the top level DEPS doesn't allow it, we add it to make this
81   # explicit.
82   "-ui/views",
84   "+webkit",
85   "-webkit/dom_storage",
86   "+webkit/dom_storage/dom_storage_types.h",
88   # For generated JNI includes.
89   "+jni",