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

Side by Side Diff: components/components_tests.gyp

Issue 1902773002: Add password_manager_setting_migrator_service_unittest.cc to GYP (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 | no next file » | 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'password_manager/core/browser/password_manager_unittest.cc', 486 'password_manager/core/browser/password_manager_unittest.cc',
487 'password_manager/core/browser/password_manager_util_unittest.cc', 487 'password_manager/core/browser/password_manager_util_unittest.cc',
488 'password_manager/core/browser/password_store_default_unittest.cc', 488 'password_manager/core/browser/password_store_default_unittest.cc',
489 'password_manager/core/browser/password_store_origin_unittest.h', 489 'password_manager/core/browser/password_store_origin_unittest.h',
490 'password_manager/core/browser/password_store_unittest.cc', 490 'password_manager/core/browser/password_store_unittest.cc',
491 'password_manager/core/browser/password_syncable_service_unittest.cc', 491 'password_manager/core/browser/password_syncable_service_unittest.cc',
492 'password_manager/core/browser/password_ui_utils_unittest.cc', 492 'password_manager/core/browser/password_ui_utils_unittest.cc',
493 'password_manager/core/browser/psl_matching_helper_unittest.cc', 493 'password_manager/core/browser/psl_matching_helper_unittest.cc',
494 'password_manager/core/browser/statistics_table_unittest.cc', 494 'password_manager/core/browser/statistics_table_unittest.cc',
495 'password_manager/core/common/credential_manager_types_unittest.cc', 495 'password_manager/core/common/credential_manager_types_unittest.cc',
496 'password_manager/sync/browser/password_manager_setting_migrator_service_u nittest.cc',
496 'password_manager/sync/browser/password_sync_util_unittest.cc', 497 'password_manager/sync/browser/password_sync_util_unittest.cc',
497 'password_manager/sync/browser/sync_credentials_filter_unittest.cc', 498 'password_manager/sync/browser/sync_credentials_filter_unittest.cc',
498 'password_manager/sync/browser/sync_username_test_base.cc', 499 'password_manager/sync/browser/sync_username_test_base.cc',
499 'password_manager/sync/browser/sync_username_test_base.h', 500 'password_manager/sync/browser/sync_username_test_base.h',
500 ], 501 ],
501 'policy_unittest_sources': [ 502 'policy_unittest_sources': [
502 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' , 503 'policy/core/browser/android/android_combined_policy_provider_unittest.cc' ,
503 'policy/core/browser/android/policy_converter_unittest.cc', 504 'policy/core/browser/android/policy_converter_unittest.cc',
504 'policy/core/browser/autofill_policy_handler_unittest.cc', 505 'policy/core/browser/autofill_policy_handler_unittest.cc',
505 'policy/core/browser/browser_policy_connector_unittest.cc', 506 'policy/core/browser/browser_policy_connector_unittest.cc',
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'dependencies': [ 1929 'dependencies': [
1929 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1930 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1930 ], 1931 ],
1931 }], 1932 }],
1932 ], 1933 ],
1933 }, 1934 },
1934 ], 1935 ],
1935 }], 1936 }],
1936 ], 1937 ],
1937 } 1938 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698