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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 893353002: Rename VideoScheduler->VideoFramePipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheduler_cleanup
Patch Set: Created 5 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/host/video_scheduler_unittest.cc ('k') | remoting/remoting_test.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'host/token_validator_factory_impl.h', 225 'host/token_validator_factory_impl.h',
226 'host/usage_stats_consent.h', 226 'host/usage_stats_consent.h',
227 'host/usage_stats_consent_mac.cc', 227 'host/usage_stats_consent_mac.cc',
228 'host/usage_stats_consent_win.cc', 228 'host/usage_stats_consent_win.cc',
229 'host/username.cc', 229 'host/username.cc',
230 'host/username.h', 230 'host/username.h',
231 'host/video_frame_recorder.cc', 231 'host/video_frame_recorder.cc',
232 'host/video_frame_recorder.h', 232 'host/video_frame_recorder.h',
233 'host/video_frame_recorder_host_extension.cc', 233 'host/video_frame_recorder_host_extension.cc',
234 'host/video_frame_recorder_host_extension.h', 234 'host/video_frame_recorder_host_extension.h',
235 'host/video_scheduler.cc', 235 'host/video_frame_pump.cc',
236 'host/video_scheduler.h', 236 'host/video_frame_pump.h',
237 'host/win/com_imported_mstscax.tlh', 237 'host/win/com_imported_mstscax.tlh',
238 'host/win/com_security.cc', 238 'host/win/com_security.cc',
239 'host/win/com_security.h', 239 'host/win/com_security.h',
240 'host/win/launch_process_with_token.cc', 240 'host/win/launch_process_with_token.cc',
241 'host/win/launch_process_with_token.h', 241 'host/win/launch_process_with_token.h',
242 'host/win/omaha.cc', 242 'host/win/omaha.cc',
243 'host/win/omaha.h', 243 'host/win/omaha.h',
244 'host/win/rdp_client.cc', 244 'host/win/rdp_client.cc',
245 'host/win/rdp_client.h', 245 'host/win/rdp_client.h',
246 'host/win/rdp_client_window.cc', 246 'host/win/rdp_client_window.cc',
(...skipping 24 matching lines...) Expand all
271 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 271 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
272 'host/it2me/it2me_confirmation_dialog_proxy.cc', 272 'host/it2me/it2me_confirmation_dialog_proxy.cc',
273 'host/it2me/it2me_confirmation_dialog_proxy.h', 273 'host/it2me/it2me_confirmation_dialog_proxy.h',
274 'host/it2me/it2me_host.cc', 274 'host/it2me/it2me_host.cc',
275 'host/it2me/it2me_host.h', 275 'host/it2me/it2me_host.h',
276 'host/it2me/it2me_native_messaging_host.cc', 276 'host/it2me/it2me_native_messaging_host.cc',
277 'host/it2me/it2me_native_messaging_host.h', 277 'host/it2me/it2me_native_messaging_host.h',
278 ], 278 ],
279 } 279 }
280 } 280 }
OLDNEW
« no previous file with comments | « remoting/host/video_scheduler_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698