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

Side by Side Diff: remoting/remoting_host.gypi

Issue 350903003: Revert of Add VideoFrameRecorder for use recording test frame sequences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « remoting/host/video_frame_recorder_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 (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',
249 'host/video_scheduler.cc', 247 'host/video_scheduler.cc',
250 'host/video_scheduler.h', 248 'host/video_scheduler.h',
251 'host/win/com_imported_mstscax.tlh', 249 'host/win/com_imported_mstscax.tlh',
252 'host/win/com_security.cc', 250 'host/win/com_security.cc',
253 'host/win/com_security.h', 251 'host/win/com_security.h',
254 'host/win/launch_process_with_token.cc', 252 'host/win/launch_process_with_token.cc',
255 'host/win/launch_process_with_token.h', 253 'host/win/launch_process_with_token.h',
256 'host/win/omaha.cc', 254 'host/win/omaha.cc',
257 'host/win/omaha.h', 255 'host/win/omaha.h',
258 'host/win/rdp_client.cc', 256 'host/win/rdp_client.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 }], # mac_breakpad==1 840 }], # mac_breakpad==1
843 ], # conditions 841 ], # conditions
844 }], # OS=mac 842 }], # OS=mac
845 ], 843 ],
846 }, # end of target 'remoting_it2me_native_messaging_host' 844 }, # end of target 'remoting_it2me_native_messaging_host'
847 ], # end of 'targets' 845 ], # end of 'targets'
848 }], # OS!="win" 846 }], # OS!="win"
849 847
850 ], # end of 'conditions' 848 ], # end of 'conditions'
851 } 849 }
OLDNEW
« no previous file with comments | « remoting/host/video_frame_recorder_unittest.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698