| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'browser/ssl/security_state_model_unittest.cc', | 215 'browser/ssl/security_state_model_unittest.cc', |
| 216 'browser/ssl/ssl_error_classification_unittest.cc', | 216 'browser/ssl/ssl_error_classification_unittest.cc', |
| 217 'browser/ssl/ssl_error_handler_unittest.cc', | 217 'browser/ssl/ssl_error_handler_unittest.cc', |
| 218 'browser/status_icons/status_icon_menu_model_unittest.cc', | 218 'browser/status_icons/status_icon_menu_model_unittest.cc', |
| 219 'browser/status_icons/status_icon_unittest.cc', | 219 'browser/status_icons/status_icon_unittest.cc', |
| 220 'browser/status_icons/status_tray_unittest.cc', | 220 'browser/status_icons/status_tray_unittest.cc', |
| 221 'browser/storage/durable_storage_permission_context_unittest.cc', | 221 'browser/storage/durable_storage_permission_context_unittest.cc', |
| 222 'browser/sync/abstract_profile_sync_service_test.cc', | 222 'browser/sync/abstract_profile_sync_service_test.cc', |
| 223 'browser/sync/abstract_profile_sync_service_test.h', | 223 'browser/sync/abstract_profile_sync_service_test.h', |
| 224 'browser/sync/backend_migrator_unittest.cc', | 224 'browser/sync/backend_migrator_unittest.cc', |
| 225 'browser/sync/chrome_sync_client_unittest.cc', | |
| 226 'browser/sync/glue/local_device_info_provider_unittest.cc', | |
| 227 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 225 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
| 228 'browser/sync/glue/sync_backend_host_impl_unittest.cc', | 226 'browser/sync/glue/sync_backend_host_impl_unittest.cc', |
| 229 'browser/sync/glue/sync_backend_host_mock.cc', | 227 'browser/sync/glue/sync_backend_host_mock.cc', |
| 230 'browser/sync/glue/sync_backend_host_mock.h', | 228 'browser/sync/glue/sync_backend_host_mock.h', |
| 231 'browser/sync/glue/synced_session_tracker_unittest.cc', | 229 'browser/sync/glue/synced_session_tracker_unittest.cc', |
| 232 'browser/sync/profile_sync_auth_provider_unittest.cc', | 230 'browser/sync/profile_sync_auth_provider_unittest.cc', |
| 233 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 231 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
| 234 'browser/sync/profile_sync_service_autofill_unittest.cc', | 232 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 235 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 233 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
| 236 'browser/sync/profile_sync_service_factory_unittest.cc', | 234 'browser/sync/profile_sync_service_factory_unittest.cc', |
| (...skipping 2737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2974 'dependencies': [ | 2972 'dependencies': [ |
| 2975 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2973 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2976 ], | 2974 ], |
| 2977 }], | 2975 }], |
| 2978 ], | 2976 ], |
| 2979 }, | 2977 }, |
| 2980 ], | 2978 ], |
| 2981 }], | 2979 }], |
| 2982 ], # 'conditions' | 2980 ], # 'conditions' |
| 2983 } | 2981 } |
| OLD | NEW |