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

Side by Side Diff: components/components_tests.gyp

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging again Created 5 years, 10 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 | « components/components.gyp ('k') | components/copresence.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 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'invalidation/registration_manager_unittest.cc', 673 'invalidation/registration_manager_unittest.cc',
674 'invalidation/single_object_invalidation_set_unittest.cc', 674 'invalidation/single_object_invalidation_set_unittest.cc',
675 'invalidation/sync_invalidation_listener_unittest.cc', 675 'invalidation/sync_invalidation_listener_unittest.cc',
676 'invalidation/sync_system_resources_unittest.cc', 676 'invalidation/sync_system_resources_unittest.cc',
677 'invalidation/ticl_invalidation_service_unittest.cc', 677 'invalidation/ticl_invalidation_service_unittest.cc',
678 'invalidation/unacked_invalidation_set_unittest.cc', 678 'invalidation/unacked_invalidation_set_unittest.cc',
679 ], 679 ],
680 }], 680 }],
681 ['OS != "ios" and OS != "android"', { 681 ['OS != "ios" and OS != "android"', {
682 'sources': [ 682 'sources': [
683 'audio_modem/audio_player_unittest.cc',
684 'audio_modem/audio_recorder_unittest.cc',
685 'audio_modem/modem_unittest.cc',
683 'copresence/copresence_state_unittest.cc', 686 'copresence/copresence_state_unittest.cc',
684 'copresence/handlers/audio/audio_directive_handler_unittest.cc', 687 'copresence/handlers/audio/audio_directive_handler_unittest.cc',
685 'copresence/handlers/audio/audio_directive_list_unittest.cc', 688 'copresence/handlers/audio/audio_directive_list_unittest.cc',
686 'copresence/handlers/directive_handler_unittest.cc', 689 'copresence/handlers/directive_handler_unittest.cc',
687 'copresence/handlers/gcm_handler_unittest.cc', 690 'copresence/handlers/gcm_handler_unittest.cc',
688 'copresence/mediums/audio/audio_manager_unittest.cc',
689 'copresence/mediums/audio/audio_player_unittest.cc',
690 'copresence/mediums/audio/audio_recorder_unittest.cc',
691 'copresence/rpc/http_post_unittest.cc', 691 'copresence/rpc/http_post_unittest.cc',
692 'copresence/rpc/rpc_handler_unittest.cc', 692 'copresence/rpc/rpc_handler_unittest.cc',
693 'copresence/timed_map_unittest.cc', 693 'copresence/timed_map_unittest.cc',
694 'proximity_auth/base64url_unittest.cc', 694 'proximity_auth/base64url_unittest.cc',
695 'proximity_auth/bluetooth_connection_finder_unittest.cc', 695 'proximity_auth/bluetooth_connection_finder_unittest.cc',
696 'proximity_auth/bluetooth_connection_unittest.cc', 696 'proximity_auth/bluetooth_connection_unittest.cc',
697 'proximity_auth/client_unittest.cc', 697 'proximity_auth/client_unittest.cc',
698 'proximity_auth/connection_unittest.cc', 698 'proximity_auth/connection_unittest.cc',
699 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte st.cc', 699 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte st.cc',
700 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', 700 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc',
701 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', 701 'proximity_auth/cryptauth/cryptauth_client_unittest.cc',
702 'proximity_auth/proximity_auth_system_unittest.cc', 702 'proximity_auth/proximity_auth_system_unittest.cc',
703 'proximity_auth/remote_status_update_unittest.cc', 703 'proximity_auth/remote_status_update_unittest.cc',
704 'proximity_auth/wire_message_unittest.cc', 704 'proximity_auth/wire_message_unittest.cc',
705 ], 705 ],
706 'dependencies': [ 706 'dependencies': [
707 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 707 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
708 '../google_apis/google_apis.gyp:google_apis_test_support', 708 '../google_apis/google_apis.gyp:google_apis_test_support',
709 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 709 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
710 'components.gyp:audio_modem',
711 'components.gyp:audio_modem_test_support',
710 'components.gyp:copresence', 712 'components.gyp:copresence',
711 'components.gyp:copresence_test_support', 713 'components.gyp:copresence_test_support',
712 'components.gyp:cryptauth', 714 'components.gyp:cryptauth',
713 'components.gyp:proximity_auth', 715 'components.gyp:proximity_auth',
714 ], 716 ],
715 }], 717 }],
716 ['chromeos==1', { 718 ['chromeos==1', {
717 'sources': [ 719 'sources': [
718 'pairing/message_buffer_unittest.cc', 720 'pairing/message_buffer_unittest.cc',
719 'timers/alarm_timer_unittest.cc', 721 'timers/alarm_timer_unittest.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 '../build/isolate.gypi', 1062 '../build/isolate.gypi',
1061 ], 1063 ],
1062 'sources': [ 1064 'sources': [
1063 'components_unittests.isolate', 1065 'components_unittests.isolate',
1064 ], 1066 ],
1065 }, 1067 },
1066 ], 1068 ],
1067 }], 1069 }],
1068 ], 1070 ],
1069 } 1071 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/copresence.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698