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

Unified Diff: ios/chrome/app/resources/BUILD.gn

Issue 2564023002: Handle storyboards in GN. (Closed)
Patch Set: Add output_extension Created 4 years 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
Index: ios/chrome/app/resources/BUILD.gn
diff --git a/ios/chrome/app/resources/BUILD.gn b/ios/chrome/app/resources/BUILD.gn
index f89503e20146662c2911cd95338ec65a3d9789a8..90f39babb4fbdbc163f8ea2758edec0db6c5cf06 100644
--- a/ios/chrome/app/resources/BUILD.gn
+++ b/ios/chrome/app/resources/BUILD.gn
@@ -107,7 +107,7 @@ bundle_data("launchscreen_assets") {
]
}
-bundle_data_xib("launchscreen_xib") {
+bundle_data_ib_file("launchscreen_xib") {
source = "LaunchScreen.xib"
deps = [
ios_launchscreen_assets_target,

Powered by Google App Engine
This is Rietveld 408576698