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

Side by Side Diff: android_webview/DEPS

Issue 10831060: Refactor the Android port to allow access to the chrome layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fixes Created 8 years, 4 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
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 "+chrome/android/java/src/org/chromium/chrome/browser/component",
10 "+chrome/browser/component",
9 "+content/public", 11 "+content/public",
10 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698