| Index: ios/web_view/shell/BUILD.gn
|
| diff --git a/ios/web_view/shell/BUILD.gn b/ios/web_view/shell/BUILD.gn
|
| index ab14a249adb45e60f6b6b828be6d8b084520f0c3..0407dec7e8174c1fb7387c3ef3ddaae85017443f 100644
|
| --- a/ios/web_view/shell/BUILD.gn
|
| +++ b/ios/web_view/shell/BUILD.gn
|
| @@ -18,14 +18,14 @@ ios_app_bundle("ios_web_view_shell") {
|
| info_plist = "Info.plist"
|
| sources = [
|
| "shell_app_delegate.h",
|
| - "shell_app_delegate.mm",
|
| + "shell_app_delegate.m",
|
| "shell_delegate.h",
|
| - "shell_delegate.mm",
|
| - "shell_exe_main.mm",
|
| + "shell_delegate.m",
|
| + "shell_exe_main.m",
|
| "shell_view_controller.h",
|
| - "shell_view_controller.mm",
|
| + "shell_view_controller.m",
|
| "translate_controller.h",
|
| - "translate_controller.mm",
|
| + "translate_controller.m",
|
| ]
|
| libs = [
|
| "CFNetwork.framework",
|
|
|