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

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: Correct comment Created 6 years, 4 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'host/token_validator_base.h', 244 'host/token_validator_base.h',
245 'host/token_validator_factory_impl.cc', 245 'host/token_validator_factory_impl.cc',
246 'host/token_validator_factory_impl.h', 246 'host/token_validator_factory_impl.h',
247 'host/usage_stats_consent.h', 247 'host/usage_stats_consent.h',
248 'host/usage_stats_consent_mac.cc', 248 'host/usage_stats_consent_mac.cc',
249 'host/usage_stats_consent_win.cc', 249 'host/usage_stats_consent_win.cc',
250 'host/username.cc', 250 'host/username.cc',
251 'host/username.h', 251 'host/username.h',
252 'host/video_frame_recorder.cc', 252 'host/video_frame_recorder.cc',
253 'host/video_frame_recorder.h', 253 'host/video_frame_recorder.h',
254 'host/video_frame_recorder_host_extension.cc',
255 'host/video_frame_recorder_host_extension.h',
254 'host/video_scheduler.cc', 256 'host/video_scheduler.cc',
255 'host/video_scheduler.h', 257 'host/video_scheduler.h',
256 'host/win/com_imported_mstscax.tlh', 258 'host/win/com_imported_mstscax.tlh',
257 'host/win/com_security.cc', 259 'host/win/com_security.cc',
258 'host/win/com_security.h', 260 'host/win/com_security.h',
259 'host/win/launch_process_with_token.cc', 261 'host/win/launch_process_with_token.cc',
260 'host/win/launch_process_with_token.h', 262 'host/win/launch_process_with_token.h',
261 'host/win/omaha.cc', 263 'host/win/omaha.cc',
262 'host/win/omaha.h', 264 'host/win/omaha.h',
263 'host/win/rdp_client.cc', 265 'host/win/rdp_client.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 }], # mac_breakpad==1 849 }], # mac_breakpad==1
848 ], # conditions 850 ], # conditions
849 }], # OS=mac 851 }], # OS=mac
850 ], 852 ],
851 }, # end of target 'remoting_it2me_native_messaging_host' 853 }, # end of target 'remoting_it2me_native_messaging_host'
852 ], # end of 'targets' 854 ], # end of 'targets'
853 }], # OS!="win" 855 }], # OS!="win"
854 856
855 ], # end of 'conditions' 857 ], # end of 'conditions'
856 } 858 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698