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

Unified Diff: build/config/mac/BUILD.gn

Issue 2183053006: Add mac hermetic support to build/config/mac/sdk_info.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrap ios toolchain in is_ios block 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') | build/toolchain/mac/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/BUILD.gn
diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn
index 958dea9c4d1a5ca93cc00cd44fc82a42e683b7dd..1e60f22e613952f09038f2589f7095e3eddd3d74 100644
--- a/build/config/mac/BUILD.gn
+++ b/build/config/mac/BUILD.gn
@@ -3,7 +3,9 @@
# found in the LICENSE file.
import("//build/config/sysroot.gni")
-import("//build/config/ios/ios_sdk.gni")
+if (is_ios) {
+ import("//build/config/ios/ios_sdk.gni")
+}
import("//build/config/mac/mac_sdk.gni")
import("//build/config/mac/symbols.gni")
« no previous file with comments | « no previous file | build/config/mac/sdk_info.py » ('j') | build/toolchain/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698