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

Unified Diff: chrome/browser/DEPS

Issue 2398463004: browser_test that creates filesystem resources in extension origin (Closed)
Patch Set: Cleanup. Created 4 years 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/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index fd72ca91d81b00f9fd81d5706d0c9e62ec30b33c..760929430add1142b5c582c3d516b6c4c6d89757 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -118,11 +118,3 @@ include_rules = [
"+third_party/WebKit/public/web/WebTextDirection.h",
"+third_party/WebKit/public/web/WebWindowFeatures.h",
]
-
-specific_include_rules = {
- # Exploits don't abide by DEPS; so all IPC message definitions are fair game
- # in this type of test.
- 'chrome_security_exploit_browsertest\.cc' : [
- '+content/common',
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698