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