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

Side by Side Diff: android_webview/DEPS

Issue 11017024: Implement AwContentsClient and remove dependency on chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also slip in removing 'aw_' from aw_contents_client_ var name Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 add joi@ or erikwright@ as reviewers for any changes to DEPS files 1 # Please add joi@ or erikwright@ as reviewers for any changes to DEPS files
2 # under android_webview/ as they are keeping track of what needs to become a 2 # under android_webview/ as they are keeping track of what needs to become a
3 # Browser Component. 3 # Browser Component.
4 4
5 # Do not add any includes under chrome/ to this DEPS file. Code that depends on 5 # Do not add any includes under chrome/ to this DEPS file. Code that depends on
6 # chrome/ should go into android_webview/lib/ or be refactored. 6 # chrome/ should go into android_webview/lib/ or be refactored.
7 7
8 include_rules = [ 8 include_rules = [
9 # lib is the top-level target, and must remain a leaf in the dependency tree. 9 # lib is the top-level target, and must remain a leaf in the dependency tree.
10 "-android_webview/lib", 10 "-android_webview/lib",
11 11
12 "+chrome/android/java/src/org/chromium/chrome/browser/component", 12 "+chrome/android/java/src/org/chromium/chrome/browser/component",
13 "+chrome/browser/component", 13 "+chrome/browser/component",
14 "+content/public", 14 "+content/public",
15 "+jni", 15 "+jni",
16 "+net", 16 "+net",
17 "+ui/android", 17 "+ui/android",
18 "+ui/base",
19 "+webkit",
18 ] 20 ]
OLDNEW
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698