| OLD | NEW |
| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 'invalidation/registration_manager_unittest.cc', | 674 'invalidation/registration_manager_unittest.cc', |
| 675 'invalidation/single_object_invalidation_set_unittest.cc', | 675 'invalidation/single_object_invalidation_set_unittest.cc', |
| 676 'invalidation/sync_invalidation_listener_unittest.cc', | 676 'invalidation/sync_invalidation_listener_unittest.cc', |
| 677 'invalidation/sync_system_resources_unittest.cc', | 677 'invalidation/sync_system_resources_unittest.cc', |
| 678 'invalidation/ticl_invalidation_service_unittest.cc', | 678 'invalidation/ticl_invalidation_service_unittest.cc', |
| 679 'invalidation/unacked_invalidation_set_unittest.cc', | 679 'invalidation/unacked_invalidation_set_unittest.cc', |
| 680 ], | 680 ], |
| 681 }], | 681 }], |
| 682 ['OS != "ios" and OS != "android"', { | 682 ['OS != "ios" and OS != "android"', { |
| 683 'sources': [ | 683 'sources': [ |
| 684 'audio_modem/audio_player_unittest.cc', |
| 685 'audio_modem/audio_recorder_unittest.cc', |
| 686 'audio_modem/modem_unittest.cc', |
| 684 'copresence/copresence_state_unittest.cc', | 687 'copresence/copresence_state_unittest.cc', |
| 685 'copresence/handlers/audio/audio_directive_handler_unittest.cc', | 688 'copresence/handlers/audio/audio_directive_handler_unittest.cc', |
| 686 'copresence/handlers/audio/audio_directive_list_unittest.cc', | 689 'copresence/handlers/audio/audio_directive_list_unittest.cc', |
| 687 'copresence/handlers/directive_handler_unittest.cc', | 690 'copresence/handlers/directive_handler_unittest.cc', |
| 688 'copresence/handlers/gcm_handler_unittest.cc', | 691 'copresence/handlers/gcm_handler_unittest.cc', |
| 689 'copresence/mediums/audio/audio_manager_unittest.cc', | |
| 690 'copresence/mediums/audio/audio_player_unittest.cc', | |
| 691 'copresence/mediums/audio/audio_recorder_unittest.cc', | |
| 692 'copresence/rpc/http_post_unittest.cc', | 692 'copresence/rpc/http_post_unittest.cc', |
| 693 'copresence/rpc/rpc_handler_unittest.cc', | 693 'copresence/rpc/rpc_handler_unittest.cc', |
| 694 'copresence/timed_map_unittest.cc', | 694 'copresence/timed_map_unittest.cc', |
| 695 'proximity_auth/base64url_unittest.cc', | 695 'proximity_auth/base64url_unittest.cc', |
| 696 'proximity_auth/bluetooth_connection_unittest.cc', | 696 'proximity_auth/bluetooth_connection_unittest.cc', |
| 697 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 697 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
| 698 'proximity_auth/client_unittest.cc', | 698 'proximity_auth/client_unittest.cc', |
| 699 'proximity_auth/connection_unittest.cc', | 699 'proximity_auth/connection_unittest.cc', |
| 700 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', | 700 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', |
| 701 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 701 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
| 702 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', | 702 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', |
| 703 'proximity_auth/proximity_auth_system_unittest.cc', | 703 'proximity_auth/proximity_auth_system_unittest.cc', |
| 704 'proximity_auth/remote_status_update_unittest.cc', | 704 'proximity_auth/remote_status_update_unittest.cc', |
| 705 'proximity_auth/wire_message_unittest.cc', | 705 'proximity_auth/wire_message_unittest.cc', |
| 706 ], | 706 ], |
| 707 'dependencies': [ | 707 'dependencies': [ |
| 708 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 708 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 709 '../google_apis/google_apis.gyp:google_apis_test_support', | 709 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 710 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 710 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 711 'components.gyp:audio_modem', |
| 712 'components.gyp:audio_modem_test_support', |
| 711 'components.gyp:copresence', | 713 'components.gyp:copresence', |
| 712 'components.gyp:copresence_test_support', | 714 'components.gyp:copresence_test_support', |
| 713 'components.gyp:cryptauth', | 715 'components.gyp:cryptauth', |
| 714 'components.gyp:proximity_auth', | 716 'components.gyp:proximity_auth', |
| 715 ], | 717 ], |
| 716 }], | 718 }], |
| 717 ['chromeos==1', { | 719 ['chromeos==1', { |
| 718 'sources': [ | 720 'sources': [ |
| 719 'pairing/message_buffer_unittest.cc', | 721 'pairing/message_buffer_unittest.cc', |
| 720 'timers/alarm_timer_unittest.cc', | 722 'timers/alarm_timer_unittest.cc', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1061 '../build/isolate.gypi', | 1063 '../build/isolate.gypi', |
| 1062 ], | 1064 ], |
| 1063 'sources': [ | 1065 'sources': [ |
| 1064 'components_unittests.isolate', | 1066 'components_unittests.isolate', |
| 1065 ], | 1067 ], |
| 1066 }, | 1068 }, |
| 1067 ], | 1069 ], |
| 1068 }], | 1070 }], |
| 1069 ], | 1071 ], |
| 1070 } | 1072 } |
| OLD | NEW |