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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1087933002: Cross Device Promo - Main Eligibility Flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a flow for when the first listDevices request is scheduled in the future. Tests around the sche… Created 5 years, 7 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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'browser/search_engines/search_provider_install_data_unittest.cc', 240 'browser/search_engines/search_provider_install_data_unittest.cc',
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', 242 'browser/services/gcm/fake_gcm_profile_service.cc',
243 'browser/services/gcm/fake_gcm_profile_service.h', 243 'browser/services/gcm/fake_gcm_profile_service.h',
244 'browser/services/gcm/fake_signin_manager.cc', 244 'browser/services/gcm/fake_signin_manager.cc',
245 'browser/services/gcm/fake_signin_manager.h', 245 'browser/services/gcm/fake_signin_manager.h',
246 'browser/services/gcm/gcm_account_tracker_unittest.cc', 246 'browser/services/gcm/gcm_account_tracker_unittest.cc',
247 'browser/shell_integration_win_unittest.cc', 247 'browser/shell_integration_win_unittest.cc',
248 'browser/signin/account_reconcilor_unittest.cc', 248 'browser/signin/account_reconcilor_unittest.cc',
249 'browser/signin/account_service_flag_fetcher_unittest.cc', 249 'browser/signin/account_service_flag_fetcher_unittest.cc',
250 'browser/signin/cross_device_promo_unittest.cc',
250 'browser/signin/local_auth_unittest.cc', 251 'browser/signin/local_auth_unittest.cc',
251 'browser/signin/signin_global_error_unittest.cc', 252 'browser/signin/signin_global_error_unittest.cc',
252 'browser/signin/signin_manager_unittest.cc', 253 'browser/signin/signin_manager_unittest.cc',
253 'browser/signin/signin_names_io_thread_unittest.cc', 254 'browser/signin/signin_names_io_thread_unittest.cc',
254 'browser/signin/signin_tracker_unittest.cc', 255 'browser/signin/signin_tracker_unittest.cc',
255 'browser/signin/test_signin_client_builder.cc', 256 'browser/signin/test_signin_client_builder.cc',
256 'browser/ssl/ssl_error_classification_unittest.cc', 257 'browser/ssl/ssl_error_classification_unittest.cc',
257 'browser/ssl/ssl_error_handler_unittest.cc', 258 'browser/ssl/ssl_error_handler_unittest.cc',
258 'browser/status_icons/status_icon_menu_model_unittest.cc', 259 'browser/status_icons/status_icon_menu_model_unittest.cc',
259 'browser/status_icons/status_icon_unittest.cc', 260 'browser/status_icons/status_icon_unittest.cc',
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2780 'dependencies': [ 2781 'dependencies': [
2781 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2782 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2782 ], 2783 ],
2783 }], 2784 }],
2784 ], 2785 ],
2785 }, 2786 },
2786 ], 2787 ],
2787 }], 2788 }],
2788 ], # 'conditions' 2789 ], # 'conditions'
2789 } 2790 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698