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

Side by Side Diff: chrome/browser/DEPS

Issue 635233008: Make management.launchApp() work for hosted apps on Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webstore_dialogs_athena
Patch Set: Created 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/activity/public",
4 "+athena/content/public", 5 "+athena/content/public",
5 "+athena/extensions/chrome/public", 6 "+athena/extensions/chrome/public",
6 "+chrome/app", 7 "+chrome/app",
7 "+chrome/grit", # For generated headers 8 "+chrome/grit", # For generated headers
8 "+chrome/installer", 9 "+chrome/installer",
9 "+chrome_elf/blacklist", 10 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 11 "+chrome_elf/chrome_elf_constants.h",
11 "+chrome_elf/create_file", 12 "+chrome_elf/create_file",
12 "+chrome_elf/dll_hash", 13 "+chrome_elf/dll_hash",
13 "+chromeos", 14 "+chromeos",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "+third_party/WebKit/public/web/WebCache.h", 161 "+third_party/WebKit/public/web/WebCache.h",
161 "+third_party/WebKit/public/web/WebContextMenuData.h", 162 "+third_party/WebKit/public/web/WebContextMenuData.h",
162 "+third_party/WebKit/public/web/WebFindOptions.h", 163 "+third_party/WebKit/public/web/WebFindOptions.h",
163 "+third_party/WebKit/public/web/WebInputEvent.h", 164 "+third_party/WebKit/public/web/WebInputEvent.h",
164 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 165 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
165 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 166 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
166 "+third_party/WebKit/public/web/WebPluginAction.h", 167 "+third_party/WebKit/public/web/WebPluginAction.h",
167 "+third_party/WebKit/public/web/WebTextDirection.h", 168 "+third_party/WebKit/public/web/WebTextDirection.h",
168 "+third_party/WebKit/public/web/WebWindowFeatures.h", 169 "+third_party/WebKit/public/web/WebWindowFeatures.h",
169 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698