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

Unified Diff: chrome/browser/DEPS

Issue 2399853003: [M54 merge] Lock down creation of blob:chrome-extension URLs from non-extension processes. (Closed)
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
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 1efc705847dc5c9627232db645e6f3867b5c5f1a..85dddb45b152c0e37514bc2553d2d0bf8d0b75aa 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -106,3 +106,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698