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

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, 10 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/gfx/gfx.gyp:gfx', 10 '../ui/gfx/gfx.gyp:gfx',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'child/webblobregistry_impl.cc', 154 'child/webblobregistry_impl.cc',
155 'child/webblobregistry_impl.h', 155 'child/webblobregistry_impl.h',
156 'child/webfileutilities_impl.cc', 156 'child/webfileutilities_impl.cc',
157 'child/webfileutilities_impl.h', 157 'child/webfileutilities_impl.h',
158 'child/webkitplatformsupport_child_impl.cc', 158 'child/webkitplatformsupport_child_impl.cc',
159 'child/webkitplatformsupport_child_impl.h', 159 'child/webkitplatformsupport_child_impl.h',
160 'child/webkitplatformsupport_impl.cc', 160 'child/webkitplatformsupport_impl.cc',
161 'child/webkitplatformsupport_impl.h', 161 'child/webkitplatformsupport_impl.h',
162 'child/webmessageportchannel_impl.cc', 162 'child/webmessageportchannel_impl.cc',
163 'child/webmessageportchannel_impl.h', 163 'child/webmessageportchannel_impl.h',
164 'child/webthreadedresourceprovider_impl.cc',
165 'child/webthreadedresourceprovider_impl.h',
164 'child/websocket_bridge.cc', 166 'child/websocket_bridge.cc',
165 'child/websocket_bridge.h', 167 'child/websocket_bridge.h',
166 'child/websocket_dispatcher.cc', 168 'child/websocket_dispatcher.cc',
167 'child/websocket_dispatcher.h', 169 'child/websocket_dispatcher.h',
168 'child/webthemeengine_impl_android.cc', 170 'child/webthemeengine_impl_android.cc',
169 'child/webthemeengine_impl_android.h', 171 'child/webthemeengine_impl_android.h',
170 'child/webthemeengine_impl_default.cc', 172 'child/webthemeengine_impl_default.cc',
171 'child/webthemeengine_impl_default.h', 173 'child/webthemeengine_impl_default.h',
172 'child/webthemeengine_impl_mac.cc', 174 'child/webthemeengine_impl_mac.cc',
173 'child/webthemeengine_impl_mac.h', 175 'child/webthemeengine_impl_mac.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'child/npapi/webplugin_delegate_impl_mac.mm', 222 'child/npapi/webplugin_delegate_impl_mac.mm',
221 ], 223 ],
222 }], 224 }],
223 ['OS=="win"', { 225 ['OS=="win"', {
224 'sources!': [ 226 'sources!': [
225 'child/npapi/webplugin_delegate_impl_aura.cc', 227 'child/npapi/webplugin_delegate_impl_aura.cc',
226 ], 228 ],
227 }], 229 }],
228 ], 230 ],
229 } 231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698