| 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 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1953 "//ppapi/proxy:ipc", | 1953 "//ppapi/proxy:ipc", |
| 1954 "//third_party/adobe/flash:flapper_version_h", | 1954 "//third_party/adobe/flash:flapper_version_h", |
| 1955 ] | 1955 ] |
| 1956 } | 1956 } |
| 1957 if (safe_browsing_mode != 0) { | 1957 if (safe_browsing_mode != 0) { |
| 1958 # "Safe Browsing Basic" files used for safe browsing in full mode | 1958 # "Safe Browsing Basic" files used for safe browsing in full mode |
| 1959 # (safe_browsing=1) and mobile (=2) | 1959 # (safe_browsing=1) and mobile (=2) |
| 1960 sources += [ | 1960 sources += [ |
| 1961 "loader/data_reduction_proxy_resource_throttle_android.cc", | 1961 "loader/data_reduction_proxy_resource_throttle_android.cc", |
| 1962 "loader/data_reduction_proxy_resource_throttle_android.h", | 1962 "loader/data_reduction_proxy_resource_throttle_android.h", |
| 1963 "safe_browsing/certificate_reporting_metrics_provider.cc", |
| 1964 "safe_browsing/certificate_reporting_metrics_provider.h", |
| 1963 "safe_browsing/certificate_reporting_service.cc", | 1965 "safe_browsing/certificate_reporting_service.cc", |
| 1964 "safe_browsing/certificate_reporting_service.h", | 1966 "safe_browsing/certificate_reporting_service.h", |
| 1967 "safe_browsing/certificate_reporting_service_factory.cc", |
| 1968 "safe_browsing/certificate_reporting_service_factory.h", |
| 1965 "safe_browsing/permission_reporter.cc", | 1969 "safe_browsing/permission_reporter.cc", |
| 1966 "safe_browsing/permission_reporter.h", | 1970 "safe_browsing/permission_reporter.h", |
| 1967 "safe_browsing/ping_manager.cc", | 1971 "safe_browsing/ping_manager.cc", |
| 1968 "safe_browsing/ping_manager.h", | 1972 "safe_browsing/ping_manager.h", |
| 1969 "safe_browsing/protocol_manager_helper.cc", | 1973 "safe_browsing/protocol_manager_helper.cc", |
| 1970 "safe_browsing/protocol_manager_helper.h", | 1974 "safe_browsing/protocol_manager_helper.h", |
| 1971 "safe_browsing/safe_browsing_blocking_page.cc", | 1975 "safe_browsing/safe_browsing_blocking_page.cc", |
| 1972 "safe_browsing/safe_browsing_blocking_page.h", | 1976 "safe_browsing/safe_browsing_blocking_page.h", |
| 1973 "safe_browsing/safe_browsing_navigation_observer.cc", | 1977 "safe_browsing/safe_browsing_navigation_observer.cc", |
| 1974 "safe_browsing/safe_browsing_navigation_observer.h", | 1978 "safe_browsing/safe_browsing_navigation_observer.h", |
| (...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4413 # linking all of the test support. | 4417 # linking all of the test support. |
| 4414 static_library("pepper_cdm_test_constants") { | 4418 static_library("pepper_cdm_test_constants") { |
| 4415 testonly = true | 4419 testonly = true |
| 4416 visibility = [ "//chrome/*" ] | 4420 visibility = [ "//chrome/*" ] |
| 4417 sources = [ | 4421 sources = [ |
| 4418 "media/pepper_cdm_test_constants.cc", | 4422 "media/pepper_cdm_test_constants.cc", |
| 4419 "media/pepper_cdm_test_constants.h", | 4423 "media/pepper_cdm_test_constants.h", |
| 4420 ] | 4424 ] |
| 4421 } | 4425 } |
| 4422 } | 4426 } |
| OLD | NEW |