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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 'browser/media/cast_transport_host_filter_unittest.cc', | 787 'browser/media/cast_transport_host_filter_unittest.cc', |
788 'browser/metrics/extensions_metrics_provider_unittest.cc', | 788 'browser/metrics/extensions_metrics_provider_unittest.cc', |
789 'browser/notifications/extension_welcome_notification_unittest.cc', | 789 'browser/notifications/extension_welcome_notification_unittest.cc', |
790 'browser/notifications/notification_conversion_helper_unittest.cc', | 790 'browser/notifications/notification_conversion_helper_unittest.cc', |
791 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', | 791 'browser/renderer_context_menu/context_menu_content_type_unittest.cc', |
792 'browser/search/hotword_service_unittest.cc', | 792 'browser/search/hotword_service_unittest.cc', |
793 'browser/signin/easy_unlock_app_manager_unittest.cc', | 793 'browser/signin/easy_unlock_app_manager_unittest.cc', |
794 'browser/signin/easy_unlock_auth_attempt_unittest.cc', | 794 'browser/signin/easy_unlock_auth_attempt_unittest.cc', |
795 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', | 795 'browser/signin/easy_unlock_screenlock_state_handler_unittest.cc', |
796 'browser/signin/easy_unlock_service_unittest_chromeos.cc', | 796 'browser/signin/easy_unlock_service_unittest_chromeos.cc', |
| 797 'browser/signin/mutable_profile_oauth2_token_service_delegate_unittest.cc'
, |
797 'browser/sync/glue/extensions_activity_monitor_unittest.cc', | 798 'browser/sync/glue/extensions_activity_monitor_unittest.cc', |
798 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', | 799 'browser/sync_file_system/drive_backend/callback_helper_unittest.cc', |
799 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', | 800 'browser/sync_file_system/drive_backend/callback_tracker_unittest.cc', |
800 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', | 801 'browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc', |
801 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', | 802 'browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc', |
802 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', | 803 'browser/sync_file_system/drive_backend/drive_backend_test_util.cc', |
803 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', | 804 'browser/sync_file_system/drive_backend/drive_backend_test_util.h', |
804 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', | 805 'browser/sync_file_system/drive_backend/fake_drive_service_helper.cc', |
805 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', | 806 'browser/sync_file_system/drive_backend/fake_drive_service_helper.h', |
806 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', | 807 'browser/sync_file_system/drive_backend/fake_drive_uploader.cc', |
(...skipping 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2878 'dependencies': [ | 2879 'dependencies': [ |
2879 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2880 ], | 2881 ], |
2881 }], | 2882 }], |
2882 ], | 2883 ], |
2883 }, | 2884 }, |
2884 ], | 2885 ], |
2885 }], | 2886 }], |
2886 ], # 'conditions' | 2887 ], # 'conditions' |
2887 } | 2888 } |
OLD | NEW |