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

Side by Side Diff: remoting/remoting_host.gypi

Issue 372943002: Add video frame recording capability to Chromoting hosts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working implementation. Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'host/token_validator_base.h', 237 'host/token_validator_base.h',
238 'host/token_validator_factory_impl.cc', 238 'host/token_validator_factory_impl.cc',
239 'host/token_validator_factory_impl.h', 239 'host/token_validator_factory_impl.h',
240 'host/usage_stats_consent.h', 240 'host/usage_stats_consent.h',
241 'host/usage_stats_consent_mac.cc', 241 'host/usage_stats_consent_mac.cc',
242 'host/usage_stats_consent_win.cc', 242 'host/usage_stats_consent_win.cc',
243 'host/username.cc', 243 'host/username.cc',
244 'host/username.h', 244 'host/username.h',
245 'host/video_frame_recorder.cc', 245 'host/video_frame_recorder.cc',
246 'host/video_frame_recorder.h', 246 'host/video_frame_recorder.h',
247 'host/video_frame_recorder_host_extension.cc',
248 'host/video_frame_recorder_host_extension.h',
247 'host/video_scheduler.cc', 249 'host/video_scheduler.cc',
248 'host/video_scheduler.h', 250 'host/video_scheduler.h',
249 'host/win/com_imported_mstscax.tlh', 251 'host/win/com_imported_mstscax.tlh',
250 'host/win/com_security.cc', 252 'host/win/com_security.cc',
251 'host/win/com_security.h', 253 'host/win/com_security.h',
252 'host/win/launch_process_with_token.cc', 254 'host/win/launch_process_with_token.cc',
253 'host/win/launch_process_with_token.h', 255 'host/win/launch_process_with_token.h',
254 'host/win/omaha.cc', 256 'host/win/omaha.cc',
255 'host/win/omaha.h', 257 'host/win/omaha.h',
256 'host/win/rdp_client.cc', 258 'host/win/rdp_client.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 }], # mac_breakpad==1 842 }], # mac_breakpad==1
841 ], # conditions 843 ], # conditions
842 }], # OS=mac 844 }], # OS=mac
843 ], 845 ],
844 }, # end of target 'remoting_it2me_native_messaging_host' 846 }, # end of target 'remoting_it2me_native_messaging_host'
845 ], # end of 'targets' 847 ], # end of 'targets'
846 }], # OS!="win" 848 }], # OS!="win"
847 849
848 ], # end of 'conditions' 850 ], # end of 'conditions'
849 } 851 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698