[Mac] PepperFlash default on canary, opt-in on dev.
[chromium-blink-merge.git] / chrome / DEPS
blobc94de562e1f3e162170da5afe7e1a6f8e247ece0
1 include_rules = [
2   "+ash",
3   "+crypto",
4   "+gpu",
5   "+native_client",
6   "+net",
7   "+printing",
8   "+sql",
9   # Browser, renderer, common and tests access V8 for various purposes.
10   "-v8",
11   "+v8/include",
13   # The subdirectories in chrome/ will manually allow their own include
14   # directories in chrome/ so we disallow all of them.
15   "-chrome",
16   "+chrome/common",
17   "+chrome/test",
18   "+content/public/common",
19   "+content/public/test",
20   "+content/test/gpu",
21   "+content/test/net",
22   "+content/test/browser_test_base.h",  # http://crbug.com/90448
24   # Don't allow inclusion of these other libs we shouldn't be calling directly.
25   "-webkit",
26   "-tools",
28   "-crypto/third_party",
30   # Allow inclusion of WebKit API files.
31   "+third_party/WebKit/Source/Platform/chromium",
32   "+third_party/WebKit/Source/WebKit/chromium",
33   "+webkit/appcache",
34   "+webkit/blob",
35   "+webkit/chromeos/fileapi",
36   "+webkit/database",
37   "+webkit/fileapi",
38   "+webkit/quota",
40   # Allow inclusion of third-party code:
41   "+third_party/hunspell",
42   "+third_party/icon_family", # IconFamily for Mac.
43   "+third_party/libxml",
44   "+third_party/mozilla",     # Mozilla interface headers.
45   "+third_party/npapi",       # NPAPI interface headers.
46   "+third_party/skia",
47   "+third_party/tcmalloc",    # tcmallo
48   "+third_party/GTM",         # Google Toolbox for Mac.
50   "+ui",