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 # GN version: //remoting:test_support | 8 # GN version: //remoting:test_support |
9 'target_name': 'remoting_test_support', | 9 'target_name': 'remoting_test_support', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'remoting_host_setup_base', | 216 'remoting_host_setup_base', |
217 'remoting_it2me_host_static', | 217 'remoting_it2me_host_static', |
218 'remoting_native_messaging_base', | 218 'remoting_native_messaging_base', |
219 'remoting_protocol', | 219 'remoting_protocol', |
220 'remoting_resources', | 220 'remoting_resources', |
221 'remoting_test_support', | 221 'remoting_test_support', |
222 ], | 222 ], |
223 'defines': [ | 223 'defines': [ |
224 'VERSION=<(version_full)', | 224 'VERSION=<(version_full)', |
225 ], | 225 ], |
226 'include_dirs': [ | |
227 '../testing/gmock/include', | |
228 ], | |
229 'sources': [ | 226 'sources': [ |
230 # Note: sources list duplicated in GN build. | 227 # Note: sources list duplicated in GN build. |
231 'base/auto_thread_task_runner_unittest.cc', | 228 'base/auto_thread_task_runner_unittest.cc', |
232 'base/auto_thread_unittest.cc', | 229 'base/auto_thread_unittest.cc', |
233 'base/breakpad_win_unittest.cc', | 230 'base/breakpad_win_unittest.cc', |
234 'base/buffered_socket_writer_unittest.cc', | 231 'base/buffered_socket_writer_unittest.cc', |
235 'base/capabilities_unittest.cc', | 232 'base/capabilities_unittest.cc', |
236 'base/compound_buffer_unittest.cc', | 233 'base/compound_buffer_unittest.cc', |
237 'base/rate_counter_unittest.cc', | 234 'base/rate_counter_unittest.cc', |
238 'base/rsa_key_pair_unittest.cc', | 235 'base/rsa_key_pair_unittest.cc', |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 '../base/base.gyp:test_support_base', | 564 '../base/base.gyp:test_support_base', |
568 '../testing/gtest.gyp:gtest', | 565 '../testing/gtest.gyp:gtest', |
569 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 566 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
570 '../third_party/libjingle/libjingle.gyp:libjingle', | 567 '../third_party/libjingle/libjingle.gyp:libjingle', |
571 'remoting_base', | 568 'remoting_base', |
572 'remoting_test_support', | 569 'remoting_test_support', |
573 ], | 570 ], |
574 'defines': [ | 571 'defines': [ |
575 'VERSION=<(version_full)', | 572 'VERSION=<(version_full)', |
576 ], | 573 ], |
577 'include_dirs': [ | |
578 '../testing/gmock/include', | |
579 ], | |
580 'sources': [ | 574 'sources': [ |
581 'base/run_all_unittests.cc', | 575 'base/run_all_unittests.cc', |
582 'test/codec_perftest.cc', | 576 'test/codec_perftest.cc', |
583 'test/protocol_perftest.cc', | 577 'test/protocol_perftest.cc', |
584 ], | 578 ], |
585 'conditions': [ | 579 'conditions': [ |
586 [ 'OS=="mac" or (OS=="linux" and chromeos==0)', { | 580 [ 'OS=="mac" or (OS=="linux" and chromeos==0)', { |
587 # RunAllTests calls chrome::RegisterPathProvider() under Mac and | 581 # RunAllTests calls chrome::RegisterPathProvider() under Mac and |
588 # Linux, so we need the chrome_common.gypi dependency. | 582 # Linux, so we need the chrome_common.gypi dependency. |
589 'dependencies': [ | 583 'dependencies': [ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 '../build/isolate.gypi', | 623 '../build/isolate.gypi', |
630 ], | 624 ], |
631 'sources': [ | 625 'sources': [ |
632 'remoting_unittests.isolate', | 626 'remoting_unittests.isolate', |
633 ], | 627 ], |
634 }, | 628 }, |
635 ], | 629 ], |
636 }], | 630 }], |
637 ] # end of 'conditions' | 631 ] # end of 'conditions' |
638 } | 632 } |
OLD | NEW |