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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'browser/ssl/ssl_error_handler_unittest.cc', | 216 'browser/ssl/ssl_error_handler_unittest.cc', |
217 'browser/status_icons/status_icon_menu_model_unittest.cc', | 217 'browser/status_icons/status_icon_menu_model_unittest.cc', |
218 'browser/status_icons/status_icon_unittest.cc', | 218 'browser/status_icons/status_icon_unittest.cc', |
219 'browser/status_icons/status_tray_unittest.cc', | 219 'browser/status_icons/status_tray_unittest.cc', |
220 'browser/storage/durable_storage_permission_context_unittest.cc', | 220 'browser/storage/durable_storage_permission_context_unittest.cc', |
221 'browser/sync/abstract_profile_sync_service_test.cc', | 221 'browser/sync/abstract_profile_sync_service_test.cc', |
222 'browser/sync/abstract_profile_sync_service_test.h', | 222 'browser/sync/abstract_profile_sync_service_test.h', |
223 'browser/sync/backend_migrator_unittest.cc', | 223 'browser/sync/backend_migrator_unittest.cc', |
224 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 224 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
225 'browser/sync/glue/sync_backend_host_impl_unittest.cc', | 225 'browser/sync/glue/sync_backend_host_impl_unittest.cc', |
226 'browser/sync/glue/sync_backend_host_mock.cc', | |
227 'browser/sync/glue/sync_backend_host_mock.h', | |
228 'browser/sync/profile_sync_auth_provider_unittest.cc', | 226 'browser/sync/profile_sync_auth_provider_unittest.cc', |
229 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 227 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
230 'browser/sync/profile_sync_service_autofill_unittest.cc', | 228 'browser/sync/profile_sync_service_autofill_unittest.cc', |
231 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 229 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
232 'browser/sync/profile_sync_service_factory_unittest.cc', | 230 'browser/sync/profile_sync_service_factory_unittest.cc', |
233 'browser/sync/profile_sync_service_startup_unittest.cc', | 231 'browser/sync/profile_sync_service_startup_unittest.cc', |
234 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 232 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
235 'browser/sync/profile_sync_service_unittest.cc', | 233 'browser/sync/profile_sync_service_unittest.cc', |
236 'browser/sync/startup_controller_unittest.cc', | 234 'browser/sync/startup_controller_unittest.cc', |
237 'browser/sync/sync_startup_tracker_unittest.cc', | 235 'browser/sync/sync_startup_tracker_unittest.cc', |
(...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2981 'dependencies': [ | 2979 'dependencies': [ |
2982 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2980 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2983 ], | 2981 ], |
2984 }], | 2982 }], |
2985 ], | 2983 ], |
2986 }, | 2984 }, |
2987 ], | 2985 ], |
2988 }], | 2986 }], |
2989 ], # 'conditions' | 2987 ], # 'conditions' |
2990 } | 2988 } |
OLD | NEW |