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

Unified Diff: src/trusted/service_runtime/BUILD.gn

Issue 2393473002: Plumb use_system_xcode through native client. (Closed)
Patch Set: Remove print statement. 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 | « no previous file | src/trusted/service_runtime/osx/run_mig.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/BUILD.gn
diff --git a/src/trusted/service_runtime/BUILD.gn b/src/trusted/service_runtime/BUILD.gn
index 268ca8940de3b5f7645b43f2a831b2328912ae1c..7fc9511131e20912405d484a149103708a818eba 100644
--- a/src/trusted/service_runtime/BUILD.gn
+++ b/src/trusted/service_runtime/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/toolchain/toolchain.gni")
import("//native_client/src/trusted/asm.gni")
source_set("sel_main") {
@@ -326,6 +327,9 @@ if (current_os == "mac") {
]
args = rebase_path(sources, root_build_dir) +
rebase_path(outputs, root_build_dir)
+ if (!use_system_xcode) {
+ args += [ hermetic_xcode_path]
bradnelson 2016/10/13 20:58:22 spacing on the right is funny.
erikchen 2016/10/13 21:11:40 Done.
+ }
}
}
« no previous file with comments | « no previous file | src/trusted/service_runtime/osx/run_mig.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698