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

Side by Side Diff: components/components_tests.gyp

Issue 1776143003: Remove groups handling from password manager metrics util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@593295_unify_enums
Patch Set: Keep suffixes, marked as obsolete Created 4 years, 9 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
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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 'password_manager/core/browser/log_router_unittest.cc', 470 'password_manager/core/browser/log_router_unittest.cc',
471 'password_manager/core/browser/login_database_ios_unittest.cc', 471 'password_manager/core/browser/login_database_ios_unittest.cc',
472 'password_manager/core/browser/login_database_unittest.cc', 472 'password_manager/core/browser/login_database_unittest.cc',
473 'password_manager/core/browser/login_model_unittest.cc', 473 'password_manager/core/browser/login_model_unittest.cc',
474 'password_manager/core/browser/mock_affiliated_match_helper.cc', 474 'password_manager/core/browser/mock_affiliated_match_helper.cc',
475 'password_manager/core/browser/mock_affiliated_match_helper.h', 475 'password_manager/core/browser/mock_affiliated_match_helper.h',
476 'password_manager/core/browser/password_autofill_manager_unittest.cc', 476 'password_manager/core/browser/password_autofill_manager_unittest.cc',
477 'password_manager/core/browser/password_bubble_experiment_unittest.cc', 477 'password_manager/core/browser/password_bubble_experiment_unittest.cc',
478 'password_manager/core/browser/password_form_manager_unittest.cc', 478 'password_manager/core/browser/password_form_manager_unittest.cc',
479 'password_manager/core/browser/password_generation_manager_unittest.cc', 479 'password_manager/core/browser/password_generation_manager_unittest.cc',
480 'password_manager/core/browser/password_manager_metrics_util_unittest.cc',
481 'password_manager/core/browser/password_manager_settings_migration_experim ent_unittest.cc', 480 'password_manager/core/browser/password_manager_settings_migration_experim ent_unittest.cc',
482 'password_manager/core/browser/password_manager_unittest.cc', 481 'password_manager/core/browser/password_manager_unittest.cc',
483 'password_manager/core/browser/password_manager_util_unittest.cc', 482 'password_manager/core/browser/password_manager_util_unittest.cc',
484 'password_manager/core/browser/password_store_default_unittest.cc', 483 'password_manager/core/browser/password_store_default_unittest.cc',
485 'password_manager/core/browser/password_store_origin_unittest.h', 484 'password_manager/core/browser/password_store_origin_unittest.h',
486 'password_manager/core/browser/password_store_unittest.cc', 485 'password_manager/core/browser/password_store_unittest.cc',
487 'password_manager/core/browser/password_syncable_service_unittest.cc', 486 'password_manager/core/browser/password_syncable_service_unittest.cc',
488 'password_manager/core/browser/password_ui_utils_unittest.cc', 487 'password_manager/core/browser/password_ui_utils_unittest.cc',
489 'password_manager/core/browser/psl_matching_helper_unittest.cc', 488 'password_manager/core/browser/psl_matching_helper_unittest.cc',
490 'password_manager/core/browser/statistics_table_unittest.cc', 489 'password_manager/core/browser/statistics_table_unittest.cc',
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 'dependencies': [ 1915 'dependencies': [
1917 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1916 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1918 ], 1917 ],
1919 }], 1918 }],
1920 ], 1919 ],
1921 }, 1920 },
1922 ], 1921 ],
1923 }], 1922 }],
1924 ], 1923 ],
1925 } 1924 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698