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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 years, 2 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/common/BUILD.gn » ('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 '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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 # Sources for Offline pages. For now only for Android. 1636 # Sources for Offline pages. For now only for Android.
1637 'chrome_unit_tests_offline_pages_sources': [ 1637 'chrome_unit_tests_offline_pages_sources': [
1638 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', 1638 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc',
1639 ], 1639 ],
1640 }, 1640 },
1641 'targets': [ 1641 'targets': [
1642 { 1642 {
1643 # This target contains mocks and test utilities that don't belong in 1643 # This target contains mocks and test utilities that don't belong in
1644 # production libraries but are used by more than one test executable. 1644 # production libraries but are used by more than one test executable.
1645 # 1645 #
1646 # GN version: //chrome/test:test_support 1646 # GN version: //chrome/test:test_support but that is split apart into
1647 # separate test_support targets for that various subdirectories under
1648 # chrome.
1647 'target_name': 'test_support_common', 1649 'target_name': 'test_support_common',
1648 'type': 'static_library', 1650 'type': 'static_library',
1649 'dependencies': [ 1651 'dependencies': [
1650 # NOTE: New dependencies should generally be added in the OS!="ios" 1652 # NOTE: New dependencies should generally be added in the OS!="ios"
1651 # dependencies block below, rather than here. 1653 # dependencies block below, rather than here.
1652 'browser', 1654 'browser',
1653 'chrome_resources.gyp:chrome_resources', 1655 'chrome_resources.gyp:chrome_resources',
1654 'chrome_resources.gyp:chrome_strings', 1656 'chrome_resources.gyp:chrome_strings',
1655 'chrome_resources.gyp:theme_resources', 1657 'chrome_resources.gyp:theme_resources',
1656 'common', 1658 'common',
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2976 'dependencies': [ 2978 'dependencies': [
2977 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2979 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2978 ], 2980 ],
2979 }], 2981 }],
2980 ], 2982 ],
2981 }, 2983 },
2982 ], 2984 ],
2983 }], 2985 }],
2984 ], # 'conditions' 2986 ], # 'conditions'
2985 } 2987 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698