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

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: Leak fix Created 6 years, 9 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 # 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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/base/ui_base.gyp:ui_base', 10 '../ui/base/ui_base.gyp:ui_base',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'child/webfallbackthemeengine_impl.cc', 188 'child/webfallbackthemeengine_impl.cc',
189 'child/webfallbackthemeengine_impl.h', 189 'child/webfallbackthemeengine_impl.h',
190 'child/webfileutilities_impl.cc', 190 'child/webfileutilities_impl.cc',
191 'child/webfileutilities_impl.h', 191 'child/webfileutilities_impl.h',
192 'child/webkitplatformsupport_child_impl.cc', 192 'child/webkitplatformsupport_child_impl.cc',
193 'child/webkitplatformsupport_child_impl.h', 193 'child/webkitplatformsupport_child_impl.h',
194 'child/webkitplatformsupport_impl.cc', 194 'child/webkitplatformsupport_impl.cc',
195 'child/webkitplatformsupport_impl.h', 195 'child/webkitplatformsupport_impl.h',
196 'child/webmessageportchannel_impl.cc', 196 'child/webmessageportchannel_impl.cc',
197 'child/webmessageportchannel_impl.h', 197 'child/webmessageportchannel_impl.h',
198 'child/threadeddataprovider.cc',
199 'child/threadeddataprovider.h',
198 'child/websocket_bridge.cc', 200 'child/websocket_bridge.cc',
199 'child/websocket_bridge.h', 201 'child/websocket_bridge.h',
200 'child/websocket_dispatcher.cc', 202 'child/websocket_dispatcher.cc',
201 'child/websocket_dispatcher.h', 203 'child/websocket_dispatcher.h',
202 'child/webthemeengine_impl_android.cc', 204 'child/webthemeengine_impl_android.cc',
203 'child/webthemeengine_impl_android.h', 205 'child/webthemeengine_impl_android.h',
204 'child/webthemeengine_impl_default.cc', 206 'child/webthemeengine_impl_default.cc',
205 'child/webthemeengine_impl_default.h', 207 'child/webthemeengine_impl_default.h',
206 'child/webthemeengine_impl_mac.cc', 208 'child/webthemeengine_impl_mac.cc',
207 'child/webthemeengine_impl_mac.h', 209 'child/webthemeengine_impl_mac.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 }, { 283 }, {
282 'dependencies': [ 284 'dependencies': [
283 '../third_party/nss/nss.gyp:nspr', 285 '../third_party/nss/nss.gyp:nspr',
284 '../third_party/nss/nss.gyp:nss', 286 '../third_party/nss/nss.gyp:nss',
285 ], 287 ],
286 }], 288 }],
287 ], 289 ],
288 }], 290 }],
289 ], 291 ],
290 } 292 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698