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

Side by Side Diff: content/content_child.gypi

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Use of this source code is governed by a BSD-style license that can be 1 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file. 2 # found in the LICENSE file.
3 3
4 { 4 {
5 'dependencies': [ 5 'dependencies': [
6 '../base/base.gyp:base', 6 '../base/base.gyp:base',
7 '../components/mime_util/mime_util.gyp:mime_util', 7 '../components/mime_util/mime_util.gyp:mime_util',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../components/webcrypto/webcrypto.gyp:webcrypto', 9 '../components/webcrypto/webcrypto.gyp:webcrypto',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'child/simple_webmimeregistry_impl.cc', 187 'child/simple_webmimeregistry_impl.cc',
188 'child/simple_webmimeregistry_impl.h', 188 'child/simple_webmimeregistry_impl.h',
189 'child/site_isolation_stats_gatherer.cc', 189 'child/site_isolation_stats_gatherer.cc',
190 'child/site_isolation_stats_gatherer.h', 190 'child/site_isolation_stats_gatherer.h',
191 'child/storage_util.cc', 191 'child/storage_util.cc',
192 'child/storage_util.h', 192 'child/storage_util.h',
193 'child/sync_load_response.cc', 193 'child/sync_load_response.cc',
194 'child/sync_load_response.h', 194 'child/sync_load_response.h',
195 'child/thread_safe_sender.cc', 195 'child/thread_safe_sender.cc',
196 'child/thread_safe_sender.h', 196 'child/thread_safe_sender.h',
197 'child/url_response_body_consumer.cc',
198 'child/url_response_body_consumer.h',
197 'child/v8_value_converter_impl.cc', 199 'child/v8_value_converter_impl.cc',
198 'child/v8_value_converter_impl.h', 200 'child/v8_value_converter_impl.h',
199 'child/web_data_consumer_handle_impl.cc', 201 'child/web_data_consumer_handle_impl.cc',
200 'child/web_data_consumer_handle_impl.h', 202 'child/web_data_consumer_handle_impl.h',
201 'child/web_database_observer_impl.cc', 203 'child/web_database_observer_impl.cc',
202 'child/web_database_observer_impl.h', 204 'child/web_database_observer_impl.h',
203 'child/web_url_loader_impl.cc', 205 'child/web_url_loader_impl.cc',
204 'child/web_url_loader_impl.h', 206 'child/web_url_loader_impl.h',
205 'child/web_url_request_util.cc', 207 'child/web_url_request_util.cc',
206 'child/web_url_request_util.h', 208 'child/web_url_request_util.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '../build/android/ndk.gyp:cpu_features', 243 '../build/android/ndk.gyp:cpu_features',
242 ], 244 ],
243 }], 245 }],
244 ['enable_plugins==0', { 246 ['enable_plugins==0', {
245 'sources!': [ 247 'sources!': [
246 'child/browser_font_resource_trusted.cc', 248 'child/browser_font_resource_trusted.cc',
247 ], 249 ],
248 }], 250 }],
249 ], 251 ],
250 } 252 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698