| 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 2036 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 "safe_browsing/threat_details_history.cc", | 2047 "safe_browsing/threat_details_history.cc", |
| 2048 "safe_browsing/threat_details_history.h", | 2048 "safe_browsing/threat_details_history.h", |
| 2049 "safe_browsing/ui_manager.cc", | 2049 "safe_browsing/ui_manager.cc", |
| 2050 "safe_browsing/ui_manager.h", | 2050 "safe_browsing/ui_manager.h", |
| 2051 ] | 2051 ] |
| 2052 deps += [ | 2052 deps += [ |
| 2053 "//chrome/browser/safe_browsing:chunk_proto", | 2053 "//chrome/browser/safe_browsing:chunk_proto", |
| 2054 "//chrome/common/safe_browsing:proto", | 2054 "//chrome/common/safe_browsing:proto", |
| 2055 "//components/safe_browsing:safe_browsing", | 2055 "//components/safe_browsing:safe_browsing", |
| 2056 "//components/safe_browsing/common:common", | 2056 "//components/safe_browsing/common:common", |
| 2057 "//components/safe_browsing/password_protection:pp_service", |
| 2057 "//components/safe_browsing_db:metadata_proto", | 2058 "//components/safe_browsing_db:metadata_proto", |
| 2058 ] | 2059 ] |
| 2059 if (safe_browsing_mode == 1) { | 2060 if (safe_browsing_mode == 1) { |
| 2060 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 2061 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
| 2061 # full safe browsing. This has some in common with "mobile." | 2062 # full safe browsing. This has some in common with "mobile." |
| 2062 sources += [ | 2063 sources += [ |
| 2063 "download/download_completion_blocker.cc", | 2064 "download/download_completion_blocker.cc", |
| 2064 "download/download_completion_blocker.h", | 2065 "download/download_completion_blocker.h", |
| 2065 "loader/safe_browsing_resource_throttle.cc", | 2066 "loader/safe_browsing_resource_throttle.cc", |
| 2066 "loader/safe_browsing_resource_throttle.h", | 2067 "loader/safe_browsing_resource_throttle.h", |
| (...skipping 2469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4536 "media/pepper_cdm_test_constants.cc", | 4537 "media/pepper_cdm_test_constants.cc", |
| 4537 "media/pepper_cdm_test_constants.h", | 4538 "media/pepper_cdm_test_constants.h", |
| 4538 ] | 4539 ] |
| 4539 } | 4540 } |
| 4540 } | 4541 } |
| 4541 | 4542 |
| 4542 service_manifest("preferences_manifest") { | 4543 service_manifest("preferences_manifest") { |
| 4543 name = "preferences" | 4544 name = "preferences" |
| 4544 source = "prefs/preferences_manifest.json" | 4545 source = "prefs/preferences_manifest.json" |
| 4545 } | 4546 } |
| OLD | NEW |