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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'browser/signin/test_signin_client_builder.cc', | 224 'browser/signin/test_signin_client_builder.cc', |
225 'browser/ssl/security_state_model_unittest.cc', | 225 'browser/ssl/security_state_model_unittest.cc', |
226 'browser/ssl/ssl_error_handler_unittest.cc', | 226 'browser/ssl/ssl_error_handler_unittest.cc', |
227 'browser/status_icons/status_icon_menu_model_unittest.cc', | 227 'browser/status_icons/status_icon_menu_model_unittest.cc', |
228 'browser/status_icons/status_icon_unittest.cc', | 228 'browser/status_icons/status_icon_unittest.cc', |
229 'browser/status_icons/status_tray_unittest.cc', | 229 'browser/status_icons/status_tray_unittest.cc', |
230 'browser/storage/durable_storage_permission_context_unittest.cc', | 230 'browser/storage/durable_storage_permission_context_unittest.cc', |
231 'browser/sync/abstract_profile_sync_service_test.cc', | 231 'browser/sync/abstract_profile_sync_service_test.cc', |
232 'browser/sync/abstract_profile_sync_service_test.h', | 232 'browser/sync/abstract_profile_sync_service_test.h', |
233 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', | 233 'browser/sync/glue/search_engine_data_type_controller_unittest.cc', |
234 'browser/sync/glue/sync_backend_host_impl_unittest.cc', | |
235 'browser/sync/profile_sync_service_autofill_unittest.cc', | 234 'browser/sync/profile_sync_service_autofill_unittest.cc', |
236 'browser/sync/profile_sync_service_bookmark_unittest.cc', | 235 'browser/sync/profile_sync_service_bookmark_unittest.cc', |
237 'browser/sync/profile_sync_service_factory_unittest.cc', | 236 'browser/sync/profile_sync_service_factory_unittest.cc', |
238 'browser/sync/profile_sync_service_startup_unittest.cc', | 237 'browser/sync/profile_sync_service_startup_unittest.cc', |
239 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 238 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
240 'browser/sync/sync_startup_tracker_unittest.cc', | 239 'browser/sync/sync_startup_tracker_unittest.cc', |
241 'browser/sync/test/test_http_bridge_factory.cc', | 240 'browser/sync/test/test_http_bridge_factory.cc', |
242 'browser/sync/test/test_http_bridge_factory.h', | 241 'browser/sync/test/test_http_bridge_factory.h', |
243 'browser/sync/test_profile_sync_service.cc', | 242 'browser/sync/test_profile_sync_service.cc', |
244 'browser/sync/test_profile_sync_service.h', | 243 'browser/sync/test_profile_sync_service.h', |
(...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3025 'dependencies': [ | 3024 'dependencies': [ |
3026 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3025 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3027 ], | 3026 ], |
3028 }], | 3027 }], |
3029 ], | 3028 ], |
3030 }, | 3029 }, |
3031 ], | 3030 ], |
3032 }], | 3031 }], |
3033 ], # 'conditions' | 3032 ], # 'conditions' |
3034 } | 3033 } |
OLD | NEW |