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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1472873005: Add VideoStream interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_video_pump
Patch Set: Created 5 years 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/protocol/video_stream.h ('k') | remoting/remoting_srcs.gypi » ('j') | 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 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'host/local_input_monitor_chromeos.cc', 175 'host/local_input_monitor_chromeos.cc',
176 'host/local_input_monitor_mac.mm', 176 'host/local_input_monitor_mac.mm',
177 'host/local_input_monitor_win.cc', 177 'host/local_input_monitor_win.cc',
178 'host/local_input_monitor_x11.cc', 178 'host/local_input_monitor_x11.cc',
179 'host/logging.h', 179 'host/logging.h',
180 'host/logging_linux.cc', 180 'host/logging_linux.cc',
181 'host/logging_mac.cc', 181 'host/logging_mac.cc',
182 'host/logging_win.cc', 182 'host/logging_win.cc',
183 'host/me2me_desktop_environment.cc', 183 'host/me2me_desktop_environment.cc',
184 'host/me2me_desktop_environment.h', 184 'host/me2me_desktop_environment.h',
185 'host/mouse_clamping_filter.cc',
186 'host/mouse_clamping_filter.h',
187 'host/mouse_shape_pump.cc', 185 'host/mouse_shape_pump.cc',
188 'host/mouse_shape_pump.h', 186 'host/mouse_shape_pump.h',
189 'host/oauth_token_getter.cc', 187 'host/oauth_token_getter.cc',
190 'host/oauth_token_getter.h', 188 'host/oauth_token_getter.h',
191 'host/oauth_token_getter_impl.cc', 189 'host/oauth_token_getter_impl.cc',
192 'host/oauth_token_getter_impl.h', 190 'host/oauth_token_getter_impl.h',
193 'host/pairing_registry_delegate.cc', 191 'host/pairing_registry_delegate.cc',
194 'host/pairing_registry_delegate.h', 192 'host/pairing_registry_delegate.h',
195 'host/pairing_registry_delegate_linux.cc', 193 'host/pairing_registry_delegate_linux.cc',
196 'host/pairing_registry_delegate_linux.h', 194 'host/pairing_registry_delegate_linux.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 325 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
328 'host/it2me/it2me_confirmation_dialog_proxy.cc', 326 'host/it2me/it2me_confirmation_dialog_proxy.cc',
329 'host/it2me/it2me_confirmation_dialog_proxy.h', 327 'host/it2me/it2me_confirmation_dialog_proxy.h',
330 'host/it2me/it2me_host.cc', 328 'host/it2me/it2me_host.cc',
331 'host/it2me/it2me_host.h', 329 'host/it2me/it2me_host.h',
332 'host/it2me/it2me_native_messaging_host.cc', 330 'host/it2me/it2me_native_messaging_host.cc',
333 'host/it2me/it2me_native_messaging_host.h', 331 'host/it2me/it2me_native_messaging_host.h',
334 ], 332 ],
335 } 333 }
336 } 334 }
OLDNEW
« no previous file with comments | « remoting/protocol/video_stream.h ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698