Index: ios/web/shell/BUILD.gn |
diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn |
index 6e5b01411deb1ed9b4709199eebe0887e9700497..76644c59eff0537d91cb4628c7507293eac73792 100644 |
--- a/ios/web/shell/BUILD.gn |
+++ b/ios/web/shell/BUILD.gn |
@@ -27,11 +27,6 @@ ios_app_bundle("ios_web_shell") { |
] |
} |
-bundle_data_xib("main_view_bundle_data") { |
- visibility = [ ":shell" ] |
- source = "MainView.xib" |
-} |
- |
bundle_data("shell_bundle_data") { |
visibility = [ ":shell" ] |
sources = [ |
@@ -66,7 +61,6 @@ source_set("shell") { |
] |
deps = [ |
- ":main_view_bundle_data", |
":shell_bundle_data", |
"//base", |
"//ios/net", |