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

Side by Side Diff: android_webview/DEPS

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix Created 4 years 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
« no previous file with comments | « no previous file | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/metrics", 10 "+components/metrics",
11 "+components/prefs", 11 "+components/prefs",
12 "+components/version_info", 12 "+components/version_info",
13 # Only allow this header in spellchecking since allowing all of spellchecking 13 # Only allow this header in spellchecking since allowing all of spellchecking
14 # would include both browser and renderer components. 14 # would include both browser and renderer components.
15 "+components/spellcheck/spellcheck_build_features.h", 15 "+components/spellcheck/spellcheck_build_features.h",
16 "+components/supervised_user_error_page", 16 "+components/supervised_user_error_page",
17 "+components/web_restrictions", 17 "+components/web_restrictions",
18 "+content/public/common", 18 "+content/public/common",
19 "+crypto", 19 "+crypto",
20 "+gpu", 20 "+gpu",
21 "+grit/components_strings.h", 21 "+grit/components_strings.h",
22 "+jni", 22 "+jni",
23 # Only this one header in media which doesn't depend on anything else.
24 "+media/media_features.h",
23 "+net", 25 "+net",
24 "+skia", 26 "+skia",
25 "+third_party/skia/include", 27 "+third_party/skia/include",
26 "+ui/android", 28 "+ui/android",
27 "+ui/base", 29 "+ui/base",
28 "+ui/gfx", 30 "+ui/gfx",
29 ] 31 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698