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 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1633 'chrome_unit_tests_arc_sources': [ | 1633 'chrome_unit_tests_arc_sources': [ |
1634 'browser/chromeos/arc/arc_auth_service_unittest.cc', | 1634 'browser/chromeos/arc/arc_auth_service_unittest.cc', |
1635 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', | 1635 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', |
1636 ], | 1636 ], |
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 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', | 1640 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', |
1641 'browser/android/offline_pages/offline_page_utils_unittest.cc', | 1641 'browser/android/offline_pages/offline_page_utils_unittest.cc', |
1642 'browser/android/offline_pages/recent_tab_helper_unittest.cc', | 1642 'browser/android/offline_pages/recent_tab_helper_unittest.cc', |
| 1643 'browser/android/offline_pages/request_coordinator_factory_unittest.cc', |
1643 'browser/android/offline_pages/test_offline_page_model_builder.cc', | 1644 'browser/android/offline_pages/test_offline_page_model_builder.cc', |
1644 'browser/android/offline_pages/test_offline_page_model_builder.h', | 1645 'browser/android/offline_pages/test_offline_page_model_builder.h', |
1645 ], | 1646 ], |
1646 }, | 1647 }, |
1647 'targets': [ | 1648 'targets': [ |
1648 { | 1649 { |
1649 # This target contains mocks and test utilities that don't belong in | 1650 # This target contains mocks and test utilities that don't belong in |
1650 # production libraries but are used by more than one test executable. | 1651 # production libraries but are used by more than one test executable. |
1651 # | 1652 # |
1652 # GN version: //chrome/test:test_support but that is split apart into | 1653 # GN version: //chrome/test:test_support but that is split apart into |
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2989 'dependencies': [ | 2990 'dependencies': [ |
2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2991 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2991 ], | 2992 ], |
2992 }], | 2993 }], |
2993 ], | 2994 ], |
2994 }, | 2995 }, |
2995 ], | 2996 ], |
2996 }], | 2997 }], |
2997 ], # 'conditions' | 2998 ], # 'conditions' |
2998 } | 2999 } |
OLD | NEW |