| 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 ], | 1637 ], |
| 1638 'chrome_unit_tests_arc_sources': [ | 1638 'chrome_unit_tests_arc_sources': [ |
| 1639 'browser/chromeos/arc/arc_auth_service_unittest.cc', | 1639 'browser/chromeos/arc/arc_auth_service_unittest.cc', |
| 1640 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', | 1640 'browser/chromeos/arc/arc_policy_bridge_unittest.cc', |
| 1641 ], | 1641 ], |
| 1642 # Sources for Offline pages. For now only for Android. | 1642 # Sources for Offline pages. For now only for Android. |
| 1643 'chrome_unit_tests_offline_pages_sources': [ | 1643 'chrome_unit_tests_offline_pages_sources': [ |
| 1644 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', | 1644 'browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc', |
| 1645 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', | 1645 'browser/android/offline_pages/offline_page_tab_helper_unittest.cc', |
| 1646 'browser/android/offline_pages/offline_page_utils_unittest.cc', | 1646 'browser/android/offline_pages/offline_page_utils_unittest.cc', |
| 1647 'browser/android/offline_pages/prerendering_loader_unittest.cc', | |
| 1648 'browser/android/offline_pages/prerendering_offliner_unittest.cc', | 1647 'browser/android/offline_pages/prerendering_offliner_unittest.cc', |
| 1649 'browser/android/offline_pages/recent_tab_helper_unittest.cc', | 1648 'browser/android/offline_pages/recent_tab_helper_unittest.cc', |
| 1650 'browser/android/offline_pages/request_coordinator_factory_unittest.cc', | 1649 'browser/android/offline_pages/request_coordinator_factory_unittest.cc', |
| 1651 'browser/android/offline_pages/test_offline_page_model_builder.cc', | 1650 'browser/android/offline_pages/test_offline_page_model_builder.cc', |
| 1652 'browser/android/offline_pages/test_offline_page_model_builder.h', | 1651 'browser/android/offline_pages/test_offline_page_model_builder.h', |
| 1653 ], | 1652 ], |
| 1654 }, | 1653 }, |
| 1655 'targets': [ | 1654 'targets': [ |
| 1656 { | 1655 { |
| 1657 # 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 |
| (...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3008 'dependencies': [ | 3007 'dependencies': [ |
| 3009 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3010 ], | 3009 ], |
| 3011 }], | 3010 }], |
| 3012 ], | 3011 ], |
| 3013 }, | 3012 }, |
| 3014 ], | 3013 ], |
| 3015 }], | 3014 }], |
| 3016 ], # 'conditions' | 3015 ], # 'conditions' |
| 3017 } | 3016 } |
| OLD | NEW |