summaryrefslogtreecommitdiffstats
path: root/content/content.gyp
diff options
context:
space:
mode:
authorjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-08 21:05:19 +0000
committerjknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-08 21:05:19 +0000
commit6870f228064af73a7a341541782c8e6337183a48 (patch)
tree6b538446373193ba449980eb4e6c9e27a9ef58a8 /content/content.gyp
parentdc46d8f470aae1bddf179f16823b20f4cb240927 (diff)
downloadchromium_src-6870f228064af73a7a341541782c8e6337183a48.zip
chromium_src-6870f228064af73a7a341541782c8e6337183a48.tar.gz
chromium_src-6870f228064af73a7a341541782c8e6337183a48.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@166758 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content.gyp')
-rw-r--r--content/content.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content.gyp b/content/content.gyp
index 046293d..9961de2 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -33,6 +33,7 @@
['OS != "ios"', {
'includes': [
'../build/win_precompile.gypi',
+ 'content_components_navigation_interception.gypi',
'content_shell.gypi',
],
}],