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

Side by Side Diff: content/content_child.gypi

Issue 2119973002: Port WebSockets to Mojo IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error Created 4 years, 4 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 # 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'child/web_url_loader_impl.cc', 204 'child/web_url_loader_impl.cc',
205 'child/web_url_loader_impl.h', 205 'child/web_url_loader_impl.h',
206 'child/web_url_request_util.cc', 206 'child/web_url_request_util.cc',
207 'child/web_url_request_util.h', 207 'child/web_url_request_util.h',
208 'child/webfallbackthemeengine_impl.cc', 208 'child/webfallbackthemeengine_impl.cc',
209 'child/webfallbackthemeengine_impl.h', 209 'child/webfallbackthemeengine_impl.h',
210 'child/webfileutilities_impl.cc', 210 'child/webfileutilities_impl.cc',
211 'child/webfileutilities_impl.h', 211 'child/webfileutilities_impl.h',
212 'child/webmessageportchannel_impl.cc', 212 'child/webmessageportchannel_impl.cc',
213 'child/webmessageportchannel_impl.h', 213 'child/webmessageportchannel_impl.h',
214 'child/websocket_bridge.cc',
215 'child/websocket_bridge.h',
216 'child/websocket_dispatcher.cc',
217 'child/websocket_dispatcher.h',
218 'child/websocket_message_filter.cc',
219 'child/websocket_message_filter.h',
220 'child/webthemeengine_impl_android.cc', 214 'child/webthemeengine_impl_android.cc',
221 'child/webthemeengine_impl_android.h', 215 'child/webthemeengine_impl_android.h',
222 'child/webthemeengine_impl_default.cc', 216 'child/webthemeengine_impl_default.cc',
223 'child/webthemeengine_impl_default.h', 217 'child/webthemeengine_impl_default.h',
224 'child/webthemeengine_impl_mac.h', 218 'child/webthemeengine_impl_mac.h',
225 'child/weburlresponse_extradata_impl.cc', 219 'child/weburlresponse_extradata_impl.cc',
226 'child/weburlresponse_extradata_impl.h', 220 'child/weburlresponse_extradata_impl.h',
227 'child/worker_thread_message_filter.cc', 221 'child/worker_thread_message_filter.cc',
228 'child/worker_thread_message_filter.h', 222 'child/worker_thread_message_filter.h',
229 'child/worker_thread_registry.cc', 223 'child/worker_thread_registry.cc',
(...skipping 18 matching lines...) Expand all
248 '../build/android/ndk.gyp:cpu_features', 242 '../build/android/ndk.gyp:cpu_features',
249 ], 243 ],
250 }], 244 }],
251 ['enable_plugins==0', { 245 ['enable_plugins==0', {
252 'sources!': [ 246 'sources!': [
253 'child/browser_font_resource_trusted.cc', 247 'child/browser_font_resource_trusted.cc',
254 ], 248 ],
255 }], 249 }],
256 ], 250 ],
257 } 251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698