forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEPS
29 lines (26 loc) · 846 Bytes
/
DEPS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Please include torne@ and (erikwright@) on the review for any changes
# to DEPS files under android_webview/
# Do not add any includes under chrome/ anywhere in android_webview.
include_rules = [
# lib is the top-level target, and must remain a leaf in the dependency tree.
"-android_webview/lib",
"+components/metrics",
"+components/prefs",
"+components/version_info",
# Only allow this header in spellchecking since allowing all of spellchecking
# would include both browser and renderer components.
"+components/spellcheck/spellcheck_build_features.h",
"+components/supervised_user_error_page",
"+components/web_restrictions",
"+content/public/common",
"+crypto",
"+gpu",
"+grit/components_strings.h",
"+jni",
"+net",
"+skia",
"+third_party/skia/include",
"+ui/android",
"+ui/base",
"+ui/gfx",
]