Revert of Catch Exception for Intent.parseUri instead of URISyntaxException (patchset...
[chromium-blink-merge.git] / chrome / DEPS
blobc82a86224031ca93e2b39483fe80e55d283675f6
1 include_rules = [
2   "+crypto",
3   "+gpu",
4   "+net",
5   "+pdf",
6   "+printing",
7   "+sql",
8   # Browser, renderer, common and tests access V8 for various purposes.
9   "-v8",
10   "+v8/include",
12   # Limit what we include from nacl.
13   "-native_client",
15   # The subdirectories in chrome/ will manually allow their own include
16   # directories in chrome/ so we disallow all of them.
17   "-chrome",
18   "+chrome/common",
19   "+chrome/test",
20   "+components/content_settings/core/common",
21   "+components/error_page/common",
22   "+components/url_fixer",
23   "+components/variations",
24   "+content/public/common",
25   "+content/public/test",
26   "+mojo/common",
28   # Don't allow inclusion of these other libs we shouldn't be calling directly.
29   "-webkit",
30   "-tools",
32   "-crypto/third_party",
34   # Allow inclusion of WebKit API files.
35   "+third_party/WebKit/public/platform",
36   "+third_party/WebKit/public/web",
38   # Allow inclusion of third-party code:
39   "+third_party/hunspell_new",
40   "+third_party/libxml",
41   "+third_party/mojo/src/mojo/public",
42   "+third_party/skia",
44   "+ui",