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

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

Issue 2855643002: Very basic change to add a TriggerManager class owned by SafeBrowsingService. (Closed)
Patch Set: Fix copyright date 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_service.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 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 "safe_browsing/v4_test_utils.h", 2143 "safe_browsing/v4_test_utils.h",
2144 ] 2144 ]
2145 deps += [ 2145 deps += [
2146 "//chrome/browser/safe_browsing:chunk_proto", 2146 "//chrome/browser/safe_browsing:chunk_proto",
2147 "//chrome/common/safe_browsing:proto", 2147 "//chrome/common/safe_browsing:proto",
2148 "//components/safe_browsing:csd_proto", 2148 "//components/safe_browsing:csd_proto",
2149 "//components/safe_browsing:safe_browsing", 2149 "//components/safe_browsing:safe_browsing",
2150 "//components/safe_browsing/browser:browser", 2150 "//components/safe_browsing/browser:browser",
2151 "//components/safe_browsing/common:common", 2151 "//components/safe_browsing/common:common",
2152 "//components/safe_browsing/password_protection", 2152 "//components/safe_browsing/password_protection",
2153 "//components/safe_browsing/triggers:triggers",
2153 "//components/safe_browsing_db:metadata_proto", 2154 "//components/safe_browsing_db:metadata_proto",
2154 ] 2155 ]
2155 if (safe_browsing_mode == 1) { 2156 if (safe_browsing_mode == 1) {
2156 # "Safe Browsing Full" files in addition to the "basic" ones to use for 2157 # "Safe Browsing Full" files in addition to the "basic" ones to use for
2157 # full safe browsing. This has some in common with "mobile." 2158 # full safe browsing. This has some in common with "mobile."
2158 sources += [ 2159 sources += [
2159 "download/download_completion_blocker.cc", 2160 "download/download_completion_blocker.cc",
2160 "download/download_completion_blocker.h", 2161 "download/download_completion_blocker.h",
2161 "loader/safe_browsing_resource_throttle.cc", 2162 "loader/safe_browsing_resource_throttle.cc",
2162 "loader/safe_browsing_resource_throttle.h", 2163 "loader/safe_browsing_resource_throttle.h",
(...skipping 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after
4699 "media/pepper_cdm_test_constants.cc", 4700 "media/pepper_cdm_test_constants.cc",
4700 "media/pepper_cdm_test_constants.h", 4701 "media/pepper_cdm_test_constants.h",
4701 ] 4702 ]
4702 } 4703 }
4703 } 4704 }
4704 4705
4705 service_manifest("preferences_forwarder_manifest") { 4706 service_manifest("preferences_forwarder_manifest") {
4706 name = "preferences_forwarder" 4707 name = "preferences_forwarder"
4707 source = "prefs/forwarder_manifest.json" 4708 source = "prefs/forwarder_manifest.json"
4708 } 4709 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698