Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(232)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 226353002: Remove unused input_shlib_path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698