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

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

Issue 2753123002: Add --ignore-certificate-errors-spki-list switch and UMA histogram. (Closed)
Patch Set: Add --ignore-certificate-errors-spki-list switch and UMA histogram. Created 3 years, 7 months 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/io_thread.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')
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 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 "ssl/cert_report_helper.cc", 1239 "ssl/cert_report_helper.cc",
1240 "ssl/cert_report_helper.h", 1240 "ssl/cert_report_helper.h",
1241 "ssl/chrome_expect_ct_reporter.cc", 1241 "ssl/chrome_expect_ct_reporter.cc",
1242 "ssl/chrome_expect_ct_reporter.h", 1242 "ssl/chrome_expect_ct_reporter.h",
1243 "ssl/chrome_ssl_host_state_delegate.cc", 1243 "ssl/chrome_ssl_host_state_delegate.cc",
1244 "ssl/chrome_ssl_host_state_delegate.h", 1244 "ssl/chrome_ssl_host_state_delegate.h",
1245 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1245 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1246 "ssl/chrome_ssl_host_state_delegate_factory.h", 1246 "ssl/chrome_ssl_host_state_delegate_factory.h",
1247 "ssl/common_name_mismatch_handler.cc", 1247 "ssl/common_name_mismatch_handler.cc",
1248 "ssl/common_name_mismatch_handler.h", 1248 "ssl/common_name_mismatch_handler.h",
1249 "ssl/ignore_errors_cert_verifier.cc",
1250 "ssl/ignore_errors_cert_verifier.h",
1249 "ssl/security_state_tab_helper.cc", 1251 "ssl/security_state_tab_helper.cc",
1250 "ssl/security_state_tab_helper.h", 1252 "ssl/security_state_tab_helper.h",
1251 "ssl/ssl_blocking_page.cc", 1253 "ssl/ssl_blocking_page.cc",
1252 "ssl/ssl_blocking_page.h", 1254 "ssl/ssl_blocking_page.h",
1253 "ssl/ssl_cert_reporter.h", 1255 "ssl/ssl_cert_reporter.h",
1254 "ssl/ssl_client_certificate_selector.h", 1256 "ssl/ssl_client_certificate_selector.h",
1255 "ssl/ssl_error_handler.cc", 1257 "ssl/ssl_error_handler.cc",
1256 "ssl/ssl_error_handler.h", 1258 "ssl/ssl_error_handler.h",
1257 "status_icons/status_icon.cc", 1259 "status_icons/status_icon.cc",
1258 "status_icons/status_icon.h", 1260 "status_icons/status_icon.h",
(...skipping 3308 matching lines...) Expand 10 before | Expand all | Expand 10 after
4567 "media/pepper_cdm_test_constants.cc", 4569 "media/pepper_cdm_test_constants.cc",
4568 "media/pepper_cdm_test_constants.h", 4570 "media/pepper_cdm_test_constants.h",
4569 ] 4571 ]
4570 } 4572 }
4571 } 4573 }
4572 4574
4573 service_manifest("preferences_manifest") { 4575 service_manifest("preferences_manifest") {
4574 name = "preferences" 4576 name = "preferences"
4575 source = "prefs/preferences_manifest.json" 4577 source = "prefs/preferences_manifest.json"
4576 } 4578 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698