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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 'password_manager/core/browser/password_generation_manager_unittest.cc', | 527 'password_manager/core/browser/password_generation_manager_unittest.cc', |
528 'password_manager/core/browser/password_manager_settings_migration_experim
ent_unittest.cc', | 528 'password_manager/core/browser/password_manager_settings_migration_experim
ent_unittest.cc', |
529 'password_manager/core/browser/password_manager_unittest.cc', | 529 'password_manager/core/browser/password_manager_unittest.cc', |
530 'password_manager/core/browser/password_manager_util_unittest.cc', | 530 'password_manager/core/browser/password_manager_util_unittest.cc', |
531 'password_manager/core/browser/password_store_default_unittest.cc', | 531 'password_manager/core/browser/password_store_default_unittest.cc', |
532 'password_manager/core/browser/password_store_origin_unittest.h', | 532 'password_manager/core/browser/password_store_origin_unittest.h', |
533 'password_manager/core/browser/password_store_unittest.cc', | 533 'password_manager/core/browser/password_store_unittest.cc', |
534 'password_manager/core/browser/password_syncable_service_unittest.cc', | 534 'password_manager/core/browser/password_syncable_service_unittest.cc', |
535 'password_manager/core/browser/password_ui_utils_unittest.cc', | 535 'password_manager/core/browser/password_ui_utils_unittest.cc', |
536 'password_manager/core/browser/psl_matching_helper_unittest.cc', | 536 'password_manager/core/browser/psl_matching_helper_unittest.cc', |
| 537 'password_manager/core/browser/sql_table_builder_unittest.cc', |
537 'password_manager/core/browser/statistics_table_unittest.cc', | 538 'password_manager/core/browser/statistics_table_unittest.cc', |
538 'password_manager/core/common/credential_manager_types_unittest.cc', | 539 'password_manager/core/common/credential_manager_types_unittest.cc', |
539 'password_manager/sync/browser/password_manager_setting_migrator_service_u
nittest.cc', | 540 'password_manager/sync/browser/password_manager_setting_migrator_service_u
nittest.cc', |
540 'password_manager/sync/browser/password_sync_util_unittest.cc', | 541 'password_manager/sync/browser/password_sync_util_unittest.cc', |
541 'password_manager/sync/browser/sync_credentials_filter_unittest.cc', | 542 'password_manager/sync/browser/sync_credentials_filter_unittest.cc', |
542 'password_manager/sync/browser/sync_username_test_base.cc', | 543 'password_manager/sync/browser/sync_username_test_base.cc', |
543 'password_manager/sync/browser/sync_username_test_base.h', | 544 'password_manager/sync/browser/sync_username_test_base.h', |
544 ], | 545 ], |
545 'policy_unittest_sources': [ | 546 'policy_unittest_sources': [ |
546 'policy/core/browser/android/android_combined_policy_provider_unittest.cc'
, | 547 'policy/core/browser/android/android_combined_policy_provider_unittest.cc'
, |
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2030 'dependencies': [ | 2031 'dependencies': [ |
2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2032 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2032 ], | 2033 ], |
2033 }], | 2034 }], |
2034 ], | 2035 ], |
2035 }, | 2036 }, |
2036 ], | 2037 ], |
2037 }], | 2038 }], |
2038 ], | 2039 ], |
2039 } | 2040 } |
OLD | NEW |