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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 184993006: sync: Change progress marker checking in tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/test/integration/updated_progress_marker_checker.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 2390 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 'browser/sync/test/integration/extensions_helper.cc', 2401 'browser/sync/test/integration/extensions_helper.cc',
2402 'browser/sync/test/integration/extensions_helper.h', 2402 'browser/sync/test/integration/extensions_helper.h',
2403 'browser/sync/test/integration/passwords_helper.cc', 2403 'browser/sync/test/integration/passwords_helper.cc',
2404 'browser/sync/test/integration/passwords_helper.h', 2404 'browser/sync/test/integration/passwords_helper.h',
2405 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', 2405 'browser/sync/test/integration/p2p_invalidation_forwarder.cc',
2406 'browser/sync/test/integration/p2p_invalidation_forwarder.h', 2406 'browser/sync/test/integration/p2p_invalidation_forwarder.h',
2407 'browser/sync/test/integration/preferences_helper.cc', 2407 'browser/sync/test/integration/preferences_helper.cc',
2408 'browser/sync/test/integration/preferences_helper.h', 2408 'browser/sync/test/integration/preferences_helper.h',
2409 'browser/sync/test/integration/profile_sync_service_harness.cc', 2409 'browser/sync/test/integration/profile_sync_service_harness.cc',
2410 'browser/sync/test/integration/profile_sync_service_harness.h', 2410 'browser/sync/test/integration/profile_sync_service_harness.h',
2411 'browser/sync/test/integration/quiesce_status_change_checker.cc',
2412 'browser/sync/test/integration/quiesce_status_change_checker.h',
2411 'browser/sync/test/integration/retry_verifier.cc', 2413 'browser/sync/test/integration/retry_verifier.cc',
2412 'browser/sync/test/integration/retry_verifier.h', 2414 'browser/sync/test/integration/retry_verifier.h',
2413 'browser/sync/test/integration/search_engines_helper.cc', 2415 'browser/sync/test/integration/search_engines_helper.cc',
2414 'browser/sync/test/integration/search_engines_helper.h', 2416 'browser/sync/test/integration/search_engines_helper.h',
2415 'browser/sync/test/integration/sessions_helper.cc', 2417 'browser/sync/test/integration/sessions_helper.cc',
2416 'browser/sync/test/integration/sessions_helper.h', 2418 'browser/sync/test/integration/sessions_helper.h',
2417 'browser/sync/test/integration/single_client_status_change_checker.cc', 2419 'browser/sync/test/integration/single_client_status_change_checker.cc',
2418 'browser/sync/test/integration/single_client_status_change_checker.h', 2420 'browser/sync/test/integration/single_client_status_change_checker.h',
2419 'browser/sync/test/integration/status_change_checker.cc', 2421 'browser/sync/test/integration/status_change_checker.cc',
2420 'browser/sync/test/integration/status_change_checker.h', 2422 'browser/sync/test/integration/status_change_checker.h',
2421 'browser/sync/test/integration/sync_app_helper.cc', 2423 'browser/sync/test/integration/sync_app_helper.cc',
2422 'browser/sync/test/integration/sync_app_helper.h', 2424 'browser/sync/test/integration/sync_app_helper.h',
2423 'browser/sync/test/integration/sync_app_list_helper.cc', 2425 'browser/sync/test/integration/sync_app_list_helper.cc',
2424 'browser/sync/test/integration/sync_app_list_helper.h', 2426 'browser/sync/test/integration/sync_app_list_helper.h',
2425 'browser/sync/test/integration/sync_datatype_helper.cc', 2427 'browser/sync/test/integration/sync_datatype_helper.cc',
2426 'browser/sync/test/integration/sync_datatype_helper.h', 2428 'browser/sync/test/integration/sync_datatype_helper.h',
2427 'browser/sync/test/integration/sync_extension_helper.cc', 2429 'browser/sync/test/integration/sync_extension_helper.cc',
2428 'browser/sync/test/integration/sync_extension_helper.h', 2430 'browser/sync/test/integration/sync_extension_helper.h',
2429 'browser/sync/test/integration/sync_test.cc', 2431 'browser/sync/test/integration/sync_test.cc',
2430 'browser/sync/test/integration/sync_test.h', 2432 'browser/sync/test/integration/sync_test.h',
2431 'browser/sync/test/integration/themes_helper.cc', 2433 'browser/sync/test/integration/themes_helper.cc',
2432 'browser/sync/test/integration/themes_helper.h', 2434 'browser/sync/test/integration/themes_helper.h',
2433 'browser/sync/test/integration/typed_urls_helper.cc', 2435 'browser/sync/test/integration/typed_urls_helper.cc',
2434 'browser/sync/test/integration/typed_urls_helper.h', 2436 'browser/sync/test/integration/typed_urls_helper.h',
2437 'browser/sync/test/integration/updated_progress_marker_checker.cc',
2438 'browser/sync/test/integration/updated_progress_marker_checker.h',
2435 ], 2439 ],
2436 'conditions': [ 2440 'conditions': [
2437 ['OS=="mac"', { 2441 ['OS=="mac"', {
2438 # Dictionary sync is disabled on Mac. 2442 # Dictionary sync is disabled on Mac.
2439 'sources!': [ 2443 'sources!': [
2440 'browser/sync/test/integration/dictionary_helper.cc', 2444 'browser/sync/test/integration/dictionary_helper.cc',
2441 'browser/sync/test/integration/dictionary_helper.h', 2445 'browser/sync/test/integration/dictionary_helper.h',
2442 'browser/sync/test/integration/dictionary_load_observer.cc', 2446 'browser/sync/test/integration/dictionary_load_observer.cc',
2443 'browser/sync/test/integration/dictionary_load_observer.h', 2447 'browser/sync/test/integration/dictionary_load_observer.h',
2444 ], 2448 ],
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 'utility', 3235 'utility',
3232 ], 3236 ],
3233 'sources': [ 3237 'sources': [
3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3238 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3239 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3236 ], 3240 ],
3237 }] 3241 }]
3238 }], 3242 }],
3239 ], # 'conditions' 3243 ], # 'conditions'
3240 } 3244 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/updated_progress_marker_checker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698