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

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: Clean up and add test. 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "+media/base", # For media switches 115 "+media/base", # For media switches
116 "+policy", # For generated headers and source 116 "+policy", # For generated headers and source
117 "+ppapi/c", # For various types. 117 "+ppapi/c", # For various types.
118 "+ppapi/host", 118 "+ppapi/host",
119 "+ppapi/proxy", 119 "+ppapi/proxy",
120 "+ppapi/shared_impl", 120 "+ppapi/shared_impl",
121 # Defines some types that are marshalled over IPC. 121 # Defines some types that are marshalled over IPC.
122 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 122 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
123 "+rlz", 123 "+rlz",
124 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 124 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
125 "+services/image_decoder",
125 "+skia/ext", 126 "+skia/ext",
127 "+skia/public",
126 "+sync/api", # Sync API files. 128 "+sync/api", # Sync API files.
127 "+sync/internal_api/public/attachments", # Needed for tests. 129 "+sync/internal_api/public/attachments", # Needed for tests.
128 "+sync/protocol", # Sync protobuf files. 130 "+sync/protocol", # Sync protobuf files.
129 "+sync/util", # Sync utilities like GetSessionName. 131 "+sync/util", # Sync utilities like GetSessionName.
130 "+syzygy/kasko", 132 "+syzygy/kasko",
131 "+third_party/cros_system_api", 133 "+third_party/cros_system_api",
132 "+win8/util", 134 "+win8/util",
133 135
134 # chrome only needs switches from cc. All usage of the compositor is from 136 # chrome only needs switches from cc. All usage of the compositor is from
135 # content. Definitely don't include generic stuff from cc/base here, if this 137 # 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
173 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 175 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
174 "+third_party/WebKit/public/web/WebCache.h", 176 "+third_party/WebKit/public/web/WebCache.h",
175 "+third_party/WebKit/public/web/WebContextMenuData.h", 177 "+third_party/WebKit/public/web/WebContextMenuData.h",
176 "+third_party/WebKit/public/web/WebFindOptions.h", 178 "+third_party/WebKit/public/web/WebFindOptions.h",
177 "+third_party/WebKit/public/web/WebInputEvent.h", 179 "+third_party/WebKit/public/web/WebInputEvent.h",
178 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 180 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
179 "+third_party/WebKit/public/web/WebPluginAction.h", 181 "+third_party/WebKit/public/web/WebPluginAction.h",
180 "+third_party/WebKit/public/web/WebTextDirection.h", 182 "+third_party/WebKit/public/web/WebTextDirection.h",
181 "+third_party/WebKit/public/web/WebWindowFeatures.h", 183 "+third_party/WebKit/public/web/WebWindowFeatures.h",
182 ] 184 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698