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

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: 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 | « content/OWNERS ('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 60%
copy from chrome/browser/component/navigation_interception/DEPS
copy to content/components/navigation_interception/DEPS
index 4d851675c6a368aafe16fbc6d838b33cff12af37..8ff1d1350b45a0b5bb1938a83bc9fad1db6435f2 100644
--- a/chrome/browser/component/navigation_interception/DEPS
+++ b/content/components/navigation_interception/DEPS
@@ -1,12 +1,13 @@
include_rules = [
"+content/public",
"+net/url_request",
+
+ # For generated JNI includes
+ "+jni",
]
specific_include_rules = {
'.*_(a-z)+test\.cc': [
- # Temporary until test case moves into a separate test runner.
- "!chrome/test/base",
"+testing",
],
}
« no previous file with comments | « content/OWNERS ('k') | content/components/navigation_interception/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698