| 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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 ], | 722 ], |
| 723 'chrome_test_support_unit_ash_sources': [ | 723 'chrome_test_support_unit_ash_sources': [ |
| 724 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.cc', | 724 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.cc', |
| 725 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.h', | 725 'browser/ui/ash/launcher/test/launcher_application_menu_item_model_test_ap
i.h', |
| 726 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc', | 726 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.cc', |
| 727 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h', | 727 'browser/ui/ash/launcher/test/test_chrome_launcher_app_menu_item.h', |
| 728 ], | 728 ], |
| 729 'chrome_unit_tests_task_manager_sources': [ | 729 'chrome_unit_tests_task_manager_sources': [ |
| 730 'browser/task_management/providers/browser_process_task_unittest.cc', | 730 'browser/task_management/providers/browser_process_task_unittest.cc', |
| 731 'browser/task_management/providers/child_process_task_unittest.cc', | 731 'browser/task_management/providers/child_process_task_unittest.cc', |
| 732 'browser/task_management/sampling/task_manager_impl_unittest.cc', |
| 732 'browser/task_management/task_manager_observer_unittest.cc', | 733 'browser/task_management/task_manager_observer_unittest.cc', |
| 733 'browser/task_management/test_task_manager.cc', | 734 'browser/task_management/test_task_manager.cc', |
| 734 'browser/task_management/test_task_manager.h', | 735 'browser/task_management/test_task_manager.h', |
| 735 ], | 736 ], |
| 736 'chrome_unit_tests_mdns_sources': [ | 737 'chrome_unit_tests_mdns_sources': [ |
| 737 'browser/local_discovery/local_domain_resolver_unittest.cc', | 738 'browser/local_discovery/local_domain_resolver_unittest.cc', |
| 738 'browser/local_discovery/service_discovery_client_unittest.cc', | 739 'browser/local_discovery/service_discovery_client_unittest.cc', |
| 739 'browser/printing/cloud_print/privet_device_lister_unittest.cc', | 740 'browser/printing/cloud_print/privet_device_lister_unittest.cc', |
| 740 'browser/printing/cloud_print/privet_local_printer_lister_unittest.cc', | 741 'browser/printing/cloud_print/privet_local_printer_lister_unittest.cc', |
| 741 ], | 742 ], |
| (...skipping 2260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3002 'dependencies': [ | 3003 'dependencies': [ |
| 3003 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3004 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3004 ], | 3005 ], |
| 3005 }], | 3006 }], |
| 3006 ], | 3007 ], |
| 3007 }, | 3008 }, |
| 3008 ], | 3009 ], |
| 3009 }], | 3010 }], |
| 3010 ], # 'conditions' | 3011 ], # 'conditions' |
| 3011 } | 3012 } |
| OLD | NEW |