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

Side by Side Diff: chrome/browser/DEPS

Issue 1423063004: Allow Chrome to bind an Application request from mojo_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: . Created 5 years, 1 month 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main.h » ('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", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 142 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
143 "+google_apis", 143 "+google_apis",
144 "+google_update", 144 "+google_update",
145 "+grit", # TODO(thestig) Remove. For generated headers 145 "+grit", # TODO(thestig) Remove. For generated headers
146 "+installer_util_strings", # For generated headers 146 "+installer_util_strings", # For generated headers
147 "+jni", 147 "+jni",
148 "+media/audio", # For media audio hang monitor. 148 "+media/audio", # For media audio hang monitor.
149 "+media/base", # For media switches 149 "+media/base", # For media switches
150 "+media/midi", # For midi switches 150 "+media/midi", # For midi switches
151 "+mojo/application/public/cpp", 151 "+mojo/application/public/cpp",
152 "+mojo/runner/child",
152 "+policy", # For generated headers and source 153 "+policy", # For generated headers and source
153 "+ppapi/c", # For various types. 154 "+ppapi/c", # For various types.
154 "+ppapi/host", 155 "+ppapi/host",
155 "+ppapi/proxy", 156 "+ppapi/proxy",
156 "+ppapi/shared_impl", 157 "+ppapi/shared_impl",
157 # Defines some types that are marshalled over IPC. 158 # Defines some types that are marshalled over IPC.
158 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 159 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
159 "+rlz", 160 "+rlz",
160 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 161 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
161 "+skia/ext", 162 "+skia/ext",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 210 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
210 "+third_party/WebKit/public/web/WebCache.h", 211 "+third_party/WebKit/public/web/WebCache.h",
211 "+third_party/WebKit/public/web/WebContextMenuData.h", 212 "+third_party/WebKit/public/web/WebContextMenuData.h",
212 "+third_party/WebKit/public/web/WebFindOptions.h", 213 "+third_party/WebKit/public/web/WebFindOptions.h",
213 "+third_party/WebKit/public/web/WebInputEvent.h", 214 "+third_party/WebKit/public/web/WebInputEvent.h",
214 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 215 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
215 "+third_party/WebKit/public/web/WebPluginAction.h", 216 "+third_party/WebKit/public/web/WebPluginAction.h",
216 "+third_party/WebKit/public/web/WebTextDirection.h", 217 "+third_party/WebKit/public/web/WebTextDirection.h",
217 "+third_party/WebKit/public/web/WebWindowFeatures.h", 218 "+third_party/WebKit/public/web/WebWindowFeatures.h",
218 ] 219 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/chrome_browser_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698