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

Unified Diff: chrome/browser/component/navigation_interception/DEPS

Issue 10946008: Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed presubmit warning for jni_generator.py Created 8 years, 2 months 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
Index: chrome/browser/component/navigation_interception/DEPS
diff --git a/chrome/browser/component/navigation_interception/DEPS b/chrome/browser/component/navigation_interception/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..4d851675c6a368aafe16fbc6d838b33cff12af37
--- /dev/null
+++ b/chrome/browser/component/navigation_interception/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ "+content/public",
+ "+net/url_request",
+]
+
+specific_include_rules = {
+ '.*_(a-z)+test\.cc': [
+ # Temporary until test case moves into a separate test runner.
+ "!chrome/test/base",
+ "+testing",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698