Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2483003003: Introduce CertificateReportingService class to handle certificate reports. (Closed)
Patch Set: jialiul comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/certificate_reporting_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_service.cc",
1964 "safe_browsing/certificate_reporting_service.h",
1963 "safe_browsing/permission_reporter.cc", 1965 "safe_browsing/permission_reporter.cc",
1964 "safe_browsing/permission_reporter.h", 1966 "safe_browsing/permission_reporter.h",
1965 "safe_browsing/ping_manager.cc", 1967 "safe_browsing/ping_manager.cc",
1966 "safe_browsing/ping_manager.h", 1968 "safe_browsing/ping_manager.h",
1967 "safe_browsing/protocol_manager_helper.cc", 1969 "safe_browsing/protocol_manager_helper.cc",
1968 "safe_browsing/protocol_manager_helper.h", 1970 "safe_browsing/protocol_manager_helper.h",
1969 "safe_browsing/safe_browsing_blocking_page.cc", 1971 "safe_browsing/safe_browsing_blocking_page.cc",
1970 "safe_browsing/safe_browsing_blocking_page.h", 1972 "safe_browsing/safe_browsing_blocking_page.h",
1971 "safe_browsing/safe_browsing_navigation_observer.cc", 1973 "safe_browsing/safe_browsing_navigation_observer.cc",
1972 "safe_browsing/safe_browsing_navigation_observer.h", 1974 "safe_browsing/safe_browsing_navigation_observer.h",
(...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 # linking all of the test support. 4413 # linking all of the test support.
4412 static_library("pepper_cdm_test_constants") { 4414 static_library("pepper_cdm_test_constants") {
4413 testonly = true 4415 testonly = true
4414 visibility = [ "//chrome/*" ] 4416 visibility = [ "//chrome/*" ]
4415 sources = [ 4417 sources = [
4416 "media/pepper_cdm_test_constants.cc", 4418 "media/pepper_cdm_test_constants.cc",
4417 "media/pepper_cdm_test_constants.h", 4419 "media/pepper_cdm_test_constants.h",
4418 ] 4420 ]
4419 } 4421 }
4420 } 4422 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/certificate_reporting_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698