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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 ], | 390 ], |
391 'proximity_auth_unittest_sources': [ | 391 'proximity_auth_unittest_sources': [ |
392 'proximity_auth/base64url_unittest.cc', | 392 'proximity_auth/base64url_unittest.cc', |
393 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 393 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
394 'proximity_auth/bluetooth_connection_unittest.cc', | 394 'proximity_auth/bluetooth_connection_unittest.cc', |
395 'proximity_auth/client_unittest.cc', | 395 'proximity_auth/client_unittest.cc', |
396 'proximity_auth/connection_unittest.cc', | 396 'proximity_auth/connection_unittest.cc', |
397 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc', | 397 'proximity_auth/cryptauth/cryptauth_account_token_fetcher_unittest.cc', |
398 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 398 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
399 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', | 399 'proximity_auth/cryptauth/cryptauth_client_unittest.cc', |
| 400 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', |
400 'proximity_auth/proximity_auth_system_unittest.cc', | 401 'proximity_auth/proximity_auth_system_unittest.cc', |
401 'proximity_auth/remote_status_update_unittest.cc', | 402 'proximity_auth/remote_status_update_unittest.cc', |
402 'proximity_auth/wire_message_unittest.cc', | 403 'proximity_auth/wire_message_unittest.cc', |
403 ], | 404 ], |
404 'query_parser_unittest_sources': [ | 405 'query_parser_unittest_sources': [ |
405 'query_parser/query_parser_unittest.cc', | 406 'query_parser/query_parser_unittest.cc', |
406 'query_parser/snippet_unittest.cc', | 407 'query_parser/snippet_unittest.cc', |
407 ], | 408 ], |
408 'rappor_unittest_sources': [ | 409 'rappor_unittest_sources': [ |
409 'rappor/bloom_filter_unittest.cc', | 410 'rappor/bloom_filter_unittest.cc', |
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 ], | 925 ], |
925 'dependencies': [ | 926 'dependencies': [ |
926 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 927 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
927 '../google_apis/google_apis.gyp:google_apis_test_support', | 928 '../google_apis/google_apis.gyp:google_apis_test_support', |
928 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 929 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
929 'components.gyp:audio_modem', | 930 'components.gyp:audio_modem', |
930 'components.gyp:audio_modem_test_support', | 931 'components.gyp:audio_modem_test_support', |
931 'components.gyp:copresence', | 932 'components.gyp:copresence', |
932 'components.gyp:copresence_test_support', | 933 'components.gyp:copresence_test_support', |
933 'components.gyp:cryptauth', | 934 'components.gyp:cryptauth', |
| 935 'components.gyp:cryptauth_test_support', |
934 'components.gyp:feedback_component', | 936 'components.gyp:feedback_component', |
935 'components.gyp:proximity_auth', | 937 'components.gyp:proximity_auth', |
936 ], | 938 ], |
937 }], | 939 }], |
938 ['chromeos==1', { | 940 ['chromeos==1', { |
939 'sources': [ | 941 'sources': [ |
940 'pairing/message_buffer_unittest.cc', | 942 'pairing/message_buffer_unittest.cc', |
941 'timers/alarm_timer_unittest.cc', | 943 'timers/alarm_timer_unittest.cc', |
942 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 944 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
943 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 945 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1249 'dependencies': [ | 1251 'dependencies': [ |
1250 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1252 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1251 ], | 1253 ], |
1252 }], | 1254 }], |
1253 ], | 1255 ], |
1254 }, | 1256 }, |
1255 ], | 1257 ], |
1256 }], | 1258 }], |
1257 ], | 1259 ], |
1258 } | 1260 } |
OLD | NEW |