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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
420 'power_unittest_sources': [ | 420 'power_unittest_sources': [ |
421 'power/origin_power_map_unittest.cc', | 421 'power/origin_power_map_unittest.cc', |
422 ], | 422 ], |
423 'precache_unittest_sources': [ | 423 'precache_unittest_sources': [ |
424 'precache/content/precache_manager_unittest.cc', | 424 'precache/content/precache_manager_unittest.cc', |
425 'precache/core/precache_database_unittest.cc', | 425 'precache/core/precache_database_unittest.cc', |
426 'precache/core/precache_fetcher_unittest.cc', | 426 'precache/core/precache_fetcher_unittest.cc', |
427 'precache/core/precache_url_table_unittest.cc', | 427 'precache/core/precache_url_table_unittest.cc', |
428 ], | 428 ], |
429 'proximity_auth_unittest_sources': [ | 429 'proximity_auth_unittest_sources': [ |
| 430 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
430 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 431 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
431 'proximity_auth/bluetooth_connection_unittest.cc', | 432 'proximity_auth/bluetooth_connection_unittest.cc', |
432 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 433 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
433 'proximity_auth/client_unittest.cc', | 434 'proximity_auth/client_unittest.cc', |
434 'proximity_auth/connection_unittest.cc', | 435 'proximity_auth/connection_unittest.cc', |
435 'proximity_auth/cryptauth/base64url_unittest.cc', | 436 'proximity_auth/cryptauth/base64url_unittest.cc', |
436 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, | 437 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, |
437 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 438 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
438 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', | 439 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', |
439 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', | 440 'proximity_auth/cryptauth/cryptauth_enroller_impl_unittest.cc', |
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1458 ], | 1459 ], |
1459 'variables': { | 1460 'variables': { |
1460 'test_suite_name': 'components_unittests', | 1461 'test_suite_name': 'components_unittests', |
1461 }, | 1462 }, |
1462 'includes': [ '../build/apk_test.gypi' ], | 1463 'includes': [ '../build/apk_test.gypi' ], |
1463 }, | 1464 }, |
1464 ], | 1465 ], |
1465 }], | 1466 }], |
1466 ], | 1467 ], |
1467 } | 1468 } |
OLD | NEW |