Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Side by Side Diff: components/components_tests.gyp

Issue 1902113002: [Smart Lock] Fix settings reconciliation on ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'password_manager/core/browser/password_manager_unittest.cc', 483 'password_manager/core/browser/password_manager_unittest.cc',
484 'password_manager/core/browser/password_manager_util_unittest.cc', 484 'password_manager/core/browser/password_manager_util_unittest.cc',
485 'password_manager/core/browser/password_store_default_unittest.cc', 485 'password_manager/core/browser/password_store_default_unittest.cc',
486 'password_manager/core/browser/password_store_origin_unittest.h', 486 'password_manager/core/browser/password_store_origin_unittest.h',
487 'password_manager/core/browser/password_store_unittest.cc', 487 'password_manager/core/browser/password_store_unittest.cc',
488 'password_manager/core/browser/password_syncable_service_unittest.cc', 488 'password_manager/core/browser/password_syncable_service_unittest.cc',
489 'password_manager/core/browser/password_ui_utils_unittest.cc', 489 'password_manager/core/browser/password_ui_utils_unittest.cc',
490 'password_manager/core/browser/psl_matching_helper_unittest.cc', 490 'password_manager/core/browser/psl_matching_helper_unittest.cc',
491 'password_manager/core/browser/statistics_table_unittest.cc', 491 'password_manager/core/browser/statistics_table_unittest.cc',
492 'password_manager/core/common/credential_manager_types_unittest.cc', 492 'password_manager/core/common/credential_manager_types_unittest.cc',
493 'password_manager/sync/browser/password_manager_setting_migrator_service_u nittest.cc',
493 'password_manager/sync/browser/password_sync_util_unittest.cc', 494 'password_manager/sync/browser/password_sync_util_unittest.cc',
494 'password_manager/sync/browser/sync_credentials_filter_unittest.cc', 495 'password_manager/sync/browser/sync_credentials_filter_unittest.cc',
495 'password_manager/sync/browser/sync_username_test_base.cc', 496 'password_manager/sync/browser/sync_username_test_base.cc',
496 'password_manager/sync/browser/sync_username_test_base.h', 497 'password_manager/sync/browser/sync_username_test_base.h',
497 ], 498 ],
498 'policy_unittest_sources': [ 499 'policy_unittest_sources': [
499 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' , 500 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' ,
500 'policy/core/browser/android/policy_converter_unittest.cc', 501 'policy/core/browser/android/policy_converter_unittest.cc',
501 'policy/core/browser/autofill_policy_handler_unittest.cc', 502 'policy/core/browser/autofill_policy_handler_unittest.cc',
502 'policy/core/browser/browser_policy_connector_unittest.cc', 503 'policy/core/browser/browser_policy_connector_unittest.cc',
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'dependencies': [ 1925 'dependencies': [
1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1926 ], 1927 ],
1927 }], 1928 }],
1928 ], 1929 ],
1929 }, 1930 },
1930 ], 1931 ],
1931 }], 1932 }],
1932 ], 1933 ],
1933 } 1934 }
OLDNEW
« no previous file with comments | « no previous file | components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698