fixup! Upload upstream chromium 85.0.4183.93
[platform/framework/web/chromium-efl.git] / android_webview / DEPS
1 # Please include torne@ and (erikwright@) on the review for any changes
2 # to DEPS files under android_webview/
3
4 # Do not add any includes under chrome/ anywhere in android_webview.
5
6 include_rules = [
7   # lib is the top-level target, and must remain a leaf in the dependency tree.
8   "-android_webview/lib",
9
10   "+android_webview/browser_jni_headers",
11   "+components/about_ui",
12   "+components/content_capture",
13   "+components/embedder_support/android/java",
14   "+components/heap_profiling",
15   "+components/google/core",
16   "+components/gwp_asan",
17   "+components/js_injection",
18   "+components/network_session_configurator/common",
19   "+components/metrics",
20   "+components/prefs",
21   "+components/services/heap_profiling/public",
22   "+components/version_info",
23   # Only allow this header in spellchecking since allowing all of spellchecking
24   # would include both browser and renderer components.
25   "+components/spellcheck/spellcheck_buildflags.h",
26   "+components/ui_devtools/buildflags.h",
27   "+content/public/common",
28   "+crypto",
29   "+gpu",
30   # Only this one header in media which doesn't depend on anything else.
31   "+media/media_buildflags.h",
32   "+mojo/public/cpp/bindings",
33   "+net",
34   "+services/network/public/cpp",
35   "+services/preferences/tracked",
36   "+services/service_manager/public",
37   "+services/viz/public/mojom",
38   "+skia",
39   "+third_party/skia/include",
40   "+third_party/boringssl/src/include",
41   "+ui/android",
42   "+ui/base",
43   "+ui/gfx",
44
45   # Used for Vulkan interop path.
46   "+third_party/vulkan/include",
47   "+third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h",
48 ]