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

Side by Side Diff: android_webview/DEPS

Issue 1714573002: Remove the ability of webpages to specify strings for the onbeforeunload dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 9 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 | « no previous file | android_webview/browser/aw_contents_client_bridge_base.h » ('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/data_reduction_proxy", 10 "+components/data_reduction_proxy",
11 "+components/devtools_discovery", 11 "+components/devtools_discovery",
12 "+components/metrics", 12 "+components/metrics",
13 "+components/prefs", 13 "+components/prefs",
14 "+content/public/common", 14 "+content/public/common",
15 "+crypto", 15 "+crypto",
16 "+gpu", 16 "+gpu",
17 "+grit/components_strings.h",
17 "+jni", 18 "+jni",
18 "+net", 19 "+net",
19 "+skia", 20 "+skia",
20 "+third_party/skia/include", 21 "+third_party/skia/include",
21 "+ui/android", 22 "+ui/android",
22 "+ui/base", 23 "+ui/base",
23 "+ui/gfx", 24 "+ui/gfx",
24 ] 25 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/aw_contents_client_bridge_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698