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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 23442019: Convert most run_all_unittests.cc files to use new unit test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 3 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
« no previous file with comments | « chrome/app/run_all_unittests.cc ('k') | chrome/test/base/run_all_unittests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2632 matching lines...) Expand 10 before | Expand all | Expand 10 after
2643 { 2643 {
2644 'target_name': 'chrome_app_unittests', 2644 'target_name': 'chrome_app_unittests',
2645 'type': 'executable', 2645 'type': 'executable',
2646 'dependencies': [ 2646 'dependencies': [
2647 # unit tests should only depend on 2647 # unit tests should only depend on
2648 # 1) everything that the chrome binaries depend on: 2648 # 1) everything that the chrome binaries depend on:
2649 '<@(chromium_browser_dependencies)', 2649 '<@(chromium_browser_dependencies)',
2650 '<@(chromium_child_dependencies)', 2650 '<@(chromium_child_dependencies)',
2651 '../content/content.gyp:content_app_both', 2651 '../content/content.gyp:content_app_both',
2652 # 2) test-specific support libraries: 2652 # 2) test-specific support libraries:
2653 '../base/base.gyp:run_all_unittests',
2653 '../testing/gmock.gyp:gmock', 2654 '../testing/gmock.gyp:gmock',
2654 '../testing/gtest.gyp:gtest', 2655 '../testing/gtest.gyp:gtest',
2655 'test_support_common', 2656 'test_support_common',
2656 ], 2657 ],
2657 'include_dirs': [ 2658 'include_dirs': [
2658 '..', 2659 '..',
2659 ], 2660 ],
2660 'sources': [ 2661 'sources': [
2661 'app/breakpad_field_trial_win.cc', 2662 'app/breakpad_field_trial_win.cc',
2662 'app/breakpad_win.cc', 2663 'app/breakpad_win.cc',
2663 'app/breakpad_unittest_win.cc', 2664 'app/breakpad_unittest_win.cc',
2664 'app/delay_load_hook_win.cc', 2665 'app/delay_load_hook_win.cc',
2665 'app/delay_load_hook_win.h', 2666 'app/delay_load_hook_win.h',
2666 'app/delay_load_hook_unittest_win.cc', 2667 'app/delay_load_hook_unittest_win.cc',
2667 'app/hard_error_handler_win.cc', 2668 'app/hard_error_handler_win.cc',
2668 'app/run_all_unittests.cc',
2669 'common/crash_keys.cc', 2669 'common/crash_keys.cc',
2670 'common/crash_keys.h', 2670 'common/crash_keys.h',
2671 ], 2671 ],
2672 'conditions': [ 2672 'conditions': [
2673 ['OS=="mac" or OS=="ios"', { 2673 ['OS=="mac" or OS=="ios"', {
2674 'include_dirs': [ 2674 'include_dirs': [
2675 '<(DEPTH)/breakpad/src', 2675 '<(DEPTH)/breakpad/src',
2676 ], 2676 ],
2677 }], 2677 }],
2678 ['OS=="mac"', { 2678 ['OS=="mac"', {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
2751 # more details. 2751 # more details.
2752 'DebugInformationFormat': '3', 2752 'DebugInformationFormat': '3',
2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2753 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2754 }, 2754 },
2755 }, 2755 },
2756 }, 2756 },
2757 ], 2757 ],
2758 }], 2758 }],
2759 ], # 'conditions' 2759 ], # 'conditions'
2760 } 2760 }
OLDNEW
« no previous file with comments | « chrome/app/run_all_unittests.cc ('k') | chrome/test/base/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698