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: components/components_tests.gyp

Issue 319223002: Componentize TiclInvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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/chrome_tests_unit.gypi ('k') | components/invalidation.gypi » ('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 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'sources': [ 495 'sources': [
496 'invalidation/fake_invalidator_unittest.cc', 496 'invalidation/fake_invalidator_unittest.cc',
497 'invalidation/gcm_network_channel_unittest.cc', 497 'invalidation/gcm_network_channel_unittest.cc',
498 'invalidation/invalidation_notifier_unittest.cc', 498 'invalidation/invalidation_notifier_unittest.cc',
499 'invalidation/invalidator_registrar_unittest.cc', 499 'invalidation/invalidator_registrar_unittest.cc',
500 'invalidation/non_blocking_invalidator_unittest.cc', 500 'invalidation/non_blocking_invalidator_unittest.cc',
501 'invalidation/p2p_invalidator_unittest.cc', 501 'invalidation/p2p_invalidator_unittest.cc',
502 'invalidation/push_client_channel_unittest.cc', 502 'invalidation/push_client_channel_unittest.cc',
503 'invalidation/sync_invalidation_listener_unittest.cc', 503 'invalidation/sync_invalidation_listener_unittest.cc',
504 'invalidation/sync_system_resources_unittest.cc', 504 'invalidation/sync_system_resources_unittest.cc',
505 'invalidation/ticl_invalidation_service_unittest.cc',
505 ], 506 ],
506 }], 507 }],
507 ['chromeos==1', { 508 ['chromeos==1', {
508 'sources': [ 509 'sources': [
509 'metrics/chromeos/serialization_utils_unittest.cc', 510 'metrics/chromeos/serialization_utils_unittest.cc',
510 ], 511 ],
511 'sources!': [ 512 'sources!': [
512 'storage_monitor/storage_monitor_linux_unittest.cc', 513 'storage_monitor/storage_monitor_linux_unittest.cc',
513 ], 514 ],
514 'dependencies': [ 515 'dependencies': [
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'dependencies': [ 786 'dependencies': [
786 '../base/allocator/allocator.gyp:allocator', 787 '../base/allocator/allocator.gyp:allocator',
787 ], 788 ],
788 }], 789 }],
789 ], 790 ],
790 }, 791 },
791 ], 792 ],
792 }], 793 }],
793 ], 794 ],
794 } 795 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/invalidation.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698