| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'password_manager/core/browser/password_generation_manager_unittest.cc', | 384 'password_manager/core/browser/password_generation_manager_unittest.cc', |
| 385 'password_manager/core/browser/password_manager_unittest.cc', | 385 'password_manager/core/browser/password_manager_unittest.cc', |
| 386 'password_manager/core/browser/password_store_default_unittest.cc', | 386 'password_manager/core/browser/password_store_default_unittest.cc', |
| 387 'password_manager/core/browser/password_store_unittest.cc', | 387 'password_manager/core/browser/password_store_unittest.cc', |
| 388 'password_manager/core/browser/password_syncable_service_unittest.cc', | 388 'password_manager/core/browser/password_syncable_service_unittest.cc', |
| 389 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 389 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 390 'password_manager/core/browser/statistics_table_unittest.cc', | 390 'password_manager/core/browser/statistics_table_unittest.cc', |
| 391 'password_manager/core/common/credential_manager_types_unittest.cc', | 391 'password_manager/core/common/credential_manager_types_unittest.cc', |
| 392 ], | 392 ], |
| 393 'policy_unittest_sources': [ | 393 'policy_unittest_sources': [ |
| 394 'policy/core/browser/android/policy_converter_unittest.cc', |
| 394 'policy/core/browser/autofill_policy_handler_unittest.cc', | 395 'policy/core/browser/autofill_policy_handler_unittest.cc', |
| 395 'policy/core/browser/browser_policy_connector_unittest.cc', | 396 'policy/core/browser/browser_policy_connector_unittest.cc', |
| 396 'policy/core/browser/configuration_policy_handler_unittest.cc', | 397 'policy/core/browser/configuration_policy_handler_unittest.cc', |
| 397 'policy/core/browser/configuration_policy_pref_store_unittest.cc', | 398 'policy/core/browser/configuration_policy_pref_store_unittest.cc', |
| 398 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', | 399 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', |
| 399 'policy/core/common/async_policy_provider_unittest.cc', | 400 'policy/core/common/async_policy_provider_unittest.cc', |
| 400 'policy/core/common/cloud/cloud_policy_client_unittest.cc', | 401 'policy/core/common/cloud/cloud_policy_client_unittest.cc', |
| 401 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', | 402 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', |
| 402 'policy/core/common/cloud/cloud_policy_core_unittest.cc', | 403 'policy/core/common/cloud/cloud_policy_core_unittest.cc', |
| 403 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', | 404 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', |
| (...skipping 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1513 ], | 1514 ], |
| 1514 'variables': { | 1515 'variables': { |
| 1515 'test_suite_name': 'components_unittests', | 1516 'test_suite_name': 'components_unittests', |
| 1516 }, | 1517 }, |
| 1517 'includes': [ '../build/apk_test.gypi' ], | 1518 'includes': [ '../build/apk_test.gypi' ], |
| 1518 }, | 1519 }, |
| 1519 ], | 1520 ], |
| 1520 }], | 1521 }], |
| 1521 ], | 1522 ], |
| 1522 } | 1523 } |
| OLD | NEW |