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

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

Issue 2150433003: Initialize use_ios_simulator from current_cpu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/ios_sdk.gni
diff --git a/build/config/ios/ios_sdk.gni b/build/config/ios/ios_sdk.gni
index e3abd7bc0f1a69aa8ff0787ae4bb4daf867b508b..eba6bef5cfa33595de92f157c91e8958679b1767 100644
--- a/build/config/ios/ios_sdk.gni
+++ b/build/config/ios/ios_sdk.gni
@@ -13,7 +13,7 @@ declare_args() {
xcode_build = ""
machine_os_build = ""
- use_ios_simulator = target_cpu == "x86" || target_cpu == "x64"
+ use_ios_simulator = current_cpu == "x86" || current_cpu == "x64"
# Version of iOS that we're targeting.
ios_deployment_target = "9.0"
« 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