| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 6038663f6a4caee31acadbe2a44f46af328f4bc3..d00057391e2136b4c0c3fe76a241748c8a9daa79 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -65,8 +65,6 @@ source_set("web_arc") {
|
| "net/cert_host_pair.cc",
|
| "net/cert_host_pair.h",
|
| "net/cert_policy.cc",
|
| - "net/cert_store_impl.cc",
|
| - "net/cert_store_impl.h",
|
| "net/certificate_policy_cache.cc",
|
| "net/clients/crw_js_injection_network_client.h",
|
| "net/clients/crw_js_injection_network_client.mm",
|
| @@ -138,7 +136,6 @@ source_set("web") {
|
| "public/browser_state.h",
|
| "public/browser_url_rewriter.h",
|
| "public/cert_policy.h",
|
| - "public/cert_store.h",
|
| "public/certificate_policy_cache.h",
|
| "public/favicon_status.cc",
|
| "public/favicon_status.h",
|
|
|