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

Side by Side Diff: content/content_browser.gypi

Issue 1568523002: Implement content::WebSocketBlobSender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@websocket_blob_send_ipcs
Patch Set: Use the real net::TestCompletionCallback. Created 4 years, 11 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 'browser/renderer_host/text_input_client_mac.mm', 1313 'browser/renderer_host/text_input_client_mac.mm',
1314 'browser/renderer_host/text_input_client_message_filter.h', 1314 'browser/renderer_host/text_input_client_message_filter.h',
1315 'browser/renderer_host/text_input_client_message_filter.mm', 1315 'browser/renderer_host/text_input_client_message_filter.mm',
1316 'browser/renderer_host/ui_events_helper.cc', 1316 'browser/renderer_host/ui_events_helper.cc',
1317 'browser/renderer_host/ui_events_helper.h', 1317 'browser/renderer_host/ui_events_helper.h',
1318 'browser/renderer_host/web_input_event_aura.cc', 1318 'browser/renderer_host/web_input_event_aura.cc',
1319 'browser/renderer_host/web_input_event_aura.h', 1319 'browser/renderer_host/web_input_event_aura.h',
1320 'browser/renderer_host/web_input_event_aurawin.cc', 1320 'browser/renderer_host/web_input_event_aurawin.cc',
1321 'browser/renderer_host/webmenurunner_mac.h', 1321 'browser/renderer_host/webmenurunner_mac.h',
1322 'browser/renderer_host/webmenurunner_mac.mm', 1322 'browser/renderer_host/webmenurunner_mac.mm',
1323 'browser/renderer_host/websocket_blob_sender.cc',
1324 'browser/renderer_host/websocket_blob_sender.h',
1323 'browser/renderer_host/websocket_dispatcher_host.cc', 1325 'browser/renderer_host/websocket_dispatcher_host.cc',
1324 'browser/renderer_host/websocket_dispatcher_host.h', 1326 'browser/renderer_host/websocket_dispatcher_host.h',
1325 'browser/renderer_host/websocket_host.cc', 1327 'browser/renderer_host/websocket_host.cc',
1326 'browser/renderer_host/websocket_host.h', 1328 'browser/renderer_host/websocket_host.h',
1327 'browser/resolve_proxy_msg_helper.cc', 1329 'browser/resolve_proxy_msg_helper.cc',
1328 'browser/resolve_proxy_msg_helper.h', 1330 'browser/resolve_proxy_msg_helper.h',
1329 'browser/resource_context_impl.cc', 1331 'browser/resource_context_impl.cc',
1330 'browser/resource_context_impl.h', 1332 'browser/resource_context_impl.h',
1331 'browser/safe_util_win.cc', 1333 'browser/safe_util_win.cc',
1332 'browser/safe_util_win.h', 1334 'browser/safe_util_win.h',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ['enable_webvr==1 and OS=="android"', { 2213 ['enable_webvr==1 and OS=="android"', {
2212 'sources': [ 2214 'sources': [
2213 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2215 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2214 'browser/vr/android/cardboard/cardboard_vr_device.h', 2216 'browser/vr/android/cardboard/cardboard_vr_device.h',
2215 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2217 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2216 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2218 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2217 ], 2219 ],
2218 }], 2220 }],
2219 ], 2221 ],
2220 } 2222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698