[M67 Dev][Tizen] Integrate GN and set up build environment
[platform/framework/web/chromium-efl.git] / chrome / DEPS
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",
11
12   # Limit what we include from nacl.
13   "-native_client",
14
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/omnibox/common",
23   "+components/services/heap_profiling/public",
24   "+components/url_formatter",
25   "+components/variations",
26   "+content/public/common",
27   "+content/public/test",
28   "+media/media_buildflags.h",
29   "+mojo/common",
30   "+mojo/public",
31   "+ppapi/buildflags",
32
33   # Don't allow inclusion of these other libs we shouldn't be calling directly.
34   "-webkit",
35   "-tools",
36
37   # Allow inclusion of WebKit API files.
38   "+third_party/blink/public/platform",
39   "+third_party/blink/public/public_buildflags.h",
40   "+third_party/blink/public/web",
41
42   # Allow inclusion of third-party code:
43   "+third_party/hunspell",
44   "+third_party/skia",
45
46   "+ui",
47 ]