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

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: Created 4 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
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/scheduler/scheduler.gyp:scheduler', 8 '../components/scheduler/scheduler.gyp:scheduler',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../components/webcrypto/webcrypto.gyp:webcrypto', 10 '../components/webcrypto/webcrypto.gyp:webcrypto',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'child/simple_webmimeregistry_impl.cc', 196 'child/simple_webmimeregistry_impl.cc',
197 'child/simple_webmimeregistry_impl.h', 197 'child/simple_webmimeregistry_impl.h',
198 'child/site_isolation_stats_gatherer.cc', 198 'child/site_isolation_stats_gatherer.cc',
199 'child/site_isolation_stats_gatherer.h', 199 'child/site_isolation_stats_gatherer.h',
200 'child/storage_util.cc', 200 'child/storage_util.cc',
201 'child/storage_util.h', 201 'child/storage_util.h',
202 'child/sync_load_response.cc', 202 'child/sync_load_response.cc',
203 'child/sync_load_response.h', 203 'child/sync_load_response.h',
204 'child/thread_safe_sender.cc', 204 'child/thread_safe_sender.cc',
205 'child/thread_safe_sender.h', 205 'child/thread_safe_sender.h',
206 'child/url_response_body_consumer.cc',
207 'child/url_response_body_consumer.h',
206 'child/v8_value_converter_impl.cc', 208 'child/v8_value_converter_impl.cc',
207 'child/v8_value_converter_impl.h', 209 'child/v8_value_converter_impl.h',
208 'child/web_data_consumer_handle_impl.cc', 210 'child/web_data_consumer_handle_impl.cc',
209 'child/web_data_consumer_handle_impl.h', 211 'child/web_data_consumer_handle_impl.h',
210 'child/web_database_observer_impl.cc', 212 'child/web_database_observer_impl.cc',
211 'child/web_database_observer_impl.h', 213 'child/web_database_observer_impl.h',
212 'child/web_url_loader_impl.cc', 214 'child/web_url_loader_impl.cc',
213 'child/web_url_loader_impl.h', 215 'child/web_url_loader_impl.h',
214 'child/web_url_request_util.cc', 216 'child/web_url_request_util.cc',
215 'child/web_url_request_util.h', 217 'child/web_url_request_util.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '../build/android/ndk.gyp:cpu_features', 258 '../build/android/ndk.gyp:cpu_features',
257 ], 259 ],
258 }], 260 }],
259 ['enable_plugins==0', { 261 ['enable_plugins==0', {
260 'sources!': [ 262 'sources!': [
261 'child/browser_font_resource_trusted.cc', 263 'child/browser_font_resource_trusted.cc',
262 ], 264 ],
263 }], 265 }],
264 ], 266 ],
265 } 267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698