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

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

Issue 2855643002: Very basic change to add a TriggerManager class owned by SafeBrowsingService. (Closed)
Patch Set: Created 3 years, 7 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 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 "safe_browsing/v4_test_utils.cc", 2144 "safe_browsing/v4_test_utils.cc",
2145 "safe_browsing/v4_test_utils.h", 2145 "safe_browsing/v4_test_utils.h",
2146 ] 2146 ]
2147 deps += [ 2147 deps += [
2148 "//chrome/browser/safe_browsing:chunk_proto", 2148 "//chrome/browser/safe_browsing:chunk_proto",
2149 "//chrome/common/safe_browsing:proto", 2149 "//chrome/common/safe_browsing:proto",
2150 "//components/safe_browsing:csd_proto", 2150 "//components/safe_browsing:csd_proto",
2151 "//components/safe_browsing:safe_browsing", 2151 "//components/safe_browsing:safe_browsing",
2152 "//components/safe_browsing/common:common", 2152 "//components/safe_browsing/common:common",
2153 "//components/safe_browsing/password_protection", 2153 "//components/safe_browsing/password_protection",
2154 "//components/safe_browsing/triggers:triggers",
2154 "//components/safe_browsing_db:metadata_proto", 2155 "//components/safe_browsing_db:metadata_proto",
2155 ] 2156 ]
2156 if (safe_browsing_mode == 1) { 2157 if (safe_browsing_mode == 1) {
2157 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2158 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2158 # full safe browsing. This has some in common with "mobile." 2159 # full safe browsing. This has some in common with "mobile."
2159 sources += [ 2160 sources += [
2160 "download/download_completion_blocker.cc", 2161 "download/download_completion_blocker.cc",
2161 "download/download_completion_blocker.h", 2162 "download/download_completion_blocker.h",
2162 "loader/safe_browsing_resource_throttle.cc", 2163 "loader/safe_browsing_resource_throttle.cc",
2163 "loader/safe_browsing_resource_throttle.h", 2164 "loader/safe_browsing_resource_throttle.h",
(...skipping 2523 matching lines...) Expand 10 before | Expand all | Expand 10 after
4687 "media/pepper_cdm_test_constants.cc", 4688 "media/pepper_cdm_test_constants.cc",
4688 "media/pepper_cdm_test_constants.h", 4689 "media/pepper_cdm_test_constants.h",
4689 ] 4690 ]
4690 } 4691 }
4691 } 4692 }
4692 4693
4693 service_manifest("preferences_forwarder_manifest") { 4694 service_manifest("preferences_forwarder_manifest") {
4694 name = "preferences_forwarder" 4695 name = "preferences_forwarder"
4695 source = "prefs/forwarder_manifest.json" 4696 source = "prefs/forwarder_manifest.json"
4696 } 4697 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698