| 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 783 'browser/media/cast_transport_host_filter_unittest.cc', | 783 'browser/media/cast_transport_host_filter_unittest.cc', |
| 784 'browser/metrics/extensions_metrics_provider_unittest.cc', | 784 'browser/metrics/extensions_metrics_provider_unittest.cc', |
| 785 'browser/notifications/extension_welcome_notification_unittest.cc', | 785 'browser/notifications/extension_welcome_notification_unittest.cc', |
| 786 'browser/notifications/notification_conversion_helper_unittest.cc', | 786 'browser/notifications/notification_conversion_helper_unittest.cc', |
| 787 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', | 787 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', |
| 788 'browser/search/hotword_service_unittest.cc', | 788 'browser/search/hotword_service_unittest.cc', |
| 789 'browser/signin/easy_unlock_app_manager_unittest.cc', | 789 'browser/signin/easy_unlock_app_manager_unittest.cc', |
| 790 'browser/signin/easy_unlock_auth_attempt_unittest.cc', | 790 'browser/signin/easy_unlock_auth_attempt_unittest.cc', |
| 791 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', | 791 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', |
| 792 'browser/signin/easy_unlock_service_unittest_chromeos.cc', | 792 'browser/signin/easy_unlock_service_unittest_chromeos.cc', |
| 793 'browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.cc'
, |
| 793 'browser/sync/glue/extensions_activity_monitor_unittest.cc', | 794 'browser/sync/glue/extensions_activity_monitor_unittest.cc', |
| 794 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', | 795 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', |
| 795 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', | 796 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', |
| 796 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', | 797 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', |
| 797 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', | 798 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', |
| 798 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', | 799 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', |
| 799 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', | 800 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', |
| 800 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', | 801 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', |
| 801 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', | 802 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', |
| 802 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', | 803 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', |
| (...skipping 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2864 'dependencies': [ | 2865 'dependencies': [ |
| 2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2866 ], | 2867 ], |
| 2867 }], | 2868 }], |
| 2868 ], | 2869 ], |
| 2869 }, | 2870 }, |
| 2870 ], | 2871 ], |
| 2871 }], | 2872 }], |
| 2872 ], # 'conditions' | 2873 ], # 'conditions' |
| 2873 } | 2874 } |
| OLD | NEW |