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

Unified Diff: android_webview/DEPS

Issue 10855171: Add a test runner for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/aw_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/DEPS
diff --git a/android_webview/DEPS b/android_webview/DEPS
index ed3891d58c1290750ecd4c355d9f8ae6af9ee878..514d673d24f5d8b993ea5077e5291fb233db170f 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -6,7 +6,11 @@
# chrome/ should go into android_webview/lib/ or be refactored.
include_rules = [
+ # lib is the top-level target, and must remain a leaf in the dependency tree.
+ "-android_webview/lib",
+
"+chrome/android/java/src/org/chromium/chrome/browser/component",
"+chrome/browser/component",
"+content/public",
+ "+jni",
]
« no previous file with comments | « no previous file | android_webview/aw_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698