| 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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |