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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'codec/codec_test.h', | 129 'codec/codec_test.h', |
130 'codec/video_decoder_vpx_unittest.cc', | 130 'codec/video_decoder_vpx_unittest.cc', |
131 'codec/video_encoder_helper_unittest.cc', | 131 'codec/video_encoder_helper_unittest.cc', |
132 'codec/video_encoder_verbatim_unittest.cc', | 132 'codec/video_encoder_verbatim_unittest.cc', |
133 'codec/video_encoder_vpx_unittest.cc', | 133 'codec/video_encoder_vpx_unittest.cc', |
134 'host/audio_silence_detector_unittest.cc', | 134 'host/audio_silence_detector_unittest.cc', |
135 'host/branding.cc', | 135 'host/branding.cc', |
136 'host/branding.h', | 136 'host/branding.h', |
137 'host/capture_scheduler_unittest.cc', | 137 'host/capture_scheduler_unittest.cc', |
138 'host/chromeos/aura_desktop_capturer_unittest.cc', | 138 'host/chromeos/aura_desktop_capturer_unittest.cc', |
139 'host/chromeos/clipboard_aura_unittest.cc', | |
140 'host/chromoting_host_context_unittest.cc', | 139 'host/chromoting_host_context_unittest.cc', |
141 'host/chromoting_host_unittest.cc', | 140 'host/chromoting_host_unittest.cc', |
142 'host/client_session_unittest.cc', | 141 'host/client_session_unittest.cc', |
| 142 'host/clipboard_aura_unittest.cc', |
143 'host/config_file_watcher_unittest.cc', | 143 'host/config_file_watcher_unittest.cc', |
144 'host/daemon_process_unittest.cc', | 144 'host/daemon_process_unittest.cc', |
145 'host/desktop_process_unittest.cc', | 145 'host/desktop_process_unittest.cc', |
146 'host/desktop_shape_tracker_unittest.cc', | 146 'host/desktop_shape_tracker_unittest.cc', |
147 'host/fake_desktop_capturer.cc', | 147 'host/fake_desktop_capturer.cc', |
148 'host/fake_desktop_capturer.h', | 148 'host/fake_desktop_capturer.h', |
149 'host/fake_host_extension.cc', | 149 'host/fake_host_extension.cc', |
150 'host/fake_host_extension.h', | 150 'host/fake_host_extension.h', |
151 'host/fake_host_status_monitor.h', | 151 'host/fake_host_status_monitor.h', |
152 'host/gnubby_auth_handler_posix_unittest.cc', | 152 'host/gnubby_auth_handler_posix_unittest.cc', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'dependencies': [ | 244 'dependencies': [ |
245 '../testing/android/native_test.gyp:native_test_native_code', | 245 '../testing/android/native_test.gyp:native_test_native_code', |
246 ], | 246 ], |
247 }], | 247 }], |
248 [ 'chromeos==0', { | 248 [ 'chromeos==0', { |
249 'sources!': [ | 249 'sources!': [ |
250 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 250 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
251 'host/chromeos/aura_desktop_capturer_unittest.cc', | 251 'host/chromeos/aura_desktop_capturer_unittest.cc', |
252 'host/clipboard_aura_unittest.cc', | 252 'host/clipboard_aura_unittest.cc', |
253 ], | 253 ], |
254 }, { # chromeos==1 | |
255 'sources!': [ | |
256 'host/linux/x_server_clipboard_unittest.cc', | |
257 ], | |
258 }], | 254 }], |
259 ['enable_remoting_host == 0', { | 255 ['enable_remoting_host == 0', { |
260 'dependencies!': [ | 256 'dependencies!': [ |
261 'remoting_host', | 257 'remoting_host', |
262 'remoting_host_setup_base', | 258 'remoting_host_setup_base', |
263 'remoting_native_messaging_base', | 259 'remoting_native_messaging_base', |
264 ], | 260 ], |
265 'sources/': [ | 261 'sources/': [ |
266 ['exclude', '^codec/'], | 262 ['exclude', '^codec/'], |
267 ['exclude', '^host/'], | 263 ['exclude', '^host/'], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'dependencies': [ | 433 'dependencies': [ |
438 '../base/allocator/allocator.gyp:allocator', | 434 '../base/allocator/allocator.gyp:allocator', |
439 ], | 435 ], |
440 }], | 436 }], |
441 ], # end of 'conditions' | 437 ], # end of 'conditions' |
442 }, # end of target 'remoting_perftests' | 438 }, # end of target 'remoting_perftests' |
443 ] | 439 ] |
444 }] | 440 }] |
445 ] | 441 ] |
446 } | 442 } |
OLD | NEW |