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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'password_manager/core/browser/log_router_unittest.cc', | 339 'password_manager/core/browser/log_router_unittest.cc', |
340 'password_manager/core/browser/login_database_unittest.cc', | 340 'password_manager/core/browser/login_database_unittest.cc', |
341 'password_manager/core/browser/password_autofill_manager_unittest.cc', | 341 'password_manager/core/browser/password_autofill_manager_unittest.cc', |
342 'password_manager/core/browser/password_form_manager_unittest.cc', | 342 'password_manager/core/browser/password_form_manager_unittest.cc', |
343 'password_manager/core/browser/password_generation_manager_unittest.cc', | 343 'password_manager/core/browser/password_generation_manager_unittest.cc', |
344 'password_manager/core/browser/password_manager_unittest.cc', | 344 'password_manager/core/browser/password_manager_unittest.cc', |
345 'password_manager/core/browser/password_store_default_unittest.cc', | 345 'password_manager/core/browser/password_store_default_unittest.cc', |
346 'password_manager/core/browser/password_store_unittest.cc', | 346 'password_manager/core/browser/password_store_unittest.cc', |
347 'password_manager/core/browser/password_syncable_service_unittest.cc', | 347 'password_manager/core/browser/password_syncable_service_unittest.cc', |
348 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 348 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 349 'password_manager/core/browser/statistics_table_unittest.cc', |
349 'password_manager/core/common/credential_manager_types_unittest.cc', | 350 'password_manager/core/common/credential_manager_types_unittest.cc', |
350 ], | 351 ], |
351 'policy_unittest_sources': [ | 352 'policy_unittest_sources': [ |
352 'policy/core/browser/autofill_policy_handler_unittest.cc', | 353 'policy/core/browser/autofill_policy_handler_unittest.cc', |
353 'policy/core/browser/browser_policy_connector_unittest.cc', | 354 'policy/core/browser/browser_policy_connector_unittest.cc', |
354 'policy/core/browser/configuration_policy_handler_unittest.cc', | 355 'policy/core/browser/configuration_policy_handler_unittest.cc', |
355 'policy/core/browser/configuration_policy_pref_store_unittest.cc', | 356 'policy/core/browser/configuration_policy_pref_store_unittest.cc', |
356 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', | 357 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', |
357 'policy/core/common/async_policy_provider_unittest.cc', | 358 'policy/core/common/async_policy_provider_unittest.cc', |
358 'policy/core/common/cloud/cloud_policy_client_unittest.cc', | 359 'policy/core/common/cloud/cloud_policy_client_unittest.cc', |
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1424 ], | 1425 ], |
1425 'variables': { | 1426 'variables': { |
1426 'test_suite_name': 'components_unittests', | 1427 'test_suite_name': 'components_unittests', |
1427 }, | 1428 }, |
1428 'includes': [ '../build/apk_test.gypi' ], | 1429 'includes': [ '../build/apk_test.gypi' ], |
1429 }, | 1430 }, |
1430 ], | 1431 ], |
1431 }], | 1432 }], |
1432 ], | 1433 ], |
1433 } | 1434 } |
OLD | NEW |