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

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') | 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 1283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 "ssl/cert_report_helper.cc", 1294 "ssl/cert_report_helper.cc",
1295 "ssl/cert_report_helper.h", 1295 "ssl/cert_report_helper.h",
1296 "ssl/chrome_expect_ct_reporter.cc", 1296 "ssl/chrome_expect_ct_reporter.cc",
1297 "ssl/chrome_expect_ct_reporter.h", 1297 "ssl/chrome_expect_ct_reporter.h",
1298 "ssl/chrome_ssl_host_state_delegate.cc", 1298 "ssl/chrome_ssl_host_state_delegate.cc",
1299 "ssl/chrome_ssl_host_state_delegate.h", 1299 "ssl/chrome_ssl_host_state_delegate.h",
1300 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1300 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1301 "ssl/chrome_ssl_host_state_delegate_factory.h", 1301 "ssl/chrome_ssl_host_state_delegate_factory.h",
1302 "ssl/common_name_mismatch_handler.cc", 1302 "ssl/common_name_mismatch_handler.cc",
1303 "ssl/common_name_mismatch_handler.h", 1303 "ssl/common_name_mismatch_handler.h",
1304 "ssl/ignore_errors_cert_verifier.cc",
1305 "ssl/ignore_errors_cert_verifier.h",
1304 "ssl/security_state_tab_helper.cc", 1306 "ssl/security_state_tab_helper.cc",
1305 "ssl/security_state_tab_helper.h", 1307 "ssl/security_state_tab_helper.h",
1306 "ssl/ssl_blocking_page.cc", 1308 "ssl/ssl_blocking_page.cc",
1307 "ssl/ssl_blocking_page.h", 1309 "ssl/ssl_blocking_page.h",
1308 "ssl/ssl_cert_reporter.h", 1310 "ssl/ssl_cert_reporter.h",
1309 "ssl/ssl_client_certificate_selector.h", 1311 "ssl/ssl_client_certificate_selector.h",
1310 "ssl/ssl_error_handler.cc", 1312 "ssl/ssl_error_handler.cc",
1311 "ssl/ssl_error_handler.h", 1313 "ssl/ssl_error_handler.h",
1312 "status_icons/status_icon.cc", 1314 "status_icons/status_icon.cc",
1313 "status_icons/status_icon.h", 1315 "status_icons/status_icon.h",
(...skipping 3440 matching lines...) Expand 10 before | Expand all | Expand 10 after
4754 "media/pepper_cdm_test_constants.cc", 4756 "media/pepper_cdm_test_constants.cc",
4755 "media/pepper_cdm_test_constants.h", 4757 "media/pepper_cdm_test_constants.h",
4756 ] 4758 ]
4757 } 4759 }
4758 } 4760 }
4759 4761
4760 service_manifest("preferences_forwarder_manifest") { 4762 service_manifest("preferences_forwarder_manifest") {
4761 name = "preferences_forwarder" 4763 name = "preferences_forwarder"
4762 source = "prefs/forwarder_manifest.json" 4764 source = "prefs/forwarder_manifest.json"
4763 } 4765 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698