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

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: Rebase and address comments. Created 5 years, 6 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/image_decoder.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 "+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 27 matching lines...) Expand all
38 "+components/enhanced_bookmarks", 38 "+components/enhanced_bookmarks",
39 "+components/favicon", 39 "+components/favicon",
40 "+components/favicon_base", 40 "+components/favicon_base",
41 "+components/feedback", 41 "+components/feedback",
42 "+components/gcm_driver", 42 "+components/gcm_driver",
43 "+components/google", 43 "+components/google",
44 "+components/grit", 44 "+components/grit",
45 "+components/guest_view", 45 "+components/guest_view",
46 "+components/handoff", 46 "+components/handoff",
47 "+components/history", 47 "+components/history",
48 "+components/image_decoder",
48 "+components/infobars", 49 "+components/infobars",
49 "+components/invalidation", 50 "+components/invalidation",
50 "+components/keyed_service", 51 "+components/keyed_service",
51 "+components/language_usage_metrics", 52 "+components/language_usage_metrics",
52 "+components/leveldb_proto", 53 "+components/leveldb_proto",
53 "+components/metrics", 54 "+components/metrics",
54 "+components/mime_util", 55 "+components/mime_util",
55 "+components/nacl/browser", 56 "+components/nacl/browser",
56 "+components/nacl/common", 57 "+components/nacl/common",
57 "+components/navigation_interception", 58 "+components/navigation_interception",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "+policy", # For generated headers and source 124 "+policy", # For generated headers and source
124 "+ppapi/c", # For various types. 125 "+ppapi/c", # For various types.
125 "+ppapi/host", 126 "+ppapi/host",
126 "+ppapi/proxy", 127 "+ppapi/proxy",
127 "+ppapi/shared_impl", 128 "+ppapi/shared_impl",
128 # Defines some types that are marshalled over IPC. 129 # Defines some types that are marshalled over IPC.
129 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 130 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
130 "+rlz", 131 "+rlz",
131 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 132 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
132 "+skia/ext", 133 "+skia/ext",
134 "+skia/public",
133 "+sync/api", # Sync API files. 135 "+sync/api", # Sync API files.
134 "+sync/internal_api/public/attachments", # Needed for tests. 136 "+sync/internal_api/public/attachments", # Needed for tests.
135 "+sync/protocol", # Sync protobuf files. 137 "+sync/protocol", # Sync protobuf files.
136 "+sync/util", # Sync utilities like GetSessionName. 138 "+sync/util", # Sync utilities like GetSessionName.
137 "+syzygy/kasko", 139 "+syzygy/kasko",
138 "+third_party/cros_system_api", 140 "+third_party/cros_system_api",
139 "+win8/util", 141 "+win8/util",
140 142
141 # chrome only needs switches from cc. All usage of the compositor is from 143 # chrome only needs switches from cc. All usage of the compositor is from
142 # content. Definitely don't include generic stuff from cc/base here, if this 144 # 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
180 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 182 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
181 "+third_party/WebKit/public/web/WebCache.h", 183 "+third_party/WebKit/public/web/WebCache.h",
182 "+third_party/WebKit/public/web/WebContextMenuData.h", 184 "+third_party/WebKit/public/web/WebContextMenuData.h",
183 "+third_party/WebKit/public/web/WebFindOptions.h", 185 "+third_party/WebKit/public/web/WebFindOptions.h",
184 "+third_party/WebKit/public/web/WebInputEvent.h", 186 "+third_party/WebKit/public/web/WebInputEvent.h",
185 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 187 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
186 "+third_party/WebKit/public/web/WebPluginAction.h", 188 "+third_party/WebKit/public/web/WebPluginAction.h",
187 "+third_party/WebKit/public/web/WebTextDirection.h", 189 "+third_party/WebKit/public/web/WebTextDirection.h",
188 "+third_party/WebKit/public/web/WebWindowFeatures.h", 190 "+third_party/WebKit/public/web/WebWindowFeatures.h",
189 ] 191 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/image_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698