| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'password_manager/core/browser/password_generation_manager_unittest.cc', | 533 'password_manager/core/browser/password_generation_manager_unittest.cc', |
| 534 'password_manager/core/browser/password_manager_settings_migration_experim
ent_unittest.cc', | 534 'password_manager/core/browser/password_manager_settings_migration_experim
ent_unittest.cc', |
| 535 'password_manager/core/browser/password_manager_unittest.cc', | 535 'password_manager/core/browser/password_manager_unittest.cc', |
| 536 'password_manager/core/browser/password_manager_util_unittest.cc', | 536 'password_manager/core/browser/password_manager_util_unittest.cc', |
| 537 'password_manager/core/browser/password_store_default_unittest.cc', | 537 'password_manager/core/browser/password_store_default_unittest.cc', |
| 538 'password_manager/core/browser/password_store_origin_unittest.h', | 538 'password_manager/core/browser/password_store_origin_unittest.h', |
| 539 'password_manager/core/browser/password_store_unittest.cc', | 539 'password_manager/core/browser/password_store_unittest.cc', |
| 540 'password_manager/core/browser/password_syncable_service_unittest.cc', | 540 'password_manager/core/browser/password_syncable_service_unittest.cc', |
| 541 'password_manager/core/browser/password_ui_utils_unittest.cc', | 541 'password_manager/core/browser/password_ui_utils_unittest.cc', |
| 542 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 542 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 543 'password_manager/core/browser/sql_table_builder_unittest.cc', |
| 543 'password_manager/core/browser/statistics_table_unittest.cc', | 544 'password_manager/core/browser/statistics_table_unittest.cc', |
| 544 'password_manager/core/common/credential_manager_types_unittest.cc', | 545 'password_manager/core/common/credential_manager_types_unittest.cc', |
| 545 'password_manager/sync/browser/password_manager_setting_migrator_service_u
nittest.cc', | 546 'password_manager/sync/browser/password_manager_setting_migrator_service_u
nittest.cc', |
| 546 'password_manager/sync/browser/password_sync_util_unittest.cc', | 547 'password_manager/sync/browser/password_sync_util_unittest.cc', |
| 547 'password_manager/sync/browser/sync_credentials_filter_unittest.cc', | 548 'password_manager/sync/browser/sync_credentials_filter_unittest.cc', |
| 548 'password_manager/sync/browser/sync_username_test_base.cc', | 549 'password_manager/sync/browser/sync_username_test_base.cc', |
| 549 'password_manager/sync/browser/sync_username_test_base.h', | 550 'password_manager/sync/browser/sync_username_test_base.h', |
| 550 ], | 551 ], |
| 551 'policy_unittest_sources': [ | 552 'policy_unittest_sources': [ |
| 552 'policy/core/browser/android/android_combined_policy_provider_unittest.cc'
, | 553 'policy/core/browser/android/android_combined_policy_provider_unittest.cc'
, |
| (...skipping 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 'dependencies': [ | 2039 'dependencies': [ |
| 2039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2040 ], | 2041 ], |
| 2041 }], | 2042 }], |
| 2042 ], | 2043 ], |
| 2043 }, | 2044 }, |
| 2044 ], | 2045 ], |
| 2045 }], | 2046 }], |
| 2046 ], | 2047 ], |
| 2047 } | 2048 } |
| OLD | NEW |