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

Side by Side Diff: content/content_child.gypi

Issue 2000113002: Delegate WebSocket message handlers to the loading task runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment Created 4 years, 7 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/websocket_message_filter.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'child/webfallbackthemeengine_impl.cc', 216 'child/webfallbackthemeengine_impl.cc',
217 'child/webfallbackthemeengine_impl.h', 217 'child/webfallbackthemeengine_impl.h',
218 'child/webfileutilities_impl.cc', 218 'child/webfileutilities_impl.cc',
219 'child/webfileutilities_impl.h', 219 'child/webfileutilities_impl.h',
220 'child/webmessageportchannel_impl.cc', 220 'child/webmessageportchannel_impl.cc',
221 'child/webmessageportchannel_impl.h', 221 'child/webmessageportchannel_impl.h',
222 'child/websocket_bridge.cc', 222 'child/websocket_bridge.cc',
223 'child/websocket_bridge.h', 223 'child/websocket_bridge.h',
224 'child/websocket_dispatcher.cc', 224 'child/websocket_dispatcher.cc',
225 'child/websocket_dispatcher.h', 225 'child/websocket_dispatcher.h',
226 'child/websocket_message_filter.cc',
227 'child/websocket_message_filter.h',
226 'child/webthemeengine_impl_android.cc', 228 'child/webthemeengine_impl_android.cc',
227 'child/webthemeengine_impl_android.h', 229 'child/webthemeengine_impl_android.h',
228 'child/webthemeengine_impl_default.cc', 230 'child/webthemeengine_impl_default.cc',
229 'child/webthemeengine_impl_default.h', 231 'child/webthemeengine_impl_default.h',
230 'child/webthemeengine_impl_mac.h', 232 'child/webthemeengine_impl_mac.h',
231 'child/weburlresponse_extradata_impl.cc', 233 'child/weburlresponse_extradata_impl.cc',
232 'child/weburlresponse_extradata_impl.h', 234 'child/weburlresponse_extradata_impl.h',
233 'child/worker_thread_message_filter.cc', 235 'child/worker_thread_message_filter.cc',
234 'child/worker_thread_message_filter.h', 236 'child/worker_thread_message_filter.h',
235 'child/worker_thread_registry.cc', 237 'child/worker_thread_registry.cc',
(...skipping 18 matching lines...) Expand all
254 '../build/android/ndk.gyp:cpu_features', 256 '../build/android/ndk.gyp:cpu_features',
255 ], 257 ],
256 }], 258 }],
257 ['enable_plugins==0', { 259 ['enable_plugins==0', {
258 'sources!': [ 260 'sources!': [
259 'child/browser_font_resource_trusted.cc', 261 'child/browser_font_resource_trusted.cc',
260 ], 262 ],
261 }], 263 }],
262 ], 264 ],
263 } 265 }
OLDNEW
« no previous file with comments | « content/child/websocket_message_filter.cc ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698