OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |