| Index: ios/web/shell/BUILD.gn
|
| diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn
|
| index b94100386adc3fb152e59e6744d608a5c2e0bb11..71c8d84aa99058d54979db98be75f4ea4c516503 100644
|
| --- a/ios/web/shell/BUILD.gn
|
| +++ b/ios/web/shell/BUILD.gn
|
| @@ -8,10 +8,6 @@ import("//ios/build/config.gni")
|
| ios_app_bundle("ios_web_shell") {
|
| info_plist = "Info.plist"
|
|
|
| - sources = [
|
| - "web_exe_main.mm",
|
| - ]
|
| -
|
| deps = [
|
| ":shell",
|
|
|
| @@ -56,6 +52,7 @@ source_set("shell") {
|
| "shell_web_main_parts.mm",
|
| "view_controller.h",
|
| "view_controller.mm",
|
| + "web_exe_main.mm",
|
| ]
|
|
|
| deps = [
|
|
|