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

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

Issue 2483003003: Introduce CertificateReportingService class to handle certificate reports. (Closed)
Patch Set: Stashed changes are back Created 4 years, 1 month 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
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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 "speech/tts_mac.mm", 1120 "speech/tts_mac.mm",
1121 "speech/tts_message_filter.cc", 1121 "speech/tts_message_filter.cc",
1122 "speech/tts_message_filter.h", 1122 "speech/tts_message_filter.h",
1123 "speech/tts_platform.cc", 1123 "speech/tts_platform.cc",
1124 "speech/tts_platform.h", 1124 "speech/tts_platform.h",
1125 "speech/tts_win.cc", 1125 "speech/tts_win.cc",
1126 "ssl/bad_clock_blocking_page.cc", 1126 "ssl/bad_clock_blocking_page.cc",
1127 "ssl/bad_clock_blocking_page.h", 1127 "ssl/bad_clock_blocking_page.h",
1128 "ssl/cert_report_helper.cc", 1128 "ssl/cert_report_helper.cc",
1129 "ssl/cert_report_helper.h", 1129 "ssl/cert_report_helper.h",
1130 "ssl/certificate_reporting_service.cc",
1131 "ssl/certificate_reporting_service.h",
1130 "ssl/chrome_expect_ct_reporter.cc", 1132 "ssl/chrome_expect_ct_reporter.cc",
1131 "ssl/chrome_expect_ct_reporter.h", 1133 "ssl/chrome_expect_ct_reporter.h",
1132 "ssl/chrome_ssl_host_state_delegate.cc", 1134 "ssl/chrome_ssl_host_state_delegate.cc",
1133 "ssl/chrome_ssl_host_state_delegate.h", 1135 "ssl/chrome_ssl_host_state_delegate.h",
1134 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1136 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1135 "ssl/chrome_ssl_host_state_delegate_factory.h", 1137 "ssl/chrome_ssl_host_state_delegate_factory.h",
1136 "ssl/common_name_mismatch_handler.cc", 1138 "ssl/common_name_mismatch_handler.cc",
1137 "ssl/common_name_mismatch_handler.h", 1139 "ssl/common_name_mismatch_handler.h",
1138 "ssl/security_state_tab_helper.cc", 1140 "ssl/security_state_tab_helper.cc",
1139 "ssl/security_state_tab_helper.h", 1141 "ssl/security_state_tab_helper.h",
(...skipping 3271 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/ssl/certificate_reporting_service.h » ('j') | chrome/browser/ssl/certificate_reporting_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698