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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1462063004: Move VideoFramePump to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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.gyp ('k') | remoting/remoting_nacl.gyp » ('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',
11 'host/audio_capturer_linux.h', 11 'host/audio_capturer_linux.h',
12 'host/audio_capturer_mac.cc', 12 'host/audio_capturer_mac.cc',
13 'host/audio_capturer_win.cc', 13 'host/audio_capturer_win.cc',
14 'host/audio_capturer_win.h', 14 'host/audio_capturer_win.h',
15 'host/audio_pump.cc', 15 'host/audio_pump.cc',
16 'host/audio_pump.h', 16 'host/audio_pump.h',
17 'host/audio_silence_detector.cc', 17 'host/audio_silence_detector.cc',
18 'host/audio_silence_detector.h', 18 'host/audio_silence_detector.h',
19 'host/backoff_timer.cc', 19 'host/backoff_timer.cc',
20 'host/backoff_timer.h', 20 'host/backoff_timer.h',
21 'host/basic_desktop_environment.cc', 21 'host/basic_desktop_environment.cc',
22 'host/basic_desktop_environment.h', 22 'host/basic_desktop_environment.h',
23 'host/branding.cc', 23 'host/branding.cc',
24 'host/branding.h', 24 'host/branding.h',
25 'host/capture_scheduler.cc',
26 'host/capture_scheduler.h',
27 'host/chromeos/aura_desktop_capturer.cc', 25 'host/chromeos/aura_desktop_capturer.cc',
28 'host/chromeos/aura_desktop_capturer.h', 26 'host/chromeos/aura_desktop_capturer.h',
29 'host/chromeos/clipboard_aura.cc', 27 'host/chromeos/clipboard_aura.cc',
30 'host/chromeos/clipboard_aura.h', 28 'host/chromeos/clipboard_aura.h',
31 'host/chromeos/message_box.cc', 29 'host/chromeos/message_box.cc',
32 'host/chromeos/message_box.h', 30 'host/chromeos/message_box.h',
33 'host/chromeos/mouse_cursor_monitor_aura.cc', 31 'host/chromeos/mouse_cursor_monitor_aura.cc',
34 'host/chromeos/mouse_cursor_monitor_aura.h', 32 'host/chromeos/mouse_cursor_monitor_aura.h',
35 'host/chromeos/point_transformer.cc', 33 'host/chromeos/point_transformer.cc',
36 'host/chromeos/point_transformer.h', 34 'host/chromeos/point_transformer.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'host/token_validator_base.h', 242 'host/token_validator_base.h',
245 'host/token_validator_factory_impl.cc', 243 'host/token_validator_factory_impl.cc',
246 'host/token_validator_factory_impl.h', 244 'host/token_validator_factory_impl.h',
247 'host/touch_injector_win.cc', 245 'host/touch_injector_win.cc',
248 'host/touch_injector_win.h', 246 'host/touch_injector_win.h',
249 'host/usage_stats_consent.h', 247 'host/usage_stats_consent.h',
250 'host/usage_stats_consent_mac.cc', 248 'host/usage_stats_consent_mac.cc',
251 'host/usage_stats_consent_win.cc', 249 'host/usage_stats_consent_win.cc',
252 'host/username.cc', 250 'host/username.cc',
253 'host/username.h', 251 'host/username.h',
254 'host/video_frame_pump.cc',
255 'host/video_frame_pump.h',
256 'host/video_frame_recorder.cc', 252 'host/video_frame_recorder.cc',
257 'host/video_frame_recorder.h', 253 'host/video_frame_recorder.h',
258 'host/video_frame_recorder_host_extension.cc', 254 'host/video_frame_recorder_host_extension.cc',
259 'host/video_frame_recorder_host_extension.h', 255 'host/video_frame_recorder_host_extension.h',
260 'host/win/com_imported_mstscax.tlh', 256 'host/win/com_imported_mstscax.tlh',
261 'host/win/com_security.cc', 257 'host/win/com_security.cc',
262 'host/win/com_security.h', 258 'host/win/com_security.h',
263 'host/win/launch_process_with_token.cc', 259 'host/win/launch_process_with_token.cc',
264 'host/win/launch_process_with_token.h', 260 'host/win/launch_process_with_token.h',
265 'host/win/omaha.cc', 261 'host/win/omaha.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 329 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
334 'host/it2me/it2me_confirmation_dialog_proxy.cc', 330 'host/it2me/it2me_confirmation_dialog_proxy.cc',
335 'host/it2me/it2me_confirmation_dialog_proxy.h', 331 'host/it2me/it2me_confirmation_dialog_proxy.h',
336 'host/it2me/it2me_host.cc', 332 'host/it2me/it2me_host.cc',
337 'host/it2me/it2me_host.h', 333 'host/it2me/it2me_host.h',
338 'host/it2me/it2me_native_messaging_host.cc', 334 'host/it2me/it2me_native_messaging_host.cc',
339 'host/it2me/it2me_native_messaging_host.h', 335 'host/it2me/it2me_native_messaging_host.h',
340 ], 336 ],
341 } 337 }
342 } 338 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698