| 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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1638 'chrome_unit_tests_app_list_chromeos_arc_sources': [ | 1638 'chrome_unit_tests_app_list_chromeos_arc_sources': [ |
| 1639 'browser/ui/app_list/arc/arc_app_unittest.cc', | 1639 'browser/ui/app_list/arc/arc_app_unittest.cc', |
| 1640 ], | 1640 ], |
| 1641 'chrome_unit_tests_arc_sources': [ | 1641 'chrome_unit_tests_arc_sources': [ |
| 1642 'browser/chromeos/arc/arc_auth_service_unittest.cc', | 1642 'browser/chromeos/arc/arc_auth_service_unittest.cc', |
| 1643 'browser/chromeos/arc/settings_bridge_unittest.cc', | 1643 'browser/chromeos/arc/settings_bridge_unittest.cc', |
| 1644 ], | 1644 ], |
| 1645 # Sources for Offline pages. For now only for Android. | 1645 # Sources for Offline pages. For now only for Android. |
| 1646 'chrome_unit_tests_offline_pages_sources': [ | 1646 'chrome_unit_tests_offline_pages_sources': [ |
| 1647 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', | 1647 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
| 1648 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', |
| 1648 'browser/android/offline_pages/offline_page_utils_unittest.cc', | 1649 'browser/android/offline_pages/offline_page_utils_unittest.cc', |
| 1649 'browser/android/offline_pages/test_offline_page_model_builder.cc', | 1650 'browser/android/offline_pages/test_offline_page_model_builder.cc', |
| 1650 'browser/android/offline_pages/test_offline_page_model_builder.h', | 1651 'browser/android/offline_pages/test_offline_page_model_builder.h', |
| 1651 ], | 1652 ], |
| 1652 }, | 1653 }, |
| 1653 'targets': [ | 1654 'targets': [ |
| 1654 { | 1655 { |
| 1655 # This target contains mocks and test utilities that don't belong in | 1656 # This target contains mocks and test utilities that don't belong in |
| 1656 # production libraries but are used by more than one test executable. | 1657 # production libraries but are used by more than one test executable. |
| 1657 # | 1658 # |
| (...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3037 'dependencies': [ | 3038 'dependencies': [ |
| 3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3039 ], | 3040 ], |
| 3040 }], | 3041 }], |
| 3041 ], | 3042 ], |
| 3042 }, | 3043 }, |
| 3043 ], | 3044 ], |
| 3044 }], | 3045 }], |
| 3045 ], # 'conditions' | 3046 ], # 'conditions' |
| 3046 } | 3047 } |
| OLD | NEW |