| 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 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1961 "safe_browsing/threat_details_cache.cc", | 1961 "safe_browsing/threat_details_cache.cc", |
| 1962 "safe_browsing/threat_details_cache.h", | 1962 "safe_browsing/threat_details_cache.h", |
| 1963 "safe_browsing/threat_details_history.cc", | 1963 "safe_browsing/threat_details_history.cc", |
| 1964 "safe_browsing/threat_details_history.h", | 1964 "safe_browsing/threat_details_history.h", |
| 1965 "safe_browsing/ui_manager.cc", | 1965 "safe_browsing/ui_manager.cc", |
| 1966 "safe_browsing/ui_manager.h", | 1966 "safe_browsing/ui_manager.h", |
| 1967 ] | 1967 ] |
| 1968 deps += [ | 1968 deps += [ |
| 1969 "//chrome/browser/safe_browsing:chunk_proto", | 1969 "//chrome/browser/safe_browsing:chunk_proto", |
| 1970 "//chrome/common/safe_browsing:proto", | 1970 "//chrome/common/safe_browsing:proto", |
| 1971 "//components/safe_browsing/common:common", |
| 1971 "//components/safe_browsing_db:metadata_proto", | 1972 "//components/safe_browsing_db:metadata_proto", |
| 1972 ] | 1973 ] |
| 1973 if (safe_browsing_mode == 1) { | 1974 if (safe_browsing_mode == 1) { |
| 1974 # "Safe Browsing Full" files in addition to the "basic" ones to use for | 1975 # "Safe Browsing Full" files in addition to the "basic" ones to use for |
| 1975 # full safe browsing. This has some in common with "mobile." | 1976 # full safe browsing. This has some in common with "mobile." |
| 1976 sources += [ | 1977 sources += [ |
| 1977 "download/download_completion_blocker.cc", | 1978 "download/download_completion_blocker.cc", |
| 1978 "download/download_completion_blocker.h", | 1979 "download/download_completion_blocker.h", |
| 1979 "loader/safe_browsing_resource_throttle.cc", | 1980 "loader/safe_browsing_resource_throttle.cc", |
| 1980 "loader/safe_browsing_resource_throttle.h", | 1981 "loader/safe_browsing_resource_throttle.h", |
| (...skipping 2369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4350 # linking all of the test support. | 4351 # linking all of the test support. |
| 4351 static_library("pepper_cdm_test_constants") { | 4352 static_library("pepper_cdm_test_constants") { |
| 4352 testonly = true | 4353 testonly = true |
| 4353 visibility = [ "//chrome/*" ] | 4354 visibility = [ "//chrome/*" ] |
| 4354 sources = [ | 4355 sources = [ |
| 4355 "media/pepper_cdm_test_constants.cc", | 4356 "media/pepper_cdm_test_constants.cc", |
| 4356 "media/pepper_cdm_test_constants.h", | 4357 "media/pepper_cdm_test_constants.h", |
| 4357 ] | 4358 ] |
| 4358 } | 4359 } |
| 4359 } | 4360 } |
| OLD | NEW |