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

Side by Side Diff: android_webview/DEPS

Issue 2272213003: DevTools: remove devtools_discovery (merged into content). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years, 3 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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/android_webview.gyp » ('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/devtools_discovery",
11 "+components/metrics", 10 "+components/metrics",
12 "+components/prefs", 11 "+components/prefs",
13 "+components/version_info", 12 "+components/version_info",
14 "+components/supervised_user_error_page", 13 "+components/supervised_user_error_page",
15 "+components/web_restrictions", 14 "+components/web_restrictions",
16 "+content/public/common", 15 "+content/public/common",
17 "+crypto", 16 "+crypto",
18 "+gpu", 17 "+gpu",
19 "+grit/components_strings.h", 18 "+grit/components_strings.h",
20 "+jni", 19 "+jni",
21 "+net", 20 "+net",
22 "+skia", 21 "+skia",
23 "+third_party/skia/include", 22 "+third_party/skia/include",
24 "+ui/android", 23 "+ui/android",
25 "+ui/base", 24 "+ui/base",
26 "+ui/gfx", 25 "+ui/gfx",
27 ] 26 ]
OLDNEW
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698