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 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
683 }, | 683 }, |
684 'conditions': [ | 684 'conditions': [ |
685 ['OS == "android"', { | 685 ['OS == "android"', { |
686 'dependencies': [ | 686 'dependencies': [ |
687 'android/jni_generator/jni_generator.gyp:jni_generator_tests', | 687 'android/jni_generator/jni_generator.gyp:jni_generator_tests', |
688 '../testing/android/native_test.gyp:native_test_native_code', | 688 '../testing/android/native_test.gyp:native_test_native_code', |
689 ], | 689 ], |
690 }], | 690 }], |
691 ['OS == "ios" and _toolset != "host"', { | 691 ['OS == "ios" and _toolset != "host"', { |
692 'sources/': [ | 692 'sources/': [ |
| 693 # iOS does not support FilePathWatcher. |
| 694 ['exclude', '^files/file_path_watcher_unittest\\.cc$'], |
693 # Only test the iOS-meaningful portion of memory and process_utils. | 695 # Only test the iOS-meaningful portion of memory and process_utils. |
694 ['exclude', '^memory/discardable_shared_memory_unittest\\.cc$'], | 696 ['exclude', '^memory/discardable_shared_memory_unittest\\.cc$'], |
695 ['exclude', '^memory/shared_memory_unittest\\.cc$'], | 697 ['exclude', '^memory/shared_memory_unittest\\.cc$'], |
696 ['exclude', '^process/memory_unittest'], | 698 ['exclude', '^process/memory_unittest'], |
697 ['exclude', '^process/process_unittest\\.cc$'], | 699 ['exclude', '^process/process_unittest\\.cc$'], |
698 ['exclude', '^process/process_util_unittest\\.cc$'], | 700 ['exclude', '^process/process_util_unittest\\.cc$'], |
699 ['include', '^process/process_util_unittest_ios\\.cc$'], | 701 ['include', '^process/process_util_unittest_ios\\.cc$'], |
700 # iOS does not use message_pump_libevent. | 702 # iOS does not use message_pump_libevent. |
701 ['exclude', '^message_loop/message_pump_libevent_unittest\\.cc$'], | 703 ['exclude', '^message_loop/message_pump_libevent_unittest\\.cc$'], |
702 ], | 704 ], |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
898 ], | 900 ], |
899 'sources': [ | 901 'sources': [ |
900 'test/gtest_util.cc', | 902 'test/gtest_util.cc', |
901 'test/gtest_util.h', | 903 'test/gtest_util.h', |
902 'test/gtest_xml_unittest_result_printer.cc', | 904 'test/gtest_xml_unittest_result_printer.cc', |
903 'test/gtest_xml_unittest_result_printer.h', | 905 'test/gtest_xml_unittest_result_printer.h', |
904 'test/gtest_xml_util.cc', | 906 'test/gtest_xml_util.cc', |
905 'test/gtest_xml_util.h', | 907 'test/gtest_xml_util.h', |
906 'test/histogram_tester.cc', | 908 'test/histogram_tester.cc', |
907 'test/histogram_tester.h', | 909 'test/histogram_tester.h', |
908 » 'test/icu_test_util.cc', | 910 'test/icu_test_util.cc', |
909 » 'test/icu_test_util.h', | 911 'test/icu_test_util.h', |
910 'test/ios/wait_util.h', | 912 'test/ios/wait_util.h', |
911 'test/ios/wait_util.mm', | 913 'test/ios/wait_util.mm', |
912 'test/launcher/test_launcher.cc', | 914 'test/launcher/test_launcher.cc', |
913 'test/launcher/test_launcher.h', | 915 'test/launcher/test_launcher.h', |
914 'test/launcher/test_result.cc', | 916 'test/launcher/test_result.cc', |
915 'test/launcher/test_result.h', | 917 'test/launcher/test_result.h', |
916 'test/launcher/test_results_tracker.cc', | 918 'test/launcher/test_results_tracker.cc', |
917 'test/launcher/test_results_tracker.h', | 919 'test/launcher/test_results_tracker.h', |
918 'test/launcher/unit_test_launcher.cc', | 920 'test/launcher/unit_test_launcher.cc', |
919 'test/launcher/unit_test_launcher.h', | 921 'test/launcher/unit_test_launcher.h', |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1659 '../build/isolate.gypi', | 1661 '../build/isolate.gypi', |
1660 ], | 1662 ], |
1661 'sources': [ | 1663 'sources': [ |
1662 'base_unittests.isolate', | 1664 'base_unittests.isolate', |
1663 ], | 1665 ], |
1664 }, | 1666 }, |
1665 ], | 1667 ], |
1666 }], | 1668 }], |
1667 ], | 1669 ], |
1668 } | 1670 } |
OLD | NEW |