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

Side by Side Diff: components/components_tests.gyp

Issue 806853003: Revert of Revert of 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'invalidation/registration_manager_unittest.cc', 755 'invalidation/registration_manager_unittest.cc',
756 'invalidation/single_object_invalidation_set_unittest.cc', 756 'invalidation/single_object_invalidation_set_unittest.cc',
757 'invalidation/sync_invalidation_listener_unittest.cc', 757 'invalidation/sync_invalidation_listener_unittest.cc',
758 'invalidation/sync_system_resources_unittest.cc', 758 'invalidation/sync_system_resources_unittest.cc',
759 'invalidation/ticl_invalidation_service_unittest.cc', 759 'invalidation/ticl_invalidation_service_unittest.cc',
760 'invalidation/unacked_invalidation_set_unittest.cc', 760 'invalidation/unacked_invalidation_set_unittest.cc',
761 ], 761 ],
762 }], 762 }],
763 ['OS != "ios" and OS != "android"', { 763 ['OS != "ios" and OS != "android"', {
764 'sources': [ 764 'sources': [
765 'copresence/copresence_state_unittest.cc',
765 'copresence/handlers/audio/audio_directive_handler_unittest.cc', 766 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
766 'copresence/handlers/audio/audio_directive_list_unittest.cc', 767 'copresence/handlers/audio/audio_directive_list_unittest.cc',
767 'copresence/handlers/directive_handler_unittest.cc', 768 'copresence/handlers/directive_handler_unittest.cc',
768 'copresence/handlers/gcm_handler_unittest.cc', 769 'copresence/handlers/gcm_handler_unittest.cc',
769 'copresence/mediums/audio/audio_manager_unittest.cc', 770 'copresence/mediums/audio/audio_manager_unittest.cc',
770 'copresence/mediums/audio/audio_player_unittest.cc', 771 'copresence/mediums/audio/audio_player_unittest.cc',
771 'copresence/mediums/audio/audio_recorder_unittest.cc', 772 'copresence/mediums/audio/audio_recorder_unittest.cc',
772 'copresence/rpc/http_post_unittest.cc', 773 'copresence/rpc/http_post_unittest.cc',
773 'copresence/rpc/rpc_handler_unittest.cc', 774 'copresence/rpc/rpc_handler_unittest.cc',
774 'copresence/timed_map_unittest.cc', 775 'copresence/timed_map_unittest.cc',
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 'dependencies': [ 1095 'dependencies': [
1095 '../base/allocator/allocator.gyp:allocator', 1096 '../base/allocator/allocator.gyp:allocator',
1096 ], 1097 ],
1097 }], 1098 }],
1098 ], 1099 ],
1099 }, 1100 },
1100 ], 1101 ],
1101 }], 1102 }],
1102 ], 1103 ],
1103 } 1104 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/copresence/copresence_api_unittest.cc ('k') | components/copresence.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698