| 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 { | 7 { |
| 8 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'host/screen_resolution_unittest.cc', | 176 'host/screen_resolution_unittest.cc', |
| 177 'host/server_log_entry_host_unittest.cc', | 177 'host/server_log_entry_host_unittest.cc', |
| 178 'host/setup/me2me_native_messaging_host.cc', | 178 'host/setup/me2me_native_messaging_host.cc', |
| 179 'host/setup/me2me_native_messaging_host.h', | 179 'host/setup/me2me_native_messaging_host.h', |
| 180 'host/setup/me2me_native_messaging_host_unittest.cc', | 180 'host/setup/me2me_native_messaging_host_unittest.cc', |
| 181 'host/setup/oauth_helper_unittest.cc', | 181 'host/setup/oauth_helper_unittest.cc', |
| 182 'host/setup/pin_validator_unittest.cc', | 182 'host/setup/pin_validator_unittest.cc', |
| 183 'host/shaped_desktop_capturer_unittest.cc', | 183 'host/shaped_desktop_capturer_unittest.cc', |
| 184 'host/token_validator_factory_impl_unittest.cc', | 184 'host/token_validator_factory_impl_unittest.cc', |
| 185 'host/video_frame_recorder_unittest.cc', | 185 'host/video_frame_recorder_unittest.cc', |
| 186 'host/video_scheduler_unittest.cc', | 186 'host/video_frame_pump_unittest.cc', |
| 187 'host/win/rdp_client_unittest.cc', | 187 'host/win/rdp_client_unittest.cc', |
| 188 'host/win/worker_process_launcher.cc', | 188 'host/win/worker_process_launcher.cc', |
| 189 'host/win/worker_process_launcher.h', | 189 'host/win/worker_process_launcher.h', |
| 190 'host/win/worker_process_launcher_unittest.cc', | 190 'host/win/worker_process_launcher_unittest.cc', |
| 191 'protocol/authenticator_test_base.cc', | 191 'protocol/authenticator_test_base.cc', |
| 192 'protocol/authenticator_test_base.h', | 192 'protocol/authenticator_test_base.h', |
| 193 'protocol/buffered_socket_writer_unittest.cc', | 193 'protocol/buffered_socket_writer_unittest.cc', |
| 194 'protocol/channel_multiplexer_unittest.cc', | 194 'protocol/channel_multiplexer_unittest.cc', |
| 195 'protocol/chromium_socket_factory_unittest.cc', | 195 'protocol/chromium_socket_factory_unittest.cc', |
| 196 'protocol/clipboard_echo_filter_unittest.cc', | 196 'protocol/clipboard_echo_filter_unittest.cc', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 'dependencies': [ | 424 'dependencies': [ |
| 425 '../base/allocator/allocator.gyp:allocator', | 425 '../base/allocator/allocator.gyp:allocator', |
| 426 ], | 426 ], |
| 427 }], | 427 }], |
| 428 ], # end of 'conditions' | 428 ], # end of 'conditions' |
| 429 }, # end of target 'remoting_perftests' | 429 }, # end of target 'remoting_perftests' |
| 430 ] | 430 ] |
| 431 }] | 431 }] |
| 432 ] | 432 ] |
| 433 } | 433 } |
| OLD | NEW |