summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
diff options
context:
space:
mode:
authorjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 10:06:13 +0000
committerjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-09 10:06:13 +0000
commitb27a584f0833778b88ad30de5e7c198ee1cc2624 (patch)
tree8ea65f42773a37a4afe2df54737deeed01162a54 /android_webview/DEPS
parent0056cf6b3a08c2859ad9345754c10d41d7d94dc6 (diff)
downloadchromium_src-b27a584f0833778b88ad30de5e7c198ee1cc2624.zip
chromium_src-b27a584f0833778b88ad30de5e7c198ee1cc2624.tar.gz
chromium_src-b27a584f0833778b88ad30de5e7c198ee1cc2624.tar.bz2
Move navigation interception component to content/components
1. Move C++ source from chrome/browser/component/navigation_interception to content/components/navigation_interception. 2. Change the namespace from navigation_interception:: to content:: 3. Change Java package from org.chromium.chrome.browser.components. navigation_interception to org.chromium.content.components. navigation_interception. I will follow up with another patch to completely remove chrome/browser/component/navigation_interception once external dependencies have been updated to use the component at its new component BUG=157575 Review URL: https://chromiumcodereview.appspot.com/11293017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r--android_webview/DEPS6
1 files changed, 3 insertions, 3 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 2ae1b78..29747ce 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",