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

Side by Side Diff: chrome/browser/DEPS

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Type converter arg change. Created 5 years, 8 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/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "+media/base", # For media switches 116 "+media/base", # For media switches
117 "+policy", # For generated headers and source 117 "+policy", # For generated headers and source
118 "+ppapi/c", # For various types. 118 "+ppapi/c", # For various types.
119 "+ppapi/host", 119 "+ppapi/host",
120 "+ppapi/proxy", 120 "+ppapi/proxy",
121 "+ppapi/shared_impl", 121 "+ppapi/shared_impl",
122 # Defines some types that are marshalled over IPC. 122 # Defines some types that are marshalled over IPC.
123 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 123 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
124 "+rlz", 124 "+rlz",
125 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 125 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
126 "+services/image_decoder",
126 "+skia/ext", 127 "+skia/ext",
128 "+skia/public",
127 "+sync/api", # Sync API files. 129 "+sync/api", # Sync API files.
128 "+sync/internal_api/public/attachments", # Needed for tests. 130 "+sync/internal_api/public/attachments", # Needed for tests.
129 "+sync/protocol", # Sync protobuf files. 131 "+sync/protocol", # Sync protobuf files.
130 "+sync/util", # Sync utilities like GetSessionName. 132 "+sync/util", # Sync utilities like GetSessionName.
131 "+syzygy/kasko", 133 "+syzygy/kasko",
132 "+third_party/cros_system_api", 134 "+third_party/cros_system_api",
133 "+win8/util", 135 "+win8/util",
134 136
135 # chrome only needs switches from cc. All usage of the compositor is from 137 # chrome only needs switches from cc. All usage of the compositor is from
136 # content. Definitely don't include generic stuff from cc/base here, if this 138 # content. Definitely don't include generic stuff from cc/base here, if this
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 176 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
175 "+third_party/WebKit/public/web/WebCache.h", 177 "+third_party/WebKit/public/web/WebCache.h",
176 "+third_party/WebKit/public/web/WebContextMenuData.h", 178 "+third_party/WebKit/public/web/WebContextMenuData.h",
177 "+third_party/WebKit/public/web/WebFindOptions.h", 179 "+third_party/WebKit/public/web/WebFindOptions.h",
178 "+third_party/WebKit/public/web/WebInputEvent.h", 180 "+third_party/WebKit/public/web/WebInputEvent.h",
179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 181 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
180 "+third_party/WebKit/public/web/WebPluginAction.h", 182 "+third_party/WebKit/public/web/WebPluginAction.h",
181 "+third_party/WebKit/public/web/WebTextDirection.h", 183 "+third_party/WebKit/public/web/WebTextDirection.h",
182 "+third_party/WebKit/public/web/WebWindowFeatures.h", 184 "+third_party/WebKit/public/web/WebWindowFeatures.h",
183 ] 185 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698