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

Side by Side Diff: android_webview/DEPS

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add findbugs suppression for compatibility code. Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/Android.mk ('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 joth@ and (joi@ or erikwright@) on the review for any changes 1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes
2 # to DEPS files under android_webview/ 2 # to DEPS files under android_webview/
3 3
4 # With the exception of chrome/browser/component, do not add any includes under 4 # Do not add any includes under chrome/ anywhere in android_webview.
5 # chrome/ anywhere in android_webview.
6 5
7 include_rules = [ 6 include_rules = [
8 # 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.
9 "-android_webview/lib", 8 "-android_webview/lib",
10 9
11 "+chrome/browser/component", 10 "!chrome/browser/component",
11 "+content/components",
12 "+content/public/common", 12 "+content/public/common",
13 "+jni", 13 "+jni",
14 "+net", 14 "+net",
15 "+ui/android", 15 "+ui/android",
16 "+ui/base", 16 "+ui/base",
17 "+webkit", 17 "+webkit",
18 ] 18 ]
OLDNEW
« no previous file with comments | « android_webview/Android.mk ('k') | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698