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 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |