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