| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
| 8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
| 9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2812 { | 2812 { |
| 2813 'target_name': 'unit_tests_apk', | 2813 'target_name': 'unit_tests_apk', |
| 2814 'type': 'none', | 2814 'type': 'none', |
| 2815 'dependencies': [ | 2815 'dependencies': [ |
| 2816 'chrome_java', | 2816 'chrome_java', |
| 2817 'unit_tests_java', | 2817 'unit_tests_java', |
| 2818 'unit_tests', | 2818 'unit_tests', |
| 2819 ], | 2819 ], |
| 2820 'variables': { | 2820 'variables': { |
| 2821 'test_suite_name': 'unit_tests', | 2821 'test_suite_name': 'unit_tests', |
| 2822 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test
s<(SHARED_LIB_SUFFIX)', | |
| 2823 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes
t.xml', | 2822 'android_manifest_path': 'test/android/unit_tests_apk/AndroidManifes
t.xml', |
| 2824 }, | 2823 }, |
| 2825 'includes': [ '../build/apk_test.gypi' ], | 2824 'includes': [ '../build/apk_test.gypi' ], |
| 2826 }, | 2825 }, |
| 2827 ], | 2826 ], |
| 2828 }], | 2827 }], |
| 2829 ['test_isolation_mode != "noop"', { | 2828 ['test_isolation_mode != "noop"', { |
| 2830 'targets': [ | 2829 'targets': [ |
| 2831 { | 2830 { |
| 2832 'target_name': 'unit_tests_run', | 2831 'target_name': 'unit_tests_run', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2891 'browser/ui/app_list/test/fake_profile_store.h', | 2890 'browser/ui/app_list/test/fake_profile_store.h', |
| 2892 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2891 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2893 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2892 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2894 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2893 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2895 ], | 2894 ], |
| 2896 }, | 2895 }, |
| 2897 ], | 2896 ], |
| 2898 }], | 2897 }], |
| 2899 ], # 'conditions' | 2898 ], # 'conditions' |
| 2900 } | 2899 } |
| OLD | NEW |