Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 2122603007: Move FakeGCMProfileService to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unbreak instanceid test Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'browser/search_engines/search_provider_install_data_unittest.cc', 226 'browser/search_engines/search_provider_install_data_unittest.cc',
227 227
228 # TODO(hashimoto): those tests should be componentized and moved to 228 # TODO(hashimoto): those tests should be componentized and moved to
229 # //components:components_unittests, http://crbug.com/527882. 229 # //components:components_unittests, http://crbug.com/527882.
230 'browser/search_engines/template_url_fetcher_unittest.cc', 230 'browser/search_engines/template_url_fetcher_unittest.cc',
231 'browser/search_engines/template_url_parser_unittest.cc', 231 'browser/search_engines/template_url_parser_unittest.cc',
232 'browser/search_engines/template_url_service_sync_unittest.cc', 232 'browser/search_engines/template_url_service_sync_unittest.cc',
233 'browser/search_engines/template_url_service_unittest.cc', 233 'browser/search_engines/template_url_service_unittest.cc',
234 234
235 'browser/service_process/service_process_control_mac_unittest.mm', 235 'browser/service_process/service_process_control_mac_unittest.mm',
236 'browser/services/gcm/fake_gcm_profile_service.cc',
237 'browser/services/gcm/fake_gcm_profile_service.h',
238 'browser/sessions/restore_on_startup_policy_handler_unittest.cc', 236 'browser/sessions/restore_on_startup_policy_handler_unittest.cc',
239 'browser/shell_integration_win_unittest.cc', 237 'browser/shell_integration_win_unittest.cc',
240 'browser/signin/account_reconcilor_unittest.cc', 238 'browser/signin/account_reconcilor_unittest.cc',
241 'browser/signin/chrome_signin_client_unittest.cc', 239 'browser/signin/chrome_signin_client_unittest.cc',
242 'browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc ', 240 'browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc ',
243 'browser/signin/local_auth_unittest.cc', 241 'browser/signin/local_auth_unittest.cc',
244 'browser/signin/signin_manager_unittest.cc', 242 'browser/signin/signin_manager_unittest.cc',
245 'browser/signin/signin_status_metrics_provider_chromeos_unittest.cc', 243 'browser/signin/signin_status_metrics_provider_chromeos_unittest.cc',
246 'browser/signin/signin_tracker_unittest.cc', 244 'browser/signin/signin_tracker_unittest.cc',
247 'browser/signin/test_signin_client_builder.cc', 245 'browser/signin/test_signin_client_builder.cc',
(...skipping 2774 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 'dependencies': [ 3020 'dependencies': [
3023 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3021 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3024 ], 3022 ],
3025 }], 3023 }],
3026 ], 3024 ],
3027 }, 3025 },
3028 ], 3026 ],
3029 }], 3027 }],
3030 ], # 'conditions' 3028 ], # 'conditions'
3031 } 3029 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698