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

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

Issue 2168873003: Query sdk-platform-path in build/config/mac/sdk_info.py. (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 | build/config/mac/sdk_info.py » ('j') | 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 eba6bef5cfa33595de92f157c91e8958679b1767..1740ecf2b4f790485c420b653023fae3dc4a492a 100644
--- a/build/config/ios/ios_sdk.gni
+++ b/build/config/ios/ios_sdk.gni
@@ -9,6 +9,7 @@ declare_args() {
ios_sdk_name = ""
ios_sdk_version = ""
ios_sdk_platform = ""
+ ios_sdk_platform_path = ""
xcode_version = ""
xcode_build = ""
machine_os_build = ""
@@ -75,6 +76,7 @@ if (ios_sdk_path == "") {
exec_script("//build/config/mac/sdk_info.py", [ ios_sdk_name ], "scope")
ios_sdk_path = _ios_sdk_result.sdk_path
ios_sdk_version = _ios_sdk_result.sdk_version
+ ios_sdk_platform_path = _ios_sdk_result.sdk_platform_path
ios_sdk_build = _ios_sdk_result.sdk_build
xcode_version = _ios_sdk_result.xcode_version
xcode_build = _ios_sdk_result.xcode_build
« no previous file with comments | « no previous file | build/config/mac/sdk_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698