| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'power_unittest_sources': [ | 382 'power_unittest_sources': [ |
| 383 'power/origin_power_map_unittest.cc', | 383 'power/origin_power_map_unittest.cc', |
| 384 ], | 384 ], |
| 385 'precache_unittest_sources': [ | 385 'precache_unittest_sources': [ |
| 386 'precache/content/precache_manager_unittest.cc', | 386 'precache/content/precache_manager_unittest.cc', |
| 387 'precache/core/precache_database_unittest.cc', | 387 'precache/core/precache_database_unittest.cc', |
| 388 'precache/core/precache_fetcher_unittest.cc', | 388 'precache/core/precache_fetcher_unittest.cc', |
| 389 'precache/core/precache_url_table_unittest.cc', | 389 'precache/core/precache_url_table_unittest.cc', |
| 390 ], | 390 ], |
| 391 'proximity_auth_unittest_sources': [ | 391 'proximity_auth_unittest_sources': [ |
| 392 'proximity_auth/base64url_unittest.cc', | |
| 393 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 392 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
| 394 'proximity_auth/bluetooth_connection_unittest.cc', | 393 'proximity_auth/bluetooth_connection_unittest.cc', |
| 395 'proximity_auth/client_unittest.cc', | 394 'proximity_auth/client_unittest.cc', |
| 396 'proximity_auth/connection_unittest.cc', | 395 'proximity_auth/connection_unittest.cc', |
| 396 'proximity_auth/cryptauth/base64url_unittest.cc', |
| 397 'proximity_auth/cryptauth/cryptauth_access_token_fetcher_unittest.cc', | 397 'proximity_auth/cryptauth/cryptauth_access_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/cryptauth/fake_secure_message_delegate_unittest.cc', |
| 401 'proximity_auth/proximity_auth_system_unittest.cc', | 401 'proximity_auth/proximity_auth_system_unittest.cc', |
| 402 'proximity_auth/remote_status_update_unittest.cc', | 402 'proximity_auth/remote_status_update_unittest.cc', |
| 403 'proximity_auth/wire_message_unittest.cc', | 403 'proximity_auth/wire_message_unittest.cc', |
| 404 ], | 404 ], |
| 405 'query_parser_unittest_sources': [ | 405 'query_parser_unittest_sources': [ |
| 406 'query_parser/query_parser_unittest.cc', | 406 'query_parser/query_parser_unittest.cc', |
| (...skipping 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 'dependencies': [ | 1251 'dependencies': [ |
| 1252 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1252 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1253 ], | 1253 ], |
| 1254 }], | 1254 }], |
| 1255 ], | 1255 ], |
| 1256 }, | 1256 }, |
| 1257 ], | 1257 ], |
| 1258 }], | 1258 }], |
| 1259 ], | 1259 ], |
| 1260 } | 1260 } |
| OLD | NEW |