OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'i18n/time_formatting_unittest.cc', | 406 'i18n/time_formatting_unittest.cc', |
407 'json/json_parser_unittest.cc', | 407 'json/json_parser_unittest.cc', |
408 'json/json_reader_unittest.cc', | 408 'json/json_reader_unittest.cc', |
409 'json/json_value_converter_unittest.cc', | 409 'json/json_value_converter_unittest.cc', |
410 'json/json_value_serializer_unittest.cc', | 410 'json/json_value_serializer_unittest.cc', |
411 'json/json_writer_unittest.cc', | 411 'json/json_writer_unittest.cc', |
412 'json/string_escape_unittest.cc', | 412 'json/string_escape_unittest.cc', |
413 'lazy_instance_unittest.cc', | 413 'lazy_instance_unittest.cc', |
414 'linked_list_unittest.cc', | 414 'linked_list_unittest.cc', |
415 'logging_unittest.cc', | 415 'logging_unittest.cc', |
| 416 'mac/bind_objc_block_unittest.mm', |
416 'mac/foundation_util_unittest.mm', | 417 'mac/foundation_util_unittest.mm', |
417 'mac/mac_util_unittest.mm', | 418 'mac/mac_util_unittest.mm', |
418 'mac/objc_property_releaser_unittest.mm', | 419 'mac/objc_property_releaser_unittest.mm', |
419 'mac/scoped_sending_event_unittest.mm', | 420 'mac/scoped_sending_event_unittest.mm', |
420 'md5_unittest.cc', | 421 'md5_unittest.cc', |
421 'memory/aligned_memory_unittest.cc', | 422 'memory/aligned_memory_unittest.cc', |
422 'memory/linked_ptr_unittest.cc', | 423 'memory/linked_ptr_unittest.cc', |
423 'memory/mru_cache_unittest.cc', | 424 'memory/mru_cache_unittest.cc', |
424 'memory/ref_counted_memory_unittest.cc', | 425 'memory/ref_counted_memory_unittest.cc', |
425 'memory/ref_counted_unittest.cc', | 426 'memory/ref_counted_unittest.cc', |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 'win/win_util_unittest.cc', | 638 'win/win_util_unittest.cc', |
638 ], | 639 ], |
639 }], | 640 }], |
640 ], # conditions | 641 ], # conditions |
641 'target_conditions': [ | 642 'target_conditions': [ |
642 ['OS == "ios"', { | 643 ['OS == "ios"', { |
643 'sources/': [ | 644 'sources/': [ |
644 # Pull in specific Mac files for iOS (which have been filtered out | 645 # Pull in specific Mac files for iOS (which have been filtered out |
645 # by file name rules). | 646 # by file name rules). |
646 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], | 647 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], |
| 648 ['include', '^mac/bind_objc_block_unittest\\.mm$'], |
647 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], | 649 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], |
648 ], | 650 ], |
649 }], | 651 }], |
650 ], # target_conditions | 652 ], # target_conditions |
651 }, | 653 }, |
652 { | 654 { |
653 'target_name': 'test_support_base', | 655 'target_name': 'test_support_base', |
654 'type': 'static_library', | 656 'type': 'static_library', |
655 'dependencies': [ | 657 'dependencies': [ |
656 'base', | 658 'base', |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 'test_suite_name': 'base_unittests', | 1000 'test_suite_name': 'base_unittests', |
999 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1001 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1000 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1002 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1001 }, | 1003 }, |
1002 'includes': [ '../build/apk_test.gypi' ], | 1004 'includes': [ '../build/apk_test.gypi' ], |
1003 }, | 1005 }, |
1004 ], | 1006 ], |
1005 }], | 1007 }], |
1006 ], | 1008 ], |
1007 } | 1009 } |
OLD | NEW |