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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'browser/sync/glue/sync_backend_host_impl_unittest.cc', | 248 'browser/sync/glue/sync_backend_host_impl_unittest.cc', |
249 'browser/sync/glue/sync_backend_host_mock.cc', | 249 'browser/sync/glue/sync_backend_host_mock.cc', |
250 'browser/sync/glue/sync_backend_host_mock.h', | 250 'browser/sync/glue/sync_backend_host_mock.h', |
251 'browser/sync/glue/sync_backend_registrar_unittest.cc', | 251 'browser/sync/glue/sync_backend_registrar_unittest.cc', |
252 'browser/sync/glue/synced_session_tracker_unittest.cc', | 252 'browser/sync/glue/synced_session_tracker_unittest.cc', |
253 'browser/sync/glue/synced_tab_delegate_unittest.cc', | 253 'browser/sync/glue/synced_tab_delegate_unittest.cc', |
254 'browser/sync/glue/typed_url_model_associator_unittest.cc', | 254 'browser/sync/glue/typed_url_model_associator_unittest.cc', |
255 'browser/sync/glue/ui_model_worker_unittest.cc', | 255 'browser/sync/glue/ui_model_worker_unittest.cc', |
256 'browser/sync/profile_sync_auth_provider_unittest.cc', | 256 'browser/sync/profile_sync_auth_provider_unittest.cc', |
257 'browser/sync/profile_sync_components_factory_impl_unittest.cc', | 257 'browser/sync/profile_sync_components_factory_impl_unittest.cc', |
258 'browser/sync/profile_sync_service_android_unittest.cc', | |
259 'browser/sync/profile_sync_service_autofill_unittest.cc', | 258 'browser/sync/profile_sync_service_autofill_unittest.cc', |
260 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 259 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
261 'browser/sync/profile_sync_service_factory_unittest.cc', | 260 'browser/sync/profile_sync_service_factory_unittest.cc', |
262 'browser/sync/profile_sync_service_startup_unittest.cc', | 261 'browser/sync/profile_sync_service_startup_unittest.cc', |
263 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 262 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
264 'browser/sync/profile_sync_service_unittest.cc', | 263 'browser/sync/profile_sync_service_unittest.cc', |
265 'browser/sync/profile_sync_test_util.cc', | 264 'browser/sync/profile_sync_test_util.cc', |
266 'browser/sync/profile_sync_test_util.h', | 265 'browser/sync/profile_sync_test_util.h', |
267 'browser/sync/sessions/session_data_type_controller_unittest.cc', | 266 'browser/sync/sessions/session_data_type_controller_unittest.cc', |
268 'browser/sync/startup_controller_unittest.cc', | 267 'browser/sync/startup_controller_unittest.cc', |
(...skipping 2664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2933 'dependencies': [ | 2932 'dependencies': [ |
2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2933 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2935 ], | 2934 ], |
2936 }], | 2935 }], |
2937 ], | 2936 ], |
2938 }, | 2937 }, |
2939 ], | 2938 ], |
2940 }], | 2939 }], |
2941 ], # 'conditions' | 2940 ], # 'conditions' |
2942 } | 2941 } |
OLD | NEW |