| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'browser/search/thumbnail_source_unittest.cc', | 232 'browser/search/thumbnail_source_unittest.cc', |
| 233 | 233 |
| 234 # TODO(hashimoto): those tests should be componentized and moved to | 234 # TODO(hashimoto): those tests should be componentized and moved to |
| 235 # //components:components_unittests, http://crbug.com/527882. | 235 # //components:components_unittests, http://crbug.com/527882. |
| 236 'browser/search_engines/template_url_fetcher_unittest.cc', | 236 'browser/search_engines/template_url_fetcher_unittest.cc', |
| 237 'browser/search_engines/template_url_parser_unittest.cc', | 237 'browser/search_engines/template_url_parser_unittest.cc', |
| 238 'browser/search_engines/template_url_service_sync_unittest.cc', | 238 'browser/search_engines/template_url_service_sync_unittest.cc', |
| 239 'browser/search_engines/template_url_service_unittest.cc', | 239 'browser/search_engines/template_url_service_unittest.cc', |
| 240 | 240 |
| 241 'browser/service_process/service_process_control_mac_unittest.mm', | 241 'browser/service_process/service_process_control_mac_unittest.mm', |
| 242 'browser/services/gcm/fake_gcm_profile_service.cc', | |
| 243 'browser/services/gcm/fake_gcm_profile_service.h', | |
| 244 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', | 242 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', |
| 245 'browser/shell_integration_win_unittest.cc', | 243 'browser/shell_integration_win_unittest.cc', |
| 246 'browser/signin/account_reconcilor_unittest.cc', | 244 'browser/signin/account_reconcilor_unittest.cc', |
| 247 'browser/signin/chrome_signin_client_unittest.cc', | 245 'browser/signin/chrome_signin_client_unittest.cc', |
| 248 'browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc
', | 246 'browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc
', |
| 249 'browser/signin/local_auth_unittest.cc', | 247 'browser/signin/local_auth_unittest.cc', |
| 250 'browser/signin/signin_manager_unittest.cc', | 248 'browser/signin/signin_manager_unittest.cc', |
| 251 'browser/signin/signin_status_metrics_provider_chromeos_unittest.cc', | 249 'browser/signin/signin_status_metrics_provider_chromeos_unittest.cc', |
| 252 'browser/signin/signin_tracker_unittest.cc', | 250 'browser/signin/signin_tracker_unittest.cc', |
| 253 'browser/signin/test_signin_client_builder.cc', | 251 'browser/signin/test_signin_client_builder.cc', |
| (...skipping 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3037 'dependencies': [ | 3035 'dependencies': [ |
| 3038 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3039 ], | 3037 ], |
| 3040 }], | 3038 }], |
| 3041 ], | 3039 ], |
| 3042 }, | 3040 }, |
| 3043 ], | 3041 ], |
| 3044 }], | 3042 }], |
| 3045 ], # 'conditions' | 3043 ], # 'conditions' |
| 3046 } | 3044 } |
| OLD | NEW |