| 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 ], | 725 ], |
| 726 'chrome_test_support_unit_ash_sources': [ | 726 'chrome_test_support_unit_ash_sources': [ |
| 727 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.cc', | 727 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.cc', |
| 728 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.h', | 728 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.h', |
| 729 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc', | 729 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc', |
| 730 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h', | 730 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h', |
| 731 ], | 731 ], |
| 732 'chrome_unit_tests_task_manager_sources': [ | 732 'chrome_unit_tests_task_manager_sources': [ |
| 733 'browser/task_management/providers/browser_process_task_unittest.cc', | 733 'browser/task_management/providers/browser_process_task_unittest.cc', |
| 734 'browser/task_management/providers/child_process_task_unittest.cc', | 734 'browser/task_management/providers/child_process_task_unittest.cc', |
| 735 'browser/task_management/sampling/task_manager_impl_unittest.cc', |
| 735 'browser/task_management/task_manager_observer_unittest.cc', | 736 'browser/task_management/task_manager_observer_unittest.cc', |
| 736 'browser/task_management/test_task_manager.cc', | 737 'browser/task_management/test_task_manager.cc', |
| 737 'browser/task_management/test_task_manager.h', | 738 'browser/task_management/test_task_manager.h', |
| 738 ], | 739 ], |
| 739 'chrome_unit_tests_mdns_sources': [ | 740 'chrome_unit_tests_mdns_sources': [ |
| 740 'browser/local_discovery/local_domain_resolver_unittest.cc', | 741 'browser/local_discovery/local_domain_resolver_unittest.cc', |
| 741 'browser/local_discovery/service_discovery_client_unittest.cc', | 742 'browser/local_discovery/service_discovery_client_unittest.cc', |
| 742 'browser/printing/cloud_print/privet_device_lister_unittest.cc', | 743 'browser/printing/cloud_print/privet_device_lister_unittest.cc', |
| 743 'browser/printing/cloud_print/privet_local_printer_lister_unittest.cc', | 744 'browser/printing/cloud_print/privet_local_printer_lister_unittest.cc', |
| 744 ], | 745 ], |
| (...skipping 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3009 'dependencies': [ | 3010 'dependencies': [ |
| 3010 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3011 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3011 ], | 3012 ], |
| 3012 }], | 3013 }], |
| 3013 ], | 3014 ], |
| 3014 }, | 3015 }, |
| 3015 ], | 3016 ], |
| 3016 }], | 3017 }], |
| 3017 ], # 'conditions' | 3018 ], # 'conditions' |
| 3018 } | 3019 } |
| OLD | NEW |