1 # Do NOT add chrome to the list below. We shouldn't be including files from
2 # src/chrome in src/content.
8 # The subdirectories in content/ will manually allow their own include
9 # directories in content/ so we disallow all of them.
12 "+content/port/common",
13 "+content/public/common",
14 "+content/public/test",
15 "+content/shell", # for content_browsertests
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",
32 # In general, content/ should not rely on google_apis, since URLs
33 # and access tokens should usually be provided by the
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
44 # Don't allow inclusion of these other libs we shouldn't be calling directly.
48 # Allow inclusion of third-party code:
52 "+third_party/mozilla",
53 "+third_party/npapi/bindings",
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",
63 # Aura is analogous to Win32 or a Gtk, so it is allowed.
73 # Content knows about grd files, but the specifics of how to get a resource
74 # given its id is left to the embedder.
77 # This file isn't related to grd, so it's fine.
78 "+ui/base/l10n/l10n_util_win.h",
80 # Content shouldn't depend on views. While we technically don't need this
81 # line, since the top level DEPS doesn't allow it, we add it to make this
86 "-webkit/dom_storage",
87 "+webkit/dom_storage/dom_storage_types.h",
89 # For generated JNI includes.