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

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

Issue 2753123002: Add --ignore-certificate-errors-spki-list switch and UMA histogram. (Closed)
Patch Set: Move test for --user-data-dir into unittest; add bad flags prompt. 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
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 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 "ssl/cert_report_helper.cc", 1267 "ssl/cert_report_helper.cc",
1268 "ssl/cert_report_helper.h", 1268 "ssl/cert_report_helper.h",
1269 "ssl/chrome_expect_ct_reporter.cc", 1269 "ssl/chrome_expect_ct_reporter.cc",
1270 "ssl/chrome_expect_ct_reporter.h", 1270 "ssl/chrome_expect_ct_reporter.h",
1271 "ssl/chrome_ssl_host_state_delegate.cc", 1271 "ssl/chrome_ssl_host_state_delegate.cc",
1272 "ssl/chrome_ssl_host_state_delegate.h", 1272 "ssl/chrome_ssl_host_state_delegate.h",
1273 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1273 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1274 "ssl/chrome_ssl_host_state_delegate_factory.h", 1274 "ssl/chrome_ssl_host_state_delegate_factory.h",
1275 "ssl/common_name_mismatch_handler.cc", 1275 "ssl/common_name_mismatch_handler.cc",
1276 "ssl/common_name_mismatch_handler.h", 1276 "ssl/common_name_mismatch_handler.h",
1277 "ssl/ignore_errors_cert_verifier.cc",
1278 "ssl/ignore_errors_cert_verifier.h",
1277 "ssl/security_state_tab_helper.cc", 1279 "ssl/security_state_tab_helper.cc",
1278 "ssl/security_state_tab_helper.h", 1280 "ssl/security_state_tab_helper.h",
1279 "ssl/ssl_blocking_page.cc", 1281 "ssl/ssl_blocking_page.cc",
1280 "ssl/ssl_blocking_page.h", 1282 "ssl/ssl_blocking_page.h",
1281 "ssl/ssl_cert_reporter.h", 1283 "ssl/ssl_cert_reporter.h",
1282 "ssl/ssl_client_certificate_selector.h", 1284 "ssl/ssl_client_certificate_selector.h",
1283 "ssl/ssl_error_handler.cc", 1285 "ssl/ssl_error_handler.cc",
1284 "ssl/ssl_error_handler.h", 1286 "ssl/ssl_error_handler.h",
1285 "status_icons/status_icon.cc", 1287 "status_icons/status_icon.cc",
1286 "status_icons/status_icon.h", 1288 "status_icons/status_icon.h",
(...skipping 3414 matching lines...) Expand 10 before | Expand all | Expand 10 after
4701 "media/pepper_cdm_test_constants.cc", 4703 "media/pepper_cdm_test_constants.cc",
4702 "media/pepper_cdm_test_constants.h", 4704 "media/pepper_cdm_test_constants.h",
4703 ] 4705 ]
4704 } 4706 }
4705 } 4707 }
4706 4708
4707 service_manifest("preferences_forwarder_manifest") { 4709 service_manifest("preferences_forwarder_manifest") {
4708 name = "preferences_forwarder" 4710 name = "preferences_forwarder"
4709 source = "prefs/forwarder_manifest.json" 4711 source = "prefs/forwarder_manifest.json"
4710 } 4712 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/ssl/ignore_errors_cert_verifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698