| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/profile_sync_auth_provider_unittest.cc', | 226 'browser/sync/profile_sync_auth_provider_unittest.cc', |
| 227 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | |
| 228 'browser/sync/profile_sync_service_autofill_unittest.cc', | 227 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 229 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 228 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
| 230 'browser/sync/profile_sync_service_factory_unittest.cc', | 229 'browser/sync/profile_sync_service_factory_unittest.cc', |
| 231 'browser/sync/profile_sync_service_startup_unittest.cc', | 230 'browser/sync/profile_sync_service_startup_unittest.cc', |
| 232 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 231 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
| 233 'browser/sync/profile_sync_service_unittest.cc', | 232 'browser/sync/profile_sync_service_unittest.cc', |
| 234 'browser/sync/startup_controller_unittest.cc', | 233 'browser/sync/startup_controller_unittest.cc', |
| 235 'browser/sync/sync_startup_tracker_unittest.cc', | 234 'browser/sync/sync_startup_tracker_unittest.cc', |
| 236 'browser/sync/test/test_http_bridge_factory.cc', | 235 'browser/sync/test/test_http_bridge_factory.cc', |
| 237 'browser/sync/test/test_http_bridge_factory.h', | 236 'browser/sync/test/test_http_bridge_factory.h', |
| (...skipping 2740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2978 'dependencies': [ | 2977 'dependencies': [ |
| 2979 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2978 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2980 ], | 2979 ], |
| 2981 }], | 2980 }], |
| 2982 ], | 2981 ], |
| 2983 }, | 2982 }, |
| 2984 ], | 2983 ], |
| 2985 }], | 2984 }], |
| 2986 ], # 'conditions' | 2985 ], # 'conditions' |
| 2987 } | 2986 } |
| OLD | NEW |