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

Side by Side Diff: chrome/browser/DEPS

Issue 2364633004: Lock down the registration of blob:chrome-extension:// URLs (Closed)
Patch Set: Fix layout test. 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 97 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
98 "+third_party/WebKit/public/web/WebCache.h", 98 "+third_party/WebKit/public/web/WebCache.h",
99 "+third_party/WebKit/public/web/WebContextMenuData.h", 99 "+third_party/WebKit/public/web/WebContextMenuData.h",
100 "+third_party/WebKit/public/web/WebFindOptions.h", 100 "+third_party/WebKit/public/web/WebFindOptions.h",
101 "+third_party/WebKit/public/web/WebInputEvent.h", 101 "+third_party/WebKit/public/web/WebInputEvent.h",
102 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 102 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
103 "+third_party/WebKit/public/web/WebPluginAction.h", 103 "+third_party/WebKit/public/web/WebPluginAction.h",
104 "+third_party/WebKit/public/web/WebTextDirection.h", 104 "+third_party/WebKit/public/web/WebTextDirection.h",
105 "+third_party/WebKit/public/web/WebWindowFeatures.h", 105 "+third_party/WebKit/public/web/WebWindowFeatures.h",
106 ] 106 ]
107
108 specific_include_rules = {
109 # Exploits don't abide by DEPS; so all IPC message definitions are fair game
110 # in this type of test.
111 'chrome_security_exploit_browsertest\.cc' : [
112 '+content/common',
jam 2016/10/04 23:28:54 we never allow includes from within content from o
ncarter (slow) 2016/10/05 18:22:09 Hi John -- can you respond to the argument made on
jam 2016/10/05 19:11:08 I don't really grep this sentence; it all depends
ncarter (slow) 2016/10/05 20:45:34 I'm saying that an attacker doesn't have to ask OW
113 ],
114 }
OLDNEW
« 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