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

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: Created 8 years, 3 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..65b3a373469d25fee905a5694a5a5e52ef60097a
--- /dev/null
+++ b/chrome/browser/component/navigation_interception/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+content/public",
+ "+net/url_request",
+ # Temporary until test case moves into a separate test runner.
Jói 2012/09/24 12:27:13 Perhaps these two could be specific include rules?
mkosiba (inactive) 2012/09/25 18:01:47 sure! Didn't know you could do that.
+ "!chrome/test/base",
+ "+testing",
+]

Powered by Google App Engine
This is Rietveld 408576698