| 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 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1612 'utility/importer/edge_database_reader_unittest_win.cc', | 1612 'utility/importer/edge_database_reader_unittest_win.cc', |
| 1613 'utility/importer/firefox_importer_unittest.cc', | 1613 'utility/importer/firefox_importer_unittest.cc', |
| 1614 'utility/importer/firefox_importer_unittest_messages_internal.h', | 1614 'utility/importer/firefox_importer_unittest_messages_internal.h', |
| 1615 'utility/importer/firefox_importer_unittest_utils.h', | 1615 'utility/importer/firefox_importer_unittest_utils.h', |
| 1616 'utility/importer/firefox_importer_unittest_utils_mac.cc', | 1616 'utility/importer/firefox_importer_unittest_utils_mac.cc', |
| 1617 'utility/importer/safari_importer_unittest.mm', | 1617 'utility/importer/safari_importer_unittest.mm', |
| 1618 ], | 1618 ], |
| 1619 # Everything but Android, ChromeOS and iOS (iOS is handled separately). | 1619 # Everything but Android, ChromeOS and iOS (iOS is handled separately). |
| 1620 'chrome_unit_tests_non_android_or_chromeos_sources': [ | 1620 'chrome_unit_tests_non_android_or_chromeos_sources': [ |
| 1621 'browser/media/native_desktop_media_list_unittest.cc', | 1621 'browser/media/native_desktop_media_list_unittest.cc', |
| 1622 'browser/metrics/desktop_engagement/desktop_engagement_service_unittest.cc
', |
| 1622 'browser/signin/cross_device_promo_unittest.cc', | 1623 'browser/signin/cross_device_promo_unittest.cc', |
| 1623 'browser/signin/signin_global_error_unittest.cc', | 1624 'browser/signin/signin_global_error_unittest.cc', |
| 1624 'browser/sync/sync_global_error_unittest.cc', | 1625 'browser/sync/sync_global_error_unittest.cc', |
| 1625 'browser/ui/webui/signin/signin_create_profile_handler_unittest.cc', | 1626 'browser/ui/webui/signin/signin_create_profile_handler_unittest.cc', |
| 1626 'browser/ui/webui/signin/sync_confirmation_handler_unittest.cc', | 1627 'browser/ui/webui/signin/sync_confirmation_handler_unittest.cc', |
| 1627 'browser/upgrade_detector_impl_unittest.cc', | 1628 'browser/upgrade_detector_impl_unittest.cc', |
| 1628 ], | 1629 ], |
| 1629 'chrome_unit_tests_app_list_sources': [ | 1630 'chrome_unit_tests_app_list_sources': [ |
| 1630 'browser/apps/drive/drive_app_mapping_unittest.cc', | 1631 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 1631 'browser/ui/app_list/app_context_menu_unittest.cc', | 1632 'browser/ui/app_list/app_context_menu_unittest.cc', |
| (...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3034 'dependencies': [ | 3035 'dependencies': [ |
| 3035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3036 ], | 3037 ], |
| 3037 }], | 3038 }], |
| 3038 ], | 3039 ], |
| 3039 }, | 3040 }, |
| 3040 ], | 3041 ], |
| 3041 }], | 3042 }], |
| 3042 ], # 'conditions' | 3043 ], # 'conditions' |
| 3043 } | 3044 } |
| OLD | NEW |