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

Side by Side Diff: components/components_tests.gyp

Issue 764673003: Adding CopresenceState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'invalidation/registration_manager_unittest.cc', 739 'invalidation/registration_manager_unittest.cc',
740 'invalidation/single_object_invalidation_set_unittest.cc', 740 'invalidation/single_object_invalidation_set_unittest.cc',
741 'invalidation/sync_invalidation_listener_unittest.cc', 741 'invalidation/sync_invalidation_listener_unittest.cc',
742 'invalidation/sync_system_resources_unittest.cc', 742 'invalidation/sync_system_resources_unittest.cc',
743 'invalidation/ticl_invalidation_service_unittest.cc', 743 'invalidation/ticl_invalidation_service_unittest.cc',
744 'invalidation/unacked_invalidation_set_unittest.cc', 744 'invalidation/unacked_invalidation_set_unittest.cc',
745 ], 745 ],
746 }], 746 }],
747 ['OS != "ios" and OS != "android"', { 747 ['OS != "ios" and OS != "android"', {
748 'sources': [ 748 'sources': [
749 'copresence/copresence_state_unittest.cc',
749 'copresence/handlers/audio/audio_directive_handler_unittest.cc', 750 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
750 'copresence/handlers/audio/audio_directive_list_unittest.cc', 751 'copresence/handlers/audio/audio_directive_list_unittest.cc',
751 'copresence/handlers/directive_handler_unittest.cc', 752 'copresence/handlers/directive_handler_unittest.cc',
752 'copresence/handlers/gcm_handler_unittest.cc', 753 'copresence/handlers/gcm_handler_unittest.cc',
753 'copresence/mediums/audio/audio_manager_unittest.cc', 754 'copresence/mediums/audio/audio_manager_unittest.cc',
754 'copresence/mediums/audio/audio_player_unittest.cc', 755 'copresence/mediums/audio/audio_player_unittest.cc',
755 'copresence/mediums/audio/audio_recorder_unittest.cc', 756 'copresence/mediums/audio/audio_recorder_unittest.cc',
756 'copresence/rpc/http_post_unittest.cc', 757 'copresence/rpc/http_post_unittest.cc',
757 'copresence/rpc/rpc_handler_unittest.cc', 758 'copresence/rpc/rpc_handler_unittest.cc',
758 'copresence/timed_map_unittest.cc', 759 'copresence/timed_map_unittest.cc',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1079 'dependencies': [ 1080 'dependencies': [
1080 '../base/allocator/allocator.gyp:allocator', 1081 '../base/allocator/allocator.gyp:allocator',
1081 ], 1082 ],
1082 }], 1083 }],
1083 ], 1084 ],
1084 }, 1085 },
1085 ], 1086 ],
1086 }], 1087 }],
1087 ], 1088 ],
1088 } 1089 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698