Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Unified Diff: ios/web/shell/BUILD.gn

Issue 2080123003: Remove ios web shell MainView.xib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/ios_web_shell_exe.gypi ('k') | ios/web/shell/MainView.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ios/web/ios_web_shell_exe.gypi ('k') | ios/web/shell/MainView.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698