OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |