Updating trunk VERSION from 750.0 to 751.0
[chromium-blink-merge.git] / content / DEPS
blob991fd7d369cce14a24e34ec49745513627c5dd66
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   "+app",
5   "+crypto",
7   # TEMPORARY ONLY WHILE WE REDUCE THE DEPENDENCIES.
8   # When the src\content refactoring is complete, this will be unnecessary (and
9   # in fact, a layering violation).
10   "+chrome",
12   # The following directories have been refactored, so no new dependencies
13   # should be added from these directories.
14   "-chrome/browser/printing",
15   "-chrome/browser/extensions",
16   "-chrome/common/extensions",
17   "-chrome/renderer/extensions",
19   # The subdirectories in content/ will manually allow their own include
20   # directories in content/ so we disallow all of them.
21   "-content",
22   "+content/common",
24   "+grit",
25   "+gpu",
26   "+media",
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   "+third_party/gpsd",
38   "+third_party/npapi/bindings",
39   "+third_party/sqlite",
40   # Allow inclusion of WebKit API files.
41   "+third_party/WebKit/Source/WebKit/chromium",
43   "+ui",
44   "+views",
45   "+webkit",