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

Side by Side Diff: chrome/browser/DEPS

Issue 2398463004: browser_test that creates filesystem resources in extension origin (Closed)
Patch Set: Rebase & apply alex's fixes. 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chrome_security_exploit_browsertest.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 111 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
112 "+third_party/WebKit/public/public_features.h", 112 "+third_party/WebKit/public/public_features.h",
113 "+third_party/WebKit/public/web/WebCache.h", 113 "+third_party/WebKit/public/web/WebCache.h",
114 "+third_party/WebKit/public/web/WebContextMenuData.h", 114 "+third_party/WebKit/public/web/WebContextMenuData.h",
115 "+third_party/WebKit/public/web/WebFindOptions.h", 115 "+third_party/WebKit/public/web/WebFindOptions.h",
116 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 116 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
117 "+third_party/WebKit/public/web/WebPluginAction.h", 117 "+third_party/WebKit/public/web/WebPluginAction.h",
118 "+third_party/WebKit/public/web/WebTextDirection.h", 118 "+third_party/WebKit/public/web/WebTextDirection.h",
119 "+third_party/WebKit/public/web/WebWindowFeatures.h", 119 "+third_party/WebKit/public/web/WebWindowFeatures.h",
120 ] 120 ]
121
122 specific_include_rules = {
123 # Exploits don't abide by DEPS; so all IPC message definitions are fair game
124 # in this type of test.
125 'chrome_security_exploit_browsertest\.cc' : [
126 '+content/common',
127 ],
128 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_security_exploit_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698