Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Side by Side Diff: android_webview/DEPS

Issue 2975693002: Add AwVariationsSeedFetchService and refactory VariationsSeedFetcher (Closed)
Patch Set: Update for comments of Patch 5 and fix test failure Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Please include torne@ and (erikwright@) on the review for any changes 1 # Please include torne@ and (erikwright@) on the review for any changes
2 # to DEPS files under android_webview/ 2 # to DEPS files under android_webview/
3 3
4 # Do not add any includes under chrome/ anywhere in android_webview. 4 # Do not add any includes under chrome/ anywhere in android_webview.
5 5
6 include_rules = [ 6 include_rules = [
7 # lib is the top-level target, and must remain a leaf in the dependency tree. 7 # lib is the top-level target, and must remain a leaf in the dependency tree.
8 "-android_webview/lib", 8 "-android_webview/lib",
9 9
10 "+components/network_session_configurator/common", 10 "+components/network_session_configurator/common",
11 "+components/metrics", 11 "+components/metrics",
12 "+components/prefs", 12 "+components/prefs",
13 "+components/variations",
sgurun-gerrit only 2017/07/12 16:12:25 can this be more fine grained - such as android_we
yiyuny 2017/07/12 18:31:30 Done.
13 "+components/version_info", 14 "+components/version_info",
14 # Only allow this header in spellchecking since allowing all of spellchecking 15 # Only allow this header in spellchecking since allowing all of spellchecking
15 # would include both browser and renderer components. 16 # would include both browser and renderer components.
16 "+components/spellcheck/spellcheck_build_features.h", 17 "+components/spellcheck/spellcheck_build_features.h",
17 "+components/supervised_user_error_page", 18 "+components/supervised_user_error_page",
18 "+components/web_restrictions", 19 "+components/web_restrictions",
19 "+content/public/common", 20 "+content/public/common",
20 "+crypto", 21 "+crypto",
21 "+gpu", 22 "+gpu",
22 "+jni", 23 "+jni",
23 # Only this one header in media which doesn't depend on anything else. 24 # Only this one header in media which doesn't depend on anything else.
24 "+media/media_features.h", 25 "+media/media_features.h",
25 "+net", 26 "+net",
26 "+skia", 27 "+skia",
27 "+third_party/skia/include", 28 "+third_party/skia/include",
28 "+ui/android", 29 "+ui/android",
29 "+ui/base", 30 "+ui/base",
30 "+ui/gfx", 31 "+ui/gfx",
31 ] 32 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698