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

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
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 140 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
141 "+google_apis", 141 "+google_apis",
142 "+google_update", 142 "+google_update",
143 "+grit", # TODO(thestig) Remove. For generated headers 143 "+grit", # TODO(thestig) Remove. For generated headers
144 "+installer_util_strings", # For generated headers 144 "+installer_util_strings", # For generated headers
145 "+jni", 145 "+jni",
146 "+media/audio", # For media audio hang monitor. 146 "+media/audio", # For media audio hang monitor.
147 "+media/base", # For media switches 147 "+media/base", # For media switches
148 "+media/midi", # For midi switches 148 "+media/midi", # For midi switches
149 "+mojo/application/public/cpp", 149 "+mojo/application/public/cpp",
150 "+mojo/runner/child",
150 "+policy", # For generated headers and source 151 "+policy", # For generated headers and source
151 "+ppapi/c", # For various types. 152 "+ppapi/c", # For various types.
152 "+ppapi/host", 153 "+ppapi/host",
153 "+ppapi/proxy", 154 "+ppapi/proxy",
154 "+ppapi/shared_impl", 155 "+ppapi/shared_impl",
155 # Defines some types that are marshalled over IPC. 156 # Defines some types that are marshalled over IPC.
156 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 157 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
157 "+rlz", 158 "+rlz",
158 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 159 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
159 "+skia/ext", 160 "+skia/ext",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 208 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
208 "+third_party/WebKit/public/web/WebCache.h", 209 "+third_party/WebKit/public/web/WebCache.h",
209 "+third_party/WebKit/public/web/WebContextMenuData.h", 210 "+third_party/WebKit/public/web/WebContextMenuData.h",
210 "+third_party/WebKit/public/web/WebFindOptions.h", 211 "+third_party/WebKit/public/web/WebFindOptions.h",
211 "+third_party/WebKit/public/web/WebInputEvent.h", 212 "+third_party/WebKit/public/web/WebInputEvent.h",
212 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 213 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
213 "+third_party/WebKit/public/web/WebPluginAction.h", 214 "+third_party/WebKit/public/web/WebPluginAction.h",
214 "+third_party/WebKit/public/web/WebTextDirection.h", 215 "+third_party/WebKit/public/web/WebTextDirection.h",
215 "+third_party/WebKit/public/web/WebWindowFeatures.h", 216 "+third_party/WebKit/public/web/WebWindowFeatures.h",
216 ] 217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698