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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 ], | 428 ], |
429 'precache_unittest_sources': [ | 429 'precache_unittest_sources': [ |
430 'precache/content/precache_manager_unittest.cc', | 430 'precache/content/precache_manager_unittest.cc', |
431 'precache/core/precache_database_unittest.cc', | 431 'precache/core/precache_database_unittest.cc', |
432 'precache/core/precache_fetcher_unittest.cc', | 432 'precache/core/precache_fetcher_unittest.cc', |
433 'precache/core/precache_url_table_unittest.cc', | 433 'precache/core/precache_url_table_unittest.cc', |
434 ], | 434 ], |
435 'proximity_auth_unittest_sources': [ | 435 'proximity_auth_unittest_sources': [ |
436 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', | 436 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', |
437 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', | 437 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
| 438 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', |
438 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', | 439 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', |
439 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 440 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
440 'proximity_auth/bluetooth_connection_unittest.cc', | 441 'proximity_auth/bluetooth_connection_unittest.cc', |
441 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 442 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
442 'proximity_auth/client_unittest.cc', | 443 'proximity_auth/client_unittest.cc', |
443 'proximity_auth/connection_unittest.cc', | 444 'proximity_auth/connection_unittest.cc', |
444 'proximity_auth/cryptauth/base64url_unittest.cc', | 445 'proximity_auth/cryptauth/base64url_unittest.cc', |
445 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, | 446 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl_unittest.cc'
, |
446 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', | 447 'proximity_auth/cryptauth/cryptauth_api_call_flow_unittest.cc', |
447 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', | 448 'proximity_auth/cryptauth/cryptauth_client_impl_unittest.cc', |
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1461 ], | 1462 ], |
1462 'variables': { | 1463 'variables': { |
1463 'test_suite_name': 'components_unittests', | 1464 'test_suite_name': 'components_unittests', |
1464 }, | 1465 }, |
1465 'includes': [ '../build/apk_test.gypi' ], | 1466 'includes': [ '../build/apk_test.gypi' ], |
1466 }, | 1467 }, |
1467 ], | 1468 ], |
1468 }], | 1469 }], |
1469 ], | 1470 ], |
1470 } | 1471 } |
OLD | NEW |