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

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 7 years 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'child/thread_safe_sender.cc', 143 'child/thread_safe_sender.cc',
144 'child/thread_safe_sender.h', 144 'child/thread_safe_sender.h',
145 'child/web_database_observer_impl.cc', 145 'child/web_database_observer_impl.cc',
146 'child/web_database_observer_impl.h', 146 'child/web_database_observer_impl.h',
147 'child/webblobregistry_impl.cc', 147 'child/webblobregistry_impl.cc',
148 'child/webblobregistry_impl.h', 148 'child/webblobregistry_impl.h',
149 'child/webkitplatformsupport_impl.cc', 149 'child/webkitplatformsupport_impl.cc',
150 'child/webkitplatformsupport_impl.h', 150 'child/webkitplatformsupport_impl.h',
151 'child/webmessageportchannel_impl.cc', 151 'child/webmessageportchannel_impl.cc',
152 'child/webmessageportchannel_impl.h', 152 'child/webmessageportchannel_impl.h',
153 'child/webparserresourcebridge_impl.cc',
154 'child/webparserresourcebridge_impl.h',
153 'child/websocket_bridge.cc', 155 'child/websocket_bridge.cc',
154 'child/websocket_bridge.h', 156 'child/websocket_bridge.h',
155 'child/websocket_dispatcher.cc', 157 'child/websocket_dispatcher.cc',
156 'child/websocket_dispatcher.h', 158 'child/websocket_dispatcher.h',
157 'child/worker_thread_task_runner.cc', 159 'child/worker_thread_task_runner.cc',
158 'child/worker_thread_task_runner.h', 160 'child/worker_thread_task_runner.h',
159 'public/child/image_decoder_utils.h', 161 'public/child/image_decoder_utils.h',
160 'public/child/resource_dispatcher_delegate.h', 162 'public/child/resource_dispatcher_delegate.h',
161 ], 163 ],
162 'conditions': [ 164 'conditions': [
(...skipping 30 matching lines...) Expand all
193 'child/npapi/webplugin_delegate_impl_mac.mm', 195 'child/npapi/webplugin_delegate_impl_mac.mm',
194 ], 196 ],
195 }], 197 }],
196 ['use_aura==1 and OS=="win"', { 198 ['use_aura==1 and OS=="win"', {
197 'sources!': [ 199 'sources!': [
198 'child/npapi/webplugin_delegate_impl_aura.cc', 200 'child/npapi/webplugin_delegate_impl_aura.cc',
199 ], 201 ],
200 }], 202 }],
201 ], 203 ],
202 } 204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698