| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'proximity_auth/bluetooth_connection_unittest.cc', | 431 'proximity_auth/bluetooth_connection_unittest.cc', |
| 432 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 432 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
| 433 'proximity_auth/client_unittest.cc', | 433 'proximity_auth/client_unittest.cc', |
| 434 'proximity_auth/connection_unittest.cc', | 434 'proximity_auth/connection_unittest.cc', |
| 435 'proximity_auth/cryptauth/base64url_unittest.cc', | 435 'proximity_auth/cryptauth/base64url_unittest.cc', |
| 436 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, | 436 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, |
| 437 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 437 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
| 438 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', | 438 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', |
| 439 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', | 439 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', |
| 440 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', | 440 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', |
| 441 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc', | |
| 442 'proximity_auth/logging/logging_unittest.cc', | 441 'proximity_auth/logging/logging_unittest.cc', |
| 443 'proximity_auth/proximity_auth_system_unittest.cc', | 442 'proximity_auth/proximity_auth_system_unittest.cc', |
| 444 'proximity_auth/remote_status_update_unittest.cc', | 443 'proximity_auth/remote_status_update_unittest.cc', |
| 445 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', | 444 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', |
| 446 'proximity_auth/wire_message_unittest.cc', | 445 'proximity_auth/wire_message_unittest.cc', |
| 447 ], | 446 ], |
| 448 'query_parser_unittest_sources': [ | 447 'query_parser_unittest_sources': [ |
| 449 'query_parser/query_parser_unittest.cc', | 448 'query_parser/query_parser_unittest.cc', |
| 450 'query_parser/snippet_unittest.cc', | 449 'query_parser/snippet_unittest.cc', |
| 451 ], | 450 ], |
| (...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1459 ], | 1458 ], |
| 1460 'variables': { | 1459 'variables': { |
| 1461 'test_suite_name': 'components_unittests', | 1460 'test_suite_name': 'components_unittests', |
| 1462 }, | 1461 }, |
| 1463 'includes': [ '../build/apk_test.gypi' ], | 1462 'includes': [ '../build/apk_test.gypi' ], |
| 1464 }, | 1463 }, |
| 1465 ], | 1464 ], |
| 1466 }], | 1465 }], |
| 1467 ], | 1466 ], |
| 1468 } | 1467 } |
| OLD | NEW |