OLD | NEW |
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'host/screen_capturer_fake.h', | 107 'host/screen_capturer_fake.h', |
108 'host/screen_resolution_unittest.cc', | 108 'host/screen_resolution_unittest.cc', |
109 'host/server_log_entry_host_unittest.cc', | 109 'host/server_log_entry_host_unittest.cc', |
110 'host/setup/me2me_native_messaging_host.cc', | 110 'host/setup/me2me_native_messaging_host.cc', |
111 'host/setup/me2me_native_messaging_host.h', | 111 'host/setup/me2me_native_messaging_host.h', |
112 'host/setup/me2me_native_messaging_host_unittest.cc', | 112 'host/setup/me2me_native_messaging_host_unittest.cc', |
113 'host/setup/oauth_helper_unittest.cc', | 113 'host/setup/oauth_helper_unittest.cc', |
114 'host/setup/pin_validator_unittest.cc', | 114 'host/setup/pin_validator_unittest.cc', |
115 'host/shaped_screen_capturer_unittest.cc', | 115 'host/shaped_screen_capturer_unittest.cc', |
116 'host/token_validator_factory_impl_unittest.cc', | 116 'host/token_validator_factory_impl_unittest.cc', |
| 117 'host/video_frame_recorder_unittest.cc', |
117 'host/video_scheduler_unittest.cc', | 118 'host/video_scheduler_unittest.cc', |
118 'host/win/rdp_client_unittest.cc', | 119 'host/win/rdp_client_unittest.cc', |
119 'host/win/worker_process_launcher.cc', | 120 'host/win/worker_process_launcher.cc', |
120 'host/win/worker_process_launcher.h', | 121 'host/win/worker_process_launcher.h', |
121 'host/win/worker_process_launcher_unittest.cc', | 122 'host/win/worker_process_launcher_unittest.cc', |
122 'jingle_glue/chromium_socket_factory_unittest.cc', | 123 'jingle_glue/chromium_socket_factory_unittest.cc', |
123 'jingle_glue/fake_signal_strategy.cc', | 124 'jingle_glue/fake_signal_strategy.cc', |
124 'jingle_glue/fake_signal_strategy.h', | 125 'jingle_glue/fake_signal_strategy.h', |
125 'jingle_glue/iq_sender_unittest.cc', | 126 'jingle_glue/iq_sender_unittest.cc', |
126 'jingle_glue/mock_objects.cc', | 127 'jingle_glue/mock_objects.cc', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 { | 251 { |
251 'destination': '<(PRODUCT_DIR)', | 252 'destination': '<(PRODUCT_DIR)', |
252 'files': [ | 253 'files': [ |
253 '<@(remoting_webapp_js_browser_test_files)', | 254 '<@(remoting_webapp_js_browser_test_files)', |
254 ], | 255 ], |
255 }, | 256 }, |
256 ], #end of copies | 257 ], #end of copies |
257 }, # end of target 'remoting_browser_test_resources' | 258 }, # end of target 'remoting_browser_test_resources' |
258 ], # end of targets | 259 ], # end of targets |
259 } | 260 } |
OLD | NEW |