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

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

Issue 2363953004: Ensure the sanitizer runtime library is copied to app bundle if enabled. (Closed)
Patch Set: Address reviewers comments. Created 4 years, 3 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 | « build/config/ios/codesign.py ('k') | build/config/sanitizers/BUILD.gn » ('j') | 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 8d1c16283e052af488e5e086b800b59f72c51502..93565f065b2b5a92626395dac3ce8fc640bebb48 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -223,7 +223,7 @@ template("create_signed_bundle") {
code_signing_outputs +=
[ "$_bundle_root_dir/_CodeSignature/CodeResources" ]
}
- if (ios_code_signing_identity != "" && ios_sdk_name != "iphonesimulator") {
+ if (ios_code_signing_identity != "" && !use_ios_simulator) {
code_signing_outputs += [ "$_bundle_root_dir/embedded.mobileprovision" ]
}
« no previous file with comments | « build/config/ios/codesign.py ('k') | build/config/sanitizers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698