| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'browser/status_icons/status_icon_menu_model_unittest.cc', | 220 'browser/status_icons/status_icon_menu_model_unittest.cc', |
| 221 'browser/status_icons/status_icon_unittest.cc', | 221 'browser/status_icons/status_icon_unittest.cc', |
| 222 'browser/status_icons/status_tray_unittest.cc', | 222 'browser/status_icons/status_tray_unittest.cc', |
| 223 'browser/storage/durable_storage_permission_context_unittest.cc', | 223 'browser/storage/durable_storage_permission_context_unittest.cc', |
| 224 'browser/sync/abstract_profile_sync_service_test.cc', | 224 'browser/sync/abstract_profile_sync_service_test.cc', |
| 225 'browser/sync/abstract_profile_sync_service_test.h', | 225 'browser/sync/abstract_profile_sync_service_test.h', |
| 226 'browser/sync/backend_migrator_unittest.cc', | 226 'browser/sync/backend_migrator_unittest.cc', |
| 227 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 227 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
| 228 'browser/sync/glue/sync_backend_host_impl_unittest.cc', | 228 'browser/sync/glue/sync_backend_host_impl_unittest.cc', |
| 229 'browser/sync/profile_sync_auth_provider_unittest.cc', | 229 'browser/sync/profile_sync_auth_provider_unittest.cc', |
| 230 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | |
| 231 'browser/sync/profile_sync_service_autofill_unittest.cc', | 230 'browser/sync/profile_sync_service_autofill_unittest.cc', |
| 232 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 231 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
| 233 'browser/sync/profile_sync_service_factory_unittest.cc', | 232 'browser/sync/profile_sync_service_factory_unittest.cc', |
| 234 'browser/sync/profile_sync_service_startup_unittest.cc', | 233 'browser/sync/profile_sync_service_startup_unittest.cc', |
| 235 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 234 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
| 236 'browser/sync/profile_sync_service_unittest.cc', | 235 'browser/sync/profile_sync_service_unittest.cc', |
| 237 'browser/sync/startup_controller_unittest.cc', | 236 'browser/sync/startup_controller_unittest.cc', |
| 238 'browser/sync/sync_startup_tracker_unittest.cc', | 237 'browser/sync/sync_startup_tracker_unittest.cc', |
| 239 'browser/sync/test/test_http_bridge_factory.cc', | 238 'browser/sync/test/test_http_bridge_factory.cc', |
| 240 'browser/sync/test/test_http_bridge_factory.h', | 239 'browser/sync/test/test_http_bridge_factory.h', |
| (...skipping 2745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2986 'dependencies': [ | 2985 'dependencies': [ |
| 2987 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2986 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2988 ], | 2987 ], |
| 2989 }], | 2988 }], |
| 2990 ], | 2989 ], |
| 2991 }, | 2990 }, |
| 2992 ], | 2991 ], |
| 2993 }], | 2992 }], |
| 2994 ], # 'conditions' | 2993 ], # 'conditions' |
| 2995 } | 2994 } |
| OLD | NEW |