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