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

Side by Side Diff: sync/sync_tests.gypi

Issue 116533006: Control invalidations network channel from TiclInvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 11 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
« no previous file with comments | « sync/sync_notifier.gypi ('k') | sync/tools/sync_client.cc » ('j') | 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 { 5 {
6 'targets': [ 6 'targets': [
7 # Test support files for the 'sync_core' target. 7 # Test support files for the 'sync_core' target.
8 { 8 {
9 'target_name': 'test_support_sync_core', 9 'target_name': 'test_support_sync_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'test_support_sync_notifier', 310 'test_support_sync_notifier',
311 ], 311 ],
312 'direct_dependent_settings': { 312 'direct_dependent_settings': {
313 'include_dirs': [ 313 'include_dirs': [
314 '..', 314 '..',
315 ], 315 ],
316 'conditions': [ 316 'conditions': [
317 ['OS != "android"', { 317 ['OS != "android"', {
318 'sources': [ 318 'sources': [
319 'notifier/fake_invalidator_unittest.cc', 319 'notifier/fake_invalidator_unittest.cc',
320 'notifier/gcm_network_channel_unittest.cc',
320 'notifier/invalidation_notifier_unittest.cc', 321 'notifier/invalidation_notifier_unittest.cc',
321 'notifier/invalidator_registrar_unittest.cc', 322 'notifier/invalidator_registrar_unittest.cc',
322 'notifier/non_blocking_invalidator_unittest.cc', 323 'notifier/non_blocking_invalidator_unittest.cc',
323 'notifier/object_id_invalidation_map_unittest.cc', 324 'notifier/object_id_invalidation_map_unittest.cc',
324 'notifier/p2p_invalidator_unittest.cc', 325 'notifier/p2p_invalidator_unittest.cc',
325 'notifier/push_client_channel_unittest.cc', 326 'notifier/push_client_channel_unittest.cc',
326 'notifier/registration_manager_unittest.cc', 327 'notifier/registration_manager_unittest.cc',
327 'notifier/single_object_invalidation_set_unittest.cc', 328 'notifier/single_object_invalidation_set_unittest.cc',
328 'notifier/sync_invalidation_listener_unittest.cc', 329 'notifier/sync_invalidation_listener_unittest.cc',
329 'notifier/sync_system_resources_unittest.cc', 330 'notifier/sync_system_resources_unittest.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 'variables': { 623 'variables': {
623 'test_suite_name': 'sync_unit_tests', 624 'test_suite_name': 'sync_unit_tests',
624 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 625 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
625 }, 626 },
626 'includes': [ '../build/apk_test.gypi' ], 627 'includes': [ '../build/apk_test.gypi' ],
627 }, 628 },
628 ], 629 ],
629 }], 630 }],
630 ], 631 ],
631 } 632 }
OLDNEW
« no previous file with comments | « sync/sync_notifier.gypi ('k') | sync/tools/sync_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698