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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/Android.mk ('k') | android_webview/android_webview.gyp » ('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 2ae1b78cbf6545d81fdfe040bacd31329234061f..29747ce9c4fc196247446d9321ab8b03e40a3c58 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -1,14 +1,14 @@
# Please include joth@ and (joi@ or erikwright@) on the review for any changes
# to DEPS files under android_webview/
-# With the exception of chrome/browser/component, do not add any includes under
-# chrome/ anywhere in android_webview.
+# Do not add any includes under chrome/ anywhere in android_webview.
include_rules = [
# lib is the top-level target, and must remain a leaf in the dependency tree.
"-android_webview/lib",
- "+chrome/browser/component",
+ "!chrome/browser/component",
+ "+content/components",
"+content/public/common",
"+jni",
"+net",
« 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