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

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

Issue 2783773002: Link PasswordProtectionService to Profile and SB Service (Closed)
Patch Set: refine histogram description Created 3 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 | chrome/browser/password_manager/chrome_password_manager_client.h » ('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 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 # (safe_browsing=1) and mobile (=2) 2074 # (safe_browsing=1) and mobile (=2)
2075 sources += [ 2075 sources += [
2076 "loader/data_reduction_proxy_resource_throttle_android.cc", 2076 "loader/data_reduction_proxy_resource_throttle_android.cc",
2077 "loader/data_reduction_proxy_resource_throttle_android.h", 2077 "loader/data_reduction_proxy_resource_throttle_android.h",
2078 "safe_browsing/certificate_reporting_metrics_provider.cc", 2078 "safe_browsing/certificate_reporting_metrics_provider.cc",
2079 "safe_browsing/certificate_reporting_metrics_provider.h", 2079 "safe_browsing/certificate_reporting_metrics_provider.h",
2080 "safe_browsing/certificate_reporting_service.cc", 2080 "safe_browsing/certificate_reporting_service.cc",
2081 "safe_browsing/certificate_reporting_service.h", 2081 "safe_browsing/certificate_reporting_service.h",
2082 "safe_browsing/certificate_reporting_service_factory.cc", 2082 "safe_browsing/certificate_reporting_service_factory.cc",
2083 "safe_browsing/certificate_reporting_service_factory.h", 2083 "safe_browsing/certificate_reporting_service_factory.h",
2084 "safe_browsing/chrome_password_protection_service.cc",
2085 "safe_browsing/chrome_password_protection_service.h",
2084 "safe_browsing/notification_image_reporter.cc", 2086 "safe_browsing/notification_image_reporter.cc",
2085 "safe_browsing/notification_image_reporter.h", 2087 "safe_browsing/notification_image_reporter.h",
2086 "safe_browsing/permission_reporter.cc", 2088 "safe_browsing/permission_reporter.cc",
2087 "safe_browsing/permission_reporter.h", 2089 "safe_browsing/permission_reporter.h",
2088 "safe_browsing/ping_manager.cc", 2090 "safe_browsing/ping_manager.cc",
2089 "safe_browsing/ping_manager.h", 2091 "safe_browsing/ping_manager.h",
2090 "safe_browsing/safe_browsing_blocking_page.cc", 2092 "safe_browsing/safe_browsing_blocking_page.cc",
2091 "safe_browsing/safe_browsing_blocking_page.h", 2093 "safe_browsing/safe_browsing_blocking_page.h",
2092 "safe_browsing/safe_browsing_navigation_observer.cc", 2094 "safe_browsing/safe_browsing_navigation_observer.cc",
2093 "safe_browsing/safe_browsing_navigation_observer.h", 2095 "safe_browsing/safe_browsing_navigation_observer.h",
(...skipping 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after
4636 "media/pepper_cdm_test_constants.cc", 4638 "media/pepper_cdm_test_constants.cc",
4637 "media/pepper_cdm_test_constants.h", 4639 "media/pepper_cdm_test_constants.h",
4638 ] 4640 ]
4639 } 4641 }
4640 } 4642 }
4641 4643
4642 service_manifest("preferences_forwarder_manifest") { 4644 service_manifest("preferences_forwarder_manifest") {
4643 name = "preferences_forwarder" 4645 name = "preferences_forwarder"
4644 source = "prefs/forwarder_manifest.json" 4646 source = "prefs/forwarder_manifest.json"
4645 } 4647 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698