| Index: ios/web_view/internal/BUILD.gn
|
| diff --git a/ios/web_view/internal/BUILD.gn b/ios/web_view/internal/BUILD.gn
|
| index fcff9068618e7ec2fc9149146827d82632ded120..00647c2a5c0db71ff58e7971c5507824d1d5d31b 100644
|
| --- a/ios/web_view/internal/BUILD.gn
|
| +++ b/ios/web_view/internal/BUILD.gn
|
| @@ -9,8 +9,6 @@ source_set("internal") {
|
| ]
|
|
|
| sources = [
|
| - "criwv_web_main_parts.h",
|
| - "criwv_web_main_parts.mm",
|
| "cwv.mm",
|
| "cwv_browser_state.h",
|
| "cwv_browser_state.mm",
|
| @@ -22,6 +20,8 @@ source_set("internal") {
|
| "cwv_web_client.mm",
|
| "cwv_web_main_delegate.h",
|
| "cwv_web_main_delegate.mm",
|
| + "cwv_web_main_parts.h",
|
| + "cwv_web_main_parts.mm",
|
| "cwv_web_view.mm",
|
| "cwv_web_view_configuration.mm",
|
| "cwv_website_data_store.mm",
|
|
|