Chromium Code Reviews| OLD | NEW |
|---|---|
| 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', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 211 'protocol/chromium_port_allocator.cc', | 211 'protocol/chromium_port_allocator.cc', |
| 212 'protocol/chromium_port_allocator.h', | 212 'protocol/chromium_port_allocator.h', |
| 213 'protocol/chromium_port_allocator_factory.cc', | 213 'protocol/chromium_port_allocator_factory.cc', |
| 214 'protocol/chromium_port_allocator_factory.h', | 214 'protocol/chromium_port_allocator_factory.h', |
| 215 'protocol/chromium_socket_factory.cc', | 215 'protocol/chromium_socket_factory.cc', |
| 216 'protocol/chromium_socket_factory.h', | 216 'protocol/chromium_socket_factory.h', |
| 217 'protocol/video_frame_pump.cc', | 217 'protocol/video_frame_pump.cc', |
| 218 'protocol/video_frame_pump.h', | 218 'protocol/video_frame_pump.h', |
| 219 'protocol/webrtc_transport.cc', | 219 'protocol/webrtc_transport.cc', |
| 220 'protocol/webrtc_transport.h', | 220 'protocol/webrtc_transport.h', |
| 221 'protocol/webrtc_video_capturer_adapter.cc', | |
| 222 'protocol/webrtc_video_capturer_adapter.h', | |
|
Jamie
2015/11/24 00:21:42
I don't see these files in this CL.
Sergey Ulanov
2015/11/24 01:17:06
Sorry, added them now.
| |
| 221 ], | 223 ], |
| 222 | 224 |
| 223 'remoting_signaling_sources': [ | 225 'remoting_signaling_sources': [ |
| 224 'signaling/iq_sender.cc', | 226 'signaling/iq_sender.cc', |
| 225 'signaling/iq_sender.h', | 227 'signaling/iq_sender.h', |
| 226 'signaling/jid_util.cc', | 228 'signaling/jid_util.cc', |
| 227 'signaling/jid_util.h', | 229 'signaling/jid_util.h', |
| 228 'signaling/jingle_info_request.cc', | 230 'signaling/jingle_info_request.cc', |
| 229 'signaling/jingle_info_request.h', | 231 'signaling/jingle_info_request.h', |
| 230 'signaling/log_to_server.cc', | 232 'signaling/log_to_server.cc', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 303 'client/plugin/pepper_util.cc', | 305 'client/plugin/pepper_util.cc', |
| 304 'client/plugin/pepper_util.h', | 306 'client/plugin/pepper_util.h', |
| 305 'client/plugin/pepper_video_renderer.h', | 307 'client/plugin/pepper_video_renderer.h', |
| 306 'client/plugin/pepper_video_renderer_2d.cc', | 308 'client/plugin/pepper_video_renderer_2d.cc', |
| 307 'client/plugin/pepper_video_renderer_2d.h', | 309 'client/plugin/pepper_video_renderer_2d.h', |
| 308 'client/plugin/pepper_video_renderer_3d.cc', | 310 'client/plugin/pepper_video_renderer_3d.cc', |
| 309 'client/plugin/pepper_video_renderer_3d.h', | 311 'client/plugin/pepper_video_renderer_3d.h', |
| 310 ], | 312 ], |
| 311 } | 313 } |
| 312 } | 314 } |
| OLD | NEW |