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

Side by Side Diff: components/components_tests.gyp

Issue 319223002: Componentize TiclInvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp 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
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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'sources': [ 474 'sources': [
475 'invalidation/fake_invalidator_unittest.cc', 475 'invalidation/fake_invalidator_unittest.cc',
476 'invalidation/gcm_network_channel_unittest.cc', 476 'invalidation/gcm_network_channel_unittest.cc',
477 'invalidation/invalidation_notifier_unittest.cc', 477 'invalidation/invalidation_notifier_unittest.cc',
478 'invalidation/invalidator_registrar_unittest.cc', 478 'invalidation/invalidator_registrar_unittest.cc',
479 'invalidation/non_blocking_invalidator_unittest.cc', 479 'invalidation/non_blocking_invalidator_unittest.cc',
480 'invalidation/p2p_invalidator_unittest.cc', 480 'invalidation/p2p_invalidator_unittest.cc',
481 'invalidation/push_client_channel_unittest.cc', 481 'invalidation/push_client_channel_unittest.cc',
482 'invalidation/sync_invalidation_listener_unittest.cc', 482 'invalidation/sync_invalidation_listener_unittest.cc',
483 'invalidation/sync_system_resources_unittest.cc', 483 'invalidation/sync_system_resources_unittest.cc',
484 'invalidation/ticl_invalidation_service_unittest.cc',
484 ], 485 ],
485 }], 486 }],
486 ['chromeos==1', { 487 ['chromeos==1', {
487 'sources': [ 488 'sources': [
488 'metrics/chromeos/serialization_utils_unittest.cc', 489 'metrics/chromeos/serialization_utils_unittest.cc',
489 ], 490 ],
490 'sources!': [ 491 'sources!': [
491 'storage_monitor/storage_monitor_linux_unittest.cc', 492 'storage_monitor/storage_monitor_linux_unittest.cc',
492 ], 493 ],
493 'dependencies': [ 494 'dependencies': [
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'dependencies': [ 765 'dependencies': [
765 '../base/allocator/allocator.gyp:allocator', 766 '../base/allocator/allocator.gyp:allocator',
766 ], 767 ],
767 }], 768 }],
768 ], 769 ],
769 }, 770 },
770 ], 771 ],
771 }], 772 }],
772 ], 773 ],
773 } 774 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698