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

Unified Diff: build/toolchain/toolchain.gni

Issue 2401573005: Clean up some GN/hermetic build changes. (Closed)
Patch Set: More fixes. Created 4 years, 2 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/mac/xcrun.py ('k') | chrome/tools/build/mac/run_verify_order.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/toolchain.gni
diff --git a/build/toolchain/toolchain.gni b/build/toolchain/toolchain.gni
index dab5b77c7c9f8d6ef820acdadbce9ad71f6d222b..678b91ac84ff75045bd768ceed0b47885d9b7064 100644
--- a/build/toolchain/toolchain.gni
+++ b/build/toolchain/toolchain.gni
@@ -47,13 +47,13 @@ declare_args() {
# obtained with gclient sync after setting the environment variable
# FORCE_MAC_TOOLCHAIN].
use_system_xcode = true
-
- # The path to the hermetic install of Xcode. Only relevant when
- # use_system_xcode = false.
- hermetic_xcode_path =
- rebase_path("//build/mac_files/Xcode.app", "", root_build_dir)
}
+# The path to the hermetic install of Xcode. Only relevant when
+# use_system_xcode = false.
+hermetic_xcode_path =
+ rebase_path("//build/mac_files/Xcode.app", "", root_build_dir)
+
declare_args() {
if (is_clang) {
# Clang compiler version. Clang files are placed at version-dependent paths.
« no previous file with comments | « build/config/mac/xcrun.py ('k') | chrome/tools/build/mac/run_verify_order.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698