| 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 'password_manager/core/browser/password_generation_manager_unittest.cc', | 382 'password_manager/core/browser/password_generation_manager_unittest.cc', |
| 383 'password_manager/core/browser/password_manager_unittest.cc', | 383 'password_manager/core/browser/password_manager_unittest.cc', |
| 384 'password_manager/core/browser/password_store_default_unittest.cc', | 384 'password_manager/core/browser/password_store_default_unittest.cc', |
| 385 'password_manager/core/browser/password_store_unittest.cc', | 385 'password_manager/core/browser/password_store_unittest.cc', |
| 386 'password_manager/core/browser/password_syncable_service_unittest.cc', | 386 'password_manager/core/browser/password_syncable_service_unittest.cc', |
| 387 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 387 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 388 'password_manager/core/browser/statistics_table_unittest.cc', | 388 'password_manager/core/browser/statistics_table_unittest.cc', |
| 389 'password_manager/core/common/credential_manager_types_unittest.cc', | 389 'password_manager/core/common/credential_manager_types_unittest.cc', |
| 390 ], | 390 ], |
| 391 'policy_unittest_sources': [ | 391 'policy_unittest_sources': [ |
| 392 'policy/core/browser/android/policy_converter_unittest.cc', |
| 392 'policy/core/browser/autofill_policy_handler_unittest.cc', | 393 'policy/core/browser/autofill_policy_handler_unittest.cc', |
| 393 'policy/core/browser/browser_policy_connector_unittest.cc', | 394 'policy/core/browser/browser_policy_connector_unittest.cc', |
| 394 'policy/core/browser/configuration_policy_handler_unittest.cc', | 395 'policy/core/browser/configuration_policy_handler_unittest.cc', |
| 395 'policy/core/browser/configuration_policy_pref_store_unittest.cc', | 396 'policy/core/browser/configuration_policy_pref_store_unittest.cc', |
| 396 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', | 397 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', |
| 397 'policy/core/common/async_policy_provider_unittest.cc', | 398 'policy/core/common/async_policy_provider_unittest.cc', |
| 398 'policy/core/common/cloud/cloud_policy_client_unittest.cc', | 399 'policy/core/common/cloud/cloud_policy_client_unittest.cc', |
| 399 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', | 400 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', |
| 400 'policy/core/common/cloud/cloud_policy_core_unittest.cc', | 401 'policy/core/common/cloud/cloud_policy_core_unittest.cc', |
| 401 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', | 402 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1497 ], | 1498 ], |
| 1498 'variables': { | 1499 'variables': { |
| 1499 'test_suite_name': 'components_unittests', | 1500 'test_suite_name': 'components_unittests', |
| 1500 }, | 1501 }, |
| 1501 'includes': [ '../build/apk_test.gypi' ], | 1502 'includes': [ '../build/apk_test.gypi' ], |
| 1502 }, | 1503 }, |
| 1503 ], | 1504 ], |
| 1504 }], | 1505 }], |
| 1505 ], | 1506 ], |
| 1506 } | 1507 } |
| OLD | NEW |