| Index: ios/web_view/BUILD.gn
|
| diff --git a/ios/web_view/BUILD.gn b/ios/web_view/BUILD.gn
|
| index 2c0101d9182e59fded293f91cdf1d0c514a63019..94117c1a16810ed822220a7ce0aa6dc6a5295066 100644
|
| --- a/ios/web_view/BUILD.gn
|
| +++ b/ios/web_view/BUILD.gn
|
| @@ -22,7 +22,6 @@ ios_framework_bundle("web_view") {
|
|
|
| public_headers = [
|
| "public/ChromeWebView.h",
|
| - "public/cwv.h",
|
| "public/cwv_export.h",
|
| "public/cwv_html_element.h",
|
| "public/cwv_navigation_action.h",
|
| @@ -41,7 +40,6 @@ ios_framework_bundle("web_view") {
|
| ]
|
|
|
| sources = [
|
| - "internal/cwv.mm",
|
| "internal/cwv_html_element.mm",
|
| "internal/cwv_html_element_internal.h",
|
| "internal/cwv_navigation_action.mm",
|
|
|