Update code documentation for enum in EWK headers
[platform/framework/web/chromium-efl.git] / chrome / DEPS
1 include_rules = [
2   "+crypto",
3   "+gpu",
4   "+net",
5   "+pdf/buildflags.h",
6   "+printing",
7   "+sandbox",
8   "+sandbox/policy",
9   "+sql",
10   # Browser, renderer, common and tests access V8 for various purposes.
11   "-v8",
12   "+v8/include",
13
14   # Limit what we include from nacl.
15   "-native_client",
16
17   # Individual subdirectories of chrome/ must explicitly declare their
18   # dependencies on other subdirectories of chrome/.
19   "-chrome",
20
21   "+chrome/common",
22   "+chrome/test",
23   "+components/content_settings/common",
24   "+components/content_settings/core/common",
25   "+components/embedder_support/switches.h",
26   "+components/error_page/common",
27   "+components/media_router/common",
28   "+components/omnibox/common",
29   "+components/services/heap_profiling/public",
30   "+components/url_formatter",
31   "+components/variations",
32   "+content/public/common",
33   "+content/public/test",
34   "+media/media_buildflags.h",
35   "+mojo/public",
36   "+ppapi/buildflags",
37
38   # Don't allow inclusion of these other libs we shouldn't be calling directly.
39   "-webkit",
40   "-tools",
41
42   # Required for process launching.
43   "+services/service_manager",
44
45   # Allow inclusion of WebKit API files.
46   "+third_party/blink/public/common",
47   "+third_party/blink/public/platform",
48   "+third_party/blink/public/public_buildflags.h",
49   "+third_party/blink/public/web",
50
51   # Allow inclusion of third-party code:
52   "+third_party/hunspell",
53   "+third_party/skia",
54
55   "+ui",
56 ]