| 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 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2232 # (safe_browsing=1) and mobile (=2) | 2232 # (safe_browsing=1) and mobile (=2) |
| 2233 sources += [ | 2233 sources += [ |
| 2234 "loader/data_reduction_proxy_resource_throttle_android.cc", | 2234 "loader/data_reduction_proxy_resource_throttle_android.cc", |
| 2235 "loader/data_reduction_proxy_resource_throttle_android.h", | 2235 "loader/data_reduction_proxy_resource_throttle_android.h", |
| 2236 "safe_browsing/certificate_reporting_metrics_provider.cc", | 2236 "safe_browsing/certificate_reporting_metrics_provider.cc", |
| 2237 "safe_browsing/certificate_reporting_metrics_provider.h", | 2237 "safe_browsing/certificate_reporting_metrics_provider.h", |
| 2238 "safe_browsing/certificate_reporting_service.cc", | 2238 "safe_browsing/certificate_reporting_service.cc", |
| 2239 "safe_browsing/certificate_reporting_service.h", | 2239 "safe_browsing/certificate_reporting_service.h", |
| 2240 "safe_browsing/certificate_reporting_service_factory.cc", | 2240 "safe_browsing/certificate_reporting_service_factory.cc", |
| 2241 "safe_browsing/certificate_reporting_service_factory.h", | 2241 "safe_browsing/certificate_reporting_service_factory.h", |
| 2242 "safe_browsing/chrome_password_protection_service.cc", | |
| 2243 "safe_browsing/chrome_password_protection_service.h", | |
| 2244 "safe_browsing/notification_image_reporter.cc", | 2242 "safe_browsing/notification_image_reporter.cc", |
| 2245 "safe_browsing/notification_image_reporter.h", | 2243 "safe_browsing/notification_image_reporter.h", |
| 2246 "safe_browsing/permission_reporter.cc", | 2244 "safe_browsing/permission_reporter.cc", |
| 2247 "safe_browsing/permission_reporter.h", | 2245 "safe_browsing/permission_reporter.h", |
| 2248 "safe_browsing/ping_manager.cc", | 2246 "safe_browsing/ping_manager.cc", |
| 2249 "safe_browsing/ping_manager.h", | 2247 "safe_browsing/ping_manager.h", |
| 2250 "safe_browsing/safe_browsing_blocking_page.cc", | 2248 "safe_browsing/safe_browsing_blocking_page.cc", |
| 2251 "safe_browsing/safe_browsing_blocking_page.h", | 2249 "safe_browsing/safe_browsing_blocking_page.h", |
| 2252 "safe_browsing/safe_browsing_navigation_observer.cc", | 2250 "safe_browsing/safe_browsing_navigation_observer.cc", |
| 2253 "safe_browsing/safe_browsing_navigation_observer.h", | 2251 "safe_browsing/safe_browsing_navigation_observer.h", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 2281 # full safe browsing. This has some in common with "mobile." | 2279 # full safe browsing. This has some in common with "mobile." |
| 2282 sources += [ | 2280 sources += [ |
| 2283 "download/download_completion_blocker.cc", | 2281 "download/download_completion_blocker.cc", |
| 2284 "download/download_completion_blocker.h", | 2282 "download/download_completion_blocker.h", |
| 2285 "loader/safe_browsing_resource_throttle.cc", | 2283 "loader/safe_browsing_resource_throttle.cc", |
| 2286 "loader/safe_browsing_resource_throttle.h", | 2284 "loader/safe_browsing_resource_throttle.h", |
| 2287 "safe_browsing/browser_feature_extractor.cc", | 2285 "safe_browsing/browser_feature_extractor.cc", |
| 2288 "safe_browsing/browser_feature_extractor.h", | 2286 "safe_browsing/browser_feature_extractor.h", |
| 2289 "safe_browsing/browser_features.cc", | 2287 "safe_browsing/browser_features.cc", |
| 2290 "safe_browsing/browser_features.h", | 2288 "safe_browsing/browser_features.h", |
| 2289 "safe_browsing/chrome_password_protection_service.cc", |
| 2290 "safe_browsing/chrome_password_protection_service.h", |
| 2291 "safe_browsing/chunk_range.cc", | 2291 "safe_browsing/chunk_range.cc", |
| 2292 "safe_browsing/chunk_range.h", | 2292 "safe_browsing/chunk_range.h", |
| 2293 "safe_browsing/client_side_detection_host.cc", | 2293 "safe_browsing/client_side_detection_host.cc", |
| 2294 "safe_browsing/client_side_detection_host.h", | 2294 "safe_browsing/client_side_detection_host.h", |
| 2295 "safe_browsing/client_side_detection_service.cc", | 2295 "safe_browsing/client_side_detection_service.cc", |
| 2296 "safe_browsing/client_side_detection_service.h", | 2296 "safe_browsing/client_side_detection_service.h", |
| 2297 "safe_browsing/client_side_model_loader.cc", | 2297 "safe_browsing/client_side_model_loader.cc", |
| 2298 "safe_browsing/client_side_model_loader.h", | 2298 "safe_browsing/client_side_model_loader.h", |
| 2299 "safe_browsing/download_feedback.cc", | 2299 "safe_browsing/download_feedback.cc", |
| 2300 "safe_browsing/download_feedback.h", | 2300 "safe_browsing/download_feedback.h", |
| (...skipping 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4772 "//components/search_engines", | 4772 "//components/search_engines", |
| 4773 "//rlz:rlz_lib", | 4773 "//rlz:rlz_lib", |
| 4774 ] | 4774 ] |
| 4775 } | 4775 } |
| 4776 } | 4776 } |
| 4777 | 4777 |
| 4778 service_manifest("preferences_forwarder_manifest") { | 4778 service_manifest("preferences_forwarder_manifest") { |
| 4779 name = "preferences_forwarder" | 4779 name = "preferences_forwarder" |
| 4780 source = "prefs/forwarder_manifest.json" | 4780 source = "prefs/forwarder_manifest.json" |
| 4781 } | 4781 } |
| OLD | NEW |