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 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2125 "safe_browsing/safe_browsing_blocking_page.h", | 2125 "safe_browsing/safe_browsing_blocking_page.h", |
2126 "safe_browsing/safe_browsing_navigation_observer.cc", | 2126 "safe_browsing/safe_browsing_navigation_observer.cc", |
2127 "safe_browsing/safe_browsing_navigation_observer.h", | 2127 "safe_browsing/safe_browsing_navigation_observer.h", |
2128 "safe_browsing/safe_browsing_navigation_observer_manager.cc", | 2128 "safe_browsing/safe_browsing_navigation_observer_manager.cc", |
2129 "safe_browsing/safe_browsing_navigation_observer_manager.h", | 2129 "safe_browsing/safe_browsing_navigation_observer_manager.h", |
2130 "safe_browsing/safe_browsing_service.cc", | 2130 "safe_browsing/safe_browsing_service.cc", |
2131 "safe_browsing/safe_browsing_service.h", | 2131 "safe_browsing/safe_browsing_service.h", |
2132 "safe_browsing/services_delegate.h", | 2132 "safe_browsing/services_delegate.h", |
2133 "safe_browsing/test_safe_browsing_service.cc", | 2133 "safe_browsing/test_safe_browsing_service.cc", |
2134 "safe_browsing/test_safe_browsing_service.h", | 2134 "safe_browsing/test_safe_browsing_service.h", |
2135 "safe_browsing/threat_details.cc", | |
2136 "safe_browsing/threat_details.h", | |
2137 "safe_browsing/threat_details_cache.cc", | |
2138 "safe_browsing/threat_details_cache.h", | |
2139 "safe_browsing/threat_details_history.cc", | |
2140 "safe_browsing/threat_details_history.h", | |
2141 "safe_browsing/ui_manager.cc", | 2135 "safe_browsing/ui_manager.cc", |
2142 "safe_browsing/ui_manager.h", | 2136 "safe_browsing/ui_manager.h", |
2143 "safe_browsing/v4_test_utils.cc", | 2137 "safe_browsing/v4_test_utils.cc", |
2144 "safe_browsing/v4_test_utils.h", | 2138 "safe_browsing/v4_test_utils.h", |
2145 ] | 2139 ] |
2146 deps += [ | 2140 deps += [ |
2147 "//chrome/browser/safe_browsing:chunk_proto", | 2141 "//chrome/browser/safe_browsing:chunk_proto", |
2148 "//chrome/common/safe_browsing:proto", | 2142 "//chrome/common/safe_browsing:proto", |
2149 "//components/safe_browsing:csd_proto", | 2143 "//components/safe_browsing:csd_proto", |
2150 "//components/safe_browsing:safe_browsing", | 2144 "//components/safe_browsing:safe_browsing", |
| 2145 "//components/safe_browsing/browser:browser", |
2151 "//components/safe_browsing/common:common", | 2146 "//components/safe_browsing/common:common", |
2152 "//components/safe_browsing/password_protection", | 2147 "//components/safe_browsing/password_protection", |
2153 "//components/safe_browsing_db:metadata_proto", | 2148 "//components/safe_browsing_db:metadata_proto", |
2154 ] | 2149 ] |
2155 if (safe_browsing_mode == 1) { | 2150 if (safe_browsing_mode == 1) { |
2156 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2151 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
2157 # full safe browsing. This has some in common with "mobile." | 2152 # full safe browsing. This has some in common with "mobile." |
2158 sources += [ | 2153 sources += [ |
2159 "download/download_completion_blocker.cc", | 2154 "download/download_completion_blocker.cc", |
2160 "download/download_completion_blocker.h", | 2155 "download/download_completion_blocker.h", |
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4681 "media/pepper_cdm_test_constants.cc", | 4676 "media/pepper_cdm_test_constants.cc", |
4682 "media/pepper_cdm_test_constants.h", | 4677 "media/pepper_cdm_test_constants.h", |
4683 ] | 4678 ] |
4684 } | 4679 } |
4685 } | 4680 } |
4686 | 4681 |
4687 service_manifest("preferences_forwarder_manifest") { | 4682 service_manifest("preferences_forwarder_manifest") { |
4688 name = "preferences_forwarder" | 4683 name = "preferences_forwarder" |
4689 source = "prefs/forwarder_manifest.json" | 4684 source = "prefs/forwarder_manifest.json" |
4690 } | 4685 } |
OLD | NEW |