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

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

Issue 2783773002: Link PasswordProtectionService to Profile and SB Service (Closed)
Patch Set: nit 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
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 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after
2065 # (safe_browsing=1) and mobile (=2) 2065 # (safe_browsing=1) and mobile (=2)
2066 sources += [ 2066 sources += [
2067 "loader/data_reduction_proxy_resource_throttle_android.cc", 2067 "loader/data_reduction_proxy_resource_throttle_android.cc",
2068 "loader/data_reduction_proxy_resource_throttle_android.h", 2068 "loader/data_reduction_proxy_resource_throttle_android.h",
2069 "safe_browsing/certificate_reporting_metrics_provider.cc", 2069 "safe_browsing/certificate_reporting_metrics_provider.cc",
2070 "safe_browsing/certificate_reporting_metrics_provider.h", 2070 "safe_browsing/certificate_reporting_metrics_provider.h",
2071 "safe_browsing/certificate_reporting_service.cc", 2071 "safe_browsing/certificate_reporting_service.cc",
2072 "safe_browsing/certificate_reporting_service.h", 2072 "safe_browsing/certificate_reporting_service.h",
2073 "safe_browsing/certificate_reporting_service_factory.cc", 2073 "safe_browsing/certificate_reporting_service_factory.cc",
2074 "safe_browsing/certificate_reporting_service_factory.h", 2074 "safe_browsing/certificate_reporting_service_factory.h",
2075 "safe_browsing/chrome_password_protection_service.cc",
2076 "safe_browsing/chrome_password_protection_service.h",
2075 "safe_browsing/notification_image_reporter.cc", 2077 "safe_browsing/notification_image_reporter.cc",
2076 "safe_browsing/notification_image_reporter.h", 2078 "safe_browsing/notification_image_reporter.h",
2077 "safe_browsing/permission_reporter.cc", 2079 "safe_browsing/permission_reporter.cc",
2078 "safe_browsing/permission_reporter.h", 2080 "safe_browsing/permission_reporter.h",
2079 "safe_browsing/ping_manager.cc", 2081 "safe_browsing/ping_manager.cc",
2080 "safe_browsing/ping_manager.h", 2082 "safe_browsing/ping_manager.h",
2081 "safe_browsing/safe_browsing_blocking_page.cc", 2083 "safe_browsing/safe_browsing_blocking_page.cc",
2082 "safe_browsing/safe_browsing_blocking_page.h", 2084 "safe_browsing/safe_browsing_blocking_page.h",
2083 "safe_browsing/safe_browsing_navigation_observer.cc", 2085 "safe_browsing/safe_browsing_navigation_observer.cc",
2084 "safe_browsing/safe_browsing_navigation_observer.h", 2086 "safe_browsing/safe_browsing_navigation_observer.h",
(...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
4608 "media/pepper_cdm_test_constants.cc", 4610 "media/pepper_cdm_test_constants.cc",
4609 "media/pepper_cdm_test_constants.h", 4611 "media/pepper_cdm_test_constants.h",
4610 ] 4612 ]
4611 } 4613 }
4612 } 4614 }
4613 4615
4614 service_manifest("preferences_manifest") { 4616 service_manifest("preferences_manifest") {
4615 name = "preferences" 4617 name = "preferences"
4616 source = "prefs/preferences_manifest.json" 4618 source = "prefs/preferences_manifest.json"
4617 } 4619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698