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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 'copresence/mediums/audio/audio_player_unittest.cc', | 747 'copresence/mediums/audio/audio_player_unittest.cc', |
748 'copresence/mediums/audio/audio_recorder_unittest.cc', | 748 'copresence/mediums/audio/audio_recorder_unittest.cc', |
749 'copresence/rpc/http_post_unittest.cc', | 749 'copresence/rpc/http_post_unittest.cc', |
750 'copresence/rpc/rpc_handler_unittest.cc', | 750 'copresence/rpc/rpc_handler_unittest.cc', |
751 'copresence/timed_map_unittest.cc', | 751 'copresence/timed_map_unittest.cc', |
752 'proximity_auth/base64url_unittest.cc', | 752 'proximity_auth/base64url_unittest.cc', |
753 'proximity_auth/bluetooth_connection_unittest.cc', | 753 'proximity_auth/bluetooth_connection_unittest.cc', |
754 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 754 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
755 'proximity_auth/client_unittest.cc', | 755 'proximity_auth/client_unittest.cc', |
756 'proximity_auth/connection_unittest.cc', | 756 'proximity_auth/connection_unittest.cc', |
| 757 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unitte
st.cc', |
757 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 758 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
758 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', | 759 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', |
759 'proximity_auth/proximity_auth_system_unittest.cc', | 760 'proximity_auth/proximity_auth_system_unittest.cc', |
760 'proximity_auth/remote_status_update_unittest.cc', | 761 'proximity_auth/remote_status_update_unittest.cc', |
761 'proximity_auth/wire_message_unittest.cc', | 762 'proximity_auth/wire_message_unittest.cc', |
762 ], | 763 ], |
763 'dependencies': [ | 764 'dependencies': [ |
764 # Dependencies for copresence. | 765 # Dependencies for copresence. |
765 'components.gyp:copresence', | 766 'components.gyp:copresence', |
766 'components.gyp:copresence_test_support', | 767 'components.gyp:copresence_test_support', |
767 | 768 |
768 # Dependencies of proxmity_auth | 769 # Dependencies of proxmity_auth |
769 'components.gyp:proximity_auth', | 770 'components.gyp:proximity_auth', |
770 'components.gyp:cryptauth', | 771 'components.gyp:cryptauth', |
771 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 772 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 773 '../google_apis/google_apis.gyp:google_apis_test_support', |
772 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 774 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
773 ], | 775 ], |
774 }], | 776 }], |
775 ['chromeos==1', { | 777 ['chromeos==1', { |
776 'sources': [ | 778 'sources': [ |
777 'pairing/message_buffer_unittest.cc', | 779 'pairing/message_buffer_unittest.cc', |
778 'timers/alarm_timer_unittest.cc', | 780 'timers/alarm_timer_unittest.cc', |
779 ], | 781 ], |
780 'sources!': [ | 782 'sources!': [ |
781 'storage_monitor/storage_monitor_linux_unittest.cc', | 783 'storage_monitor/storage_monitor_linux_unittest.cc', |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1070 'dependencies': [ | 1072 'dependencies': [ |
1071 '../base/allocator/allocator.gyp:allocator', | 1073 '../base/allocator/allocator.gyp:allocator', |
1072 ], | 1074 ], |
1073 }], | 1075 }], |
1074 ], | 1076 ], |
1075 }, | 1077 }, |
1076 ], | 1078 ], |
1077 }], | 1079 }], |
1078 ], | 1080 ], |
1079 } | 1081 } |
OLD | NEW |