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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2931863002: Rename PasswordStoreProxyMac to PasswordStoreMac. (Closed)
Patch Set: Created 3 years, 6 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 | chrome/browser/password_manager/password_store_factory.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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 "password_manager/chrome_password_manager_client.cc", 882 "password_manager/chrome_password_manager_client.cc",
883 "password_manager/chrome_password_manager_client.h", 883 "password_manager/chrome_password_manager_client.h",
884 "password_manager/password_manager_setting_migrator_service_factory.cc", 884 "password_manager/password_manager_setting_migrator_service_factory.cc",
885 "password_manager/password_manager_setting_migrator_service_factory.h", 885 "password_manager/password_manager_setting_migrator_service_factory.h",
886 "password_manager/password_manager_util_mac.h", 886 "password_manager/password_manager_util_mac.h",
887 "password_manager/password_manager_util_mac.mm", 887 "password_manager/password_manager_util_mac.mm",
888 "password_manager/password_manager_util_win.cc", 888 "password_manager/password_manager_util_win.cc",
889 "password_manager/password_manager_util_win.h", 889 "password_manager/password_manager_util_win.h",
890 "password_manager/password_store_factory.cc", 890 "password_manager/password_store_factory.cc",
891 "password_manager/password_store_factory.h", 891 "password_manager/password_store_factory.h",
892 "password_manager/password_store_proxy_mac.cc", 892 "password_manager/password_store_mac.cc",
893 "password_manager/password_store_proxy_mac.h", 893 "password_manager/password_store_mac.h",
894 "password_manager/password_store_win.cc", 894 "password_manager/password_store_win.cc",
895 "password_manager/password_store_win.h", 895 "password_manager/password_store_win.h",
896 "payments/ssl_validity_checker.cc", 896 "payments/ssl_validity_checker.cc",
897 "payments/ssl_validity_checker.h", 897 "payments/ssl_validity_checker.h",
898 "performance_monitor/performance_monitor.cc", 898 "performance_monitor/performance_monitor.cc",
899 "performance_monitor/performance_monitor.h", 899 "performance_monitor/performance_monitor.h",
900 "performance_monitor/process_metrics_history.cc", 900 "performance_monitor/process_metrics_history.cc",
901 "performance_monitor/process_metrics_history.h", 901 "performance_monitor/process_metrics_history.h",
902 "permissions/chooser_context_base.cc", 902 "permissions/chooser_context_base.cc",
903 "permissions/chooser_context_base.h", 903 "permissions/chooser_context_base.h",
(...skipping 3868 matching lines...) Expand 10 before | Expand all | Expand 10 after
4772 "//components/search_engines", 4772 "//components/search_engines",
4773 "//rlz:rlz_lib", 4773 "//rlz:rlz_lib",
4774 ] 4774 ]
4775 } 4775 }
4776 } 4776 }
4777 4777
4778 service_manifest("preferences_forwarder_manifest") { 4778 service_manifest("preferences_forwarder_manifest") {
4779 name = "preferences_forwarder" 4779 name = "preferences_forwarder"
4780 source = "prefs/forwarder_manifest.json" 4780 source = "prefs/forwarder_manifest.json"
4781 } 4781 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698