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 '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 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1637 # Sources for Offline pages. For now only for Android. | 1637 # Sources for Offline pages. For now only for Android. |
1638 'chrome_unit_tests_offline_pages_sources': [ | 1638 'chrome_unit_tests_offline_pages_sources': [ |
1639 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', | 1639 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
1640 ], | 1640 ], |
1641 }, | 1641 }, |
1642 'targets': [ | 1642 'targets': [ |
1643 { | 1643 { |
1644 # This target contains mocks and test utilities that don't belong in | 1644 # This target contains mocks and test utilities that don't belong in |
1645 # production libraries but are used by more than one test executable. | 1645 # production libraries but are used by more than one test executable. |
1646 # | 1646 # |
1647 # GN version: //chrome/test:test_support | 1647 # GN version: //chrome/test:test_support but that is split apart into |
| 1648 # separate test_support targets for that various subdirectories under |
| 1649 # chrome. |
1648 'target_name': 'test_support_common', | 1650 'target_name': 'test_support_common', |
1649 'type': 'static_library', | 1651 'type': 'static_library', |
1650 'dependencies': [ | 1652 'dependencies': [ |
1651 # NOTE: New dependencies should generally be added in the OS!="ios" | 1653 # NOTE: New dependencies should generally be added in the OS!="ios" |
1652 # dependencies block below, rather than here. | 1654 # dependencies block below, rather than here. |
1653 'browser', | 1655 'browser', |
1654 'chrome_resources.gyp:chrome_resources', | 1656 'chrome_resources.gyp:chrome_resources', |
1655 'chrome_resources.gyp:chrome_strings', | 1657 'chrome_resources.gyp:chrome_strings', |
1656 'chrome_resources.gyp:theme_resources', | 1658 'chrome_resources.gyp:theme_resources', |
1657 'common', | 1659 'common', |
(...skipping 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2977 'dependencies': [ | 2979 'dependencies': [ |
2978 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2979 ], | 2981 ], |
2980 }], | 2982 }], |
2981 ], | 2983 ], |
2982 }, | 2984 }, |
2983 ], | 2985 ], |
2984 }], | 2986 }], |
2985 ], # 'conditions' | 2987 ], # 'conditions' |
2986 } | 2988 } |
OLD | NEW |