Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / chrome / DEPS
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",
10
11   # Limit what we include from nacl.
12   "-native_client",
13
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",
25
26   # Don't allow inclusion of these other libs we shouldn't be calling directly.
27   "-webkit",
28   "-tools",
29
30   "-crypto/third_party",
31
32   # Allow inclusion of WebKit API files.
33   "+third_party/WebKit/public/platform",
34   "+third_party/WebKit/public/web",
35
36   # Allow inclusion of third-party code:
37   "+third_party/hunspell",
38   "+third_party/libxml",
39   "+third_party/skia",
40
41   "+ui",
42 ]