AppWindowContents: Clean up unnecessary SuspendRenderViewHost.
[chromium-blink-merge.git] / chrome / DEPS
blobcb964ddbd257e083c96ecfc4258321d11abf2942
1 include_rules = [
2   "+crypto",
3   "+gpu",
4   "+net",
5   "+printing",
6   "+sql",
7   # Browser, renderer, common and tests access V8 for various purposes.
8   "-v8",
9   "+v8/include",
11   # Limit what we include from nacl.
12   "-native_client",
14   # The subdirectories in chrome/ will manually allow their own include
15   # directories in chrome/ so we disallow all of them.
16   "-chrome",
17   "+chrome/common",
18   "+chrome/test",
19   "+components/url_fixer",
20   "+components/variations",
21   "+content/public/common",
22   "+content/public/test",
23   "+mojo/common",
24   "+mojo/public",
26   # Don't allow inclusion of these other libs we shouldn't be calling directly.
27   "-webkit",
28   "-tools",
30   "-crypto/third_party",
32   # Allow inclusion of WebKit API files.
33   "+third_party/WebKit/public/platform",
34   "+third_party/WebKit/public/web",
36   # Allow inclusion of third-party code:
37   "+third_party/hunspell",
38   "+third_party/libxml",
39   "+third_party/skia",
41   "+ui",