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

Side by Side Diff: content/content_child.gypi

Issue 109283006: Redirect HTML resource bytes directly to parser thread (Chrome side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « content/child/webthread_impl.h ('k') | webkit/child/resource_loader_bridge.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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo.gyp:mojo_environment_chromium', 9 '../mojo/mojo.gyp:mojo_environment_chromium',
10 '../mojo/mojo.gyp:mojo_service_provider_bindings', 10 '../mojo/mojo.gyp:mojo_service_provider_bindings',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'child/webcrypto/webcrypto_impl.cc', 206 'child/webcrypto/webcrypto_impl.cc',
207 'child/webcrypto/webcrypto_impl.h', 207 'child/webcrypto/webcrypto_impl.h',
208 'child/webcrypto/webcrypto_util.cc', 208 'child/webcrypto/webcrypto_util.cc',
209 'child/webcrypto/webcrypto_util.h', 209 'child/webcrypto/webcrypto_util.h',
210 'child/webfallbackthemeengine_impl.cc', 210 'child/webfallbackthemeengine_impl.cc',
211 'child/webfallbackthemeengine_impl.h', 211 'child/webfallbackthemeengine_impl.h',
212 'child/webfileutilities_impl.cc', 212 'child/webfileutilities_impl.cc',
213 'child/webfileutilities_impl.h', 213 'child/webfileutilities_impl.h',
214 'child/webmessageportchannel_impl.cc', 214 'child/webmessageportchannel_impl.cc',
215 'child/webmessageportchannel_impl.h', 215 'child/webmessageportchannel_impl.h',
216 'child/threaded_data_provider.cc',
217 'child/threaded_data_provider.h',
216 'child/websocket_bridge.cc', 218 'child/websocket_bridge.cc',
217 'child/websocket_bridge.h', 219 'child/websocket_bridge.h',
218 'child/websocket_dispatcher.cc', 220 'child/websocket_dispatcher.cc',
219 'child/websocket_dispatcher.h', 221 'child/websocket_dispatcher.h',
220 'child/webthemeengine_impl_android.cc', 222 'child/webthemeengine_impl_android.cc',
221 'child/webthemeengine_impl_android.h', 223 'child/webthemeengine_impl_android.h',
222 'child/webthemeengine_impl_default.cc', 224 'child/webthemeengine_impl_default.cc',
223 'child/webthemeengine_impl_default.h', 225 'child/webthemeengine_impl_default.h',
224 'child/webthemeengine_impl_mac.cc', 226 'child/webthemeengine_impl_mac.cc',
225 'child/webthemeengine_impl_mac.h', 227 'child/webthemeengine_impl_mac.h',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 }, { 304 }, {
303 'dependencies': [ 305 'dependencies': [
304 '../third_party/nss/nss.gyp:nspr', 306 '../third_party/nss/nss.gyp:nspr',
305 '../third_party/nss/nss.gyp:nss', 307 '../third_party/nss/nss.gyp:nss',
306 ], 308 ],
307 }], 309 }],
308 ], 310 ],
309 }], 311 }],
310 ], 312 ],
311 } 313 }
OLDNEW
« no previous file with comments | « content/child/webthread_impl.h ('k') | webkit/child/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698