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

Side by Side Diff: remoting/remoting_host.gypi

Issue 339073002: Add VideoFrameRecorder for use recording test frame sequences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing OVERRIDEs Created 6 years, 6 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/signaling_connector.h', 237 'host/signaling_connector.h',
238 'host/token_validator_base.cc', 238 'host/token_validator_base.cc',
239 'host/token_validator_base.h', 239 'host/token_validator_base.h',
240 'host/token_validator_factory_impl.cc', 240 'host/token_validator_factory_impl.cc',
241 'host/token_validator_factory_impl.h', 241 'host/token_validator_factory_impl.h',
242 'host/usage_stats_consent.h', 242 'host/usage_stats_consent.h',
243 'host/usage_stats_consent_mac.cc', 243 'host/usage_stats_consent_mac.cc',
244 'host/usage_stats_consent_win.cc', 244 'host/usage_stats_consent_win.cc',
245 'host/username.cc', 245 'host/username.cc',
246 'host/username.h', 246 'host/username.h',
247 'host/video_frame_recorder.cc',
248 'host/video_frame_recorder.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 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 }], # mac_breakpad==1 943 }], # mac_breakpad==1
942 ], # conditions 944 ], # conditions
943 }], # OS=mac 945 }], # OS=mac
944 ], 946 ],
945 }, # end of target 'remoting_it2me_native_messaging_host' 947 }, # end of target 'remoting_it2me_native_messaging_host'
946 ], # end of 'targets' 948 ], # end of 'targets'
947 }], # OS!="win" 949 }], # OS!="win"
948 950
949 ], # end of 'conditions' 951 ], # end of 'conditions'
950 } 952 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698