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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1298743002: Partially componentize chrome/common/crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 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
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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after
2731 { 2731 {
2732 # GN: //chrome/test:chrome_app_unittests 2732 # GN: //chrome/test:chrome_app_unittests
2733 'target_name': 'chrome_app_unittests', 2733 'target_name': 'chrome_app_unittests',
2734 'type': 'executable', 2734 'type': 'executable',
2735 'dependencies': [ 2735 'dependencies': [
2736 # unit tests should only depend on 2736 # unit tests should only depend on
2737 # 1) everything that the chrome binaries depend on: 2737 # 1) everything that the chrome binaries depend on:
2738 '<@(chromium_browser_dependencies)', 2738 '<@(chromium_browser_dependencies)',
2739 '<@(chromium_child_dependencies)', 2739 '<@(chromium_child_dependencies)',
2740 '../content/content.gyp:content_app_both', 2740 '../content/content.gyp:content_app_both',
2741 '../components/components.gyp:crash_keys',
sky 2015/08/17 18:06:00 nit: sort
sdefresne 2015/08/18 12:47:39 Done.
2741 # 2) test-specific support libraries: 2742 # 2) test-specific support libraries:
2742 '../base/base.gyp:run_all_unittests', 2743 '../base/base.gyp:run_all_unittests',
2743 '../testing/gmock.gyp:gmock', 2744 '../testing/gmock.gyp:gmock',
2744 '../testing/gtest.gyp:gtest', 2745 '../testing/gtest.gyp:gtest',
2745 'test_support_common', 2746 'test_support_common',
2746 ], 2747 ],
2747 'include_dirs': [ 2748 'include_dirs': [
2748 '..', 2749 '..',
2749 ], 2750 ],
2750 'sources': [ 2751 'sources': [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2890 'dependencies': [ 2891 'dependencies': [
2891 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2892 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2892 ], 2893 ],
2893 }], 2894 }],
2894 ], 2895 ],
2895 }, 2896 },
2896 ], 2897 ],
2897 }], 2898 }],
2898 ], # 'conditions' 2899 ], # 'conditions'
2899 } 2900 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698