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

Unified Diff: content/components/navigation_interception/DEPS

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Output to navigation_interception/ and use +jni in DEPS 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 | « content/components/content_components.gyp ('k') | content/components/navigation_interception/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/components/navigation_interception/DEPS
diff --git a/chrome/browser/component/navigation_interception/DEPS b/content/components/navigation_interception/DEPS
similarity index 68%
rename from chrome/browser/component/navigation_interception/DEPS
rename to content/components/navigation_interception/DEPS
index 4d851675c6a368aafe16fbc6d838b33cff12af37..27cf025c090699dbe2ba4367a144a39601d9d2af 100644
--- a/chrome/browser/component/navigation_interception/DEPS
+++ b/content/components/navigation_interception/DEPS
@@ -1,6 +1,10 @@
include_rules = [
"+content/public",
"+net/url_request",
+ "+chrome/test/base/chrome_render_view_host_test_harness.h",
jam 2012/11/02 16:52:37 anything below content/ shouldn't depend on chrome
+
+ # For generated JNI includes
+ "+jni",
]
specific_include_rules = {
« no previous file with comments | « content/components/content_components.gyp ('k') | content/components/navigation_interception/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698