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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1679023009: Add remoting::UrlRequest interface with 2 implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
11 'base/auto_thread.h', 11 'base/auto_thread.h',
12 'base/auto_thread_task_runner.cc', 12 'base/auto_thread_task_runner.cc',
13 'base/auto_thread_task_runner.h', 13 'base/auto_thread_task_runner.h',
14 'base/buffered_socket_writer.cc', 14 'base/buffered_socket_writer.cc',
15 'base/buffered_socket_writer.h', 15 'base/buffered_socket_writer.h',
16 'base/capabilities.cc', 16 'base/capabilities.cc',
17 'base/capabilities.h', 17 'base/capabilities.h',
18 'base/chromium_url_request.cc',
19 'base/chromium_url_request.h',
18 'base/compound_buffer.cc', 20 'base/compound_buffer.cc',
19 'base/compound_buffer.h', 21 'base/compound_buffer.h',
20 'base/constants.cc', 22 'base/constants.cc',
21 'base/constants.h', 23 'base/constants.h',
22 'base/rate_counter.cc', 24 'base/rate_counter.cc',
23 'base/rate_counter.h', 25 'base/rate_counter.h',
24 'base/rsa_key_pair.cc', 26 'base/rsa_key_pair.cc',
25 'base/rsa_key_pair.h', 27 'base/rsa_key_pair.h',
26 'base/running_average.cc', 28 'base/running_average.cc',
27 'base/running_average.h', 29 'base/running_average.h',
28 'base/scoped_sc_handle_win.h', 30 'base/scoped_sc_handle_win.h',
29 'base/service_urls.cc', 31 'base/service_urls.cc',
30 'base/service_urls.h', 32 'base/service_urls.h',
31 'base/socket_reader.cc', 33 'base/socket_reader.cc',
32 'base/socket_reader.h', 34 'base/socket_reader.h',
33 'base/typed_buffer.h', 35 'base/typed_buffer.h',
36 'base/url_request.h',
34 'base/url_request_context_getter.cc', 37 'base/url_request_context_getter.cc',
35 'base/url_request_context_getter.h', 38 'base/url_request_context_getter.h',
36 'base/util.cc', 39 'base/util.cc',
37 'base/util.h', 40 'base/util.h',
38 'base/vlog_net_log.cc', 41 'base/vlog_net_log.cc',
39 'base/vlog_net_log.h', 42 'base/vlog_net_log.h',
40 ], 43 ],
41 'remoting_codec_sources': [ 44 'remoting_codec_sources': [
42 'codec/audio_decoder.cc', 45 'codec/audio_decoder.cc',
43 'codec/audio_decoder.h', 46 'codec/audio_decoder.h',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'client/plugin/pepper_mouse_locker.cc', 311 'client/plugin/pepper_mouse_locker.cc',
309 'client/plugin/pepper_mouse_locker.h', 312 'client/plugin/pepper_mouse_locker.h',
310 'client/plugin/pepper_network_manager.cc', 313 'client/plugin/pepper_network_manager.cc',
311 'client/plugin/pepper_network_manager.h', 314 'client/plugin/pepper_network_manager.h',
312 'client/plugin/pepper_packet_socket_factory.cc', 315 'client/plugin/pepper_packet_socket_factory.cc',
313 'client/plugin/pepper_packet_socket_factory.h', 316 'client/plugin/pepper_packet_socket_factory.h',
314 'client/plugin/pepper_main_thread_task_runner.cc', 317 'client/plugin/pepper_main_thread_task_runner.cc',
315 'client/plugin/pepper_main_thread_task_runner.h', 318 'client/plugin/pepper_main_thread_task_runner.h',
316 'client/plugin/pepper_port_allocator.cc', 319 'client/plugin/pepper_port_allocator.cc',
317 'client/plugin/pepper_port_allocator.h', 320 'client/plugin/pepper_port_allocator.h',
321 'client/plugin/pepper_url_request.cc',
322 'client/plugin/pepper_url_request.h',
318 'client/plugin/pepper_util.cc', 323 'client/plugin/pepper_util.cc',
319 'client/plugin/pepper_util.h', 324 'client/plugin/pepper_util.h',
320 'client/plugin/pepper_video_renderer.h', 325 'client/plugin/pepper_video_renderer.h',
321 'client/plugin/pepper_video_renderer_2d.cc', 326 'client/plugin/pepper_video_renderer_2d.cc',
322 'client/plugin/pepper_video_renderer_2d.h', 327 'client/plugin/pepper_video_renderer_2d.h',
323 'client/plugin/pepper_video_renderer_3d.cc', 328 'client/plugin/pepper_video_renderer_3d.cc',
324 'client/plugin/pepper_video_renderer_3d.h', 329 'client/plugin/pepper_video_renderer_3d.h',
325 ], 330 ],
326 } 331 }
327 } 332 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698