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

Side by Side Diff: remoting/remoting_test.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 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 'targets': [ 6 'targets': [
7 # Remoting unit tests 7 # Remoting unit tests
8 { 8 {
9 'target_name': 'remoting_unittests', 9 'target_name': 'remoting_unittests',
10 'type': '<(gtest_target_type)', 10 'type': '<(gtest_target_type)',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'host/screen_capturer_fake.h', 106 'host/screen_capturer_fake.h',
107 'host/screen_resolution_unittest.cc', 107 'host/screen_resolution_unittest.cc',
108 'host/server_log_entry_host_unittest.cc', 108 'host/server_log_entry_host_unittest.cc',
109 'host/setup/me2me_native_messaging_host.cc', 109 'host/setup/me2me_native_messaging_host.cc',
110 'host/setup/me2me_native_messaging_host.h', 110 'host/setup/me2me_native_messaging_host.h',
111 'host/setup/me2me_native_messaging_host_unittest.cc', 111 'host/setup/me2me_native_messaging_host_unittest.cc',
112 'host/setup/oauth_helper_unittest.cc', 112 'host/setup/oauth_helper_unittest.cc',
113 'host/setup/pin_validator_unittest.cc', 113 'host/setup/pin_validator_unittest.cc',
114 'host/shaped_screen_capturer_unittest.cc', 114 'host/shaped_screen_capturer_unittest.cc',
115 'host/token_validator_factory_impl_unittest.cc', 115 'host/token_validator_factory_impl_unittest.cc',
116 'host/video_frame_recorder_unittest.cc',
116 'host/video_scheduler_unittest.cc', 117 'host/video_scheduler_unittest.cc',
117 'host/win/rdp_client_unittest.cc', 118 'host/win/rdp_client_unittest.cc',
118 'host/win/worker_process_launcher.cc', 119 'host/win/worker_process_launcher.cc',
119 'host/win/worker_process_launcher.h', 120 'host/win/worker_process_launcher.h',
120 'host/win/worker_process_launcher_unittest.cc', 121 'host/win/worker_process_launcher_unittest.cc',
121 'jingle_glue/chromium_socket_factory_unittest.cc', 122 'jingle_glue/chromium_socket_factory_unittest.cc',
122 'jingle_glue/fake_signal_strategy.cc', 123 'jingle_glue/fake_signal_strategy.cc',
123 'jingle_glue/fake_signal_strategy.h', 124 'jingle_glue/fake_signal_strategy.h',
124 'jingle_glue/iq_sender_unittest.cc', 125 'jingle_glue/iq_sender_unittest.cc',
125 'jingle_glue/mock_objects.cc', 126 'jingle_glue/mock_objects.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 { 250 {
250 'destination': '<(PRODUCT_DIR)', 251 'destination': '<(PRODUCT_DIR)',
251 'files': [ 252 'files': [
252 '<@(remoting_webapp_js_browser_test_files)', 253 '<@(remoting_webapp_js_browser_test_files)',
253 ], 254 ],
254 }, 255 },
255 ], #end of copies 256 ], #end of copies
256 }, # end of target 'remoting_browser_test_resources' 257 }, # end of target 'remoting_browser_test_resources'
257 ], # end of targets 258 ], # end of targets
258 } 259 }
OLDNEW
« remoting/host/video_frame_recorder_unittest.cc ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698