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

Unified Diff: build/config/ios/rules.gni

Issue 1948753002: [GN] Cleanup workaround in build/config/ios/rules.gni. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-gen-xcode
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index ebcd7748448cbedd36afe83d7124f70de3297ce2..0a939e7a31545782807681f3f6aa83a1ce8f4310 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -172,9 +172,6 @@ template("ios_app_bundle") {
bundle_resources_dir = bundle_root_dir
bundle_executable_dir = bundle_root_dir
bundle_plugins_dir = "$bundle_root_dir/Plugins"
- assert(
- product_type != "",
- "workaround to allow generation with version of gn that don't support product_type property for create_bundle target => remove once gn has rolled this change")
}
# TODO(crbug.com/297668):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698