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

Unified Diff: chrome/browser/DEPS

Issue 2364633004: Lock down the registration of blob:chrome-extension:// URLs (Closed)
Patch Set: Pare down CL Created 4 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/browser_process_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 05dc019bd0f245487c02fd57860130ef4d54cf49..30356174b7389ff41592c360e41b72c3671842c1 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -104,3 +104,11 @@ 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',
+ ],
+}
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698