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

Unified Diff: build/toolchain/nacl/BUILD.gn

Issue 1660053005: Add option cc_wrapper to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to cc_wrapper Created 4 years, 10 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/toolchain/linux/BUILD.gn ('k') | docs/ccache_mac.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/nacl/BUILD.gn
diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
index 3896e1964d4a55492ca41791acc66887282048f0..85342115e7fa76b18e2667d8a45b27d821d596d5 100644
--- a/build/toolchain/nacl/BUILD.gn
+++ b/build/toolchain/nacl/BUILD.gn
@@ -54,7 +54,7 @@ template("pnacl_toolchain") {
# When the compilers are run via goma or ccache rather than directly by
# GN/Ninja, the goma/ccache wrapper handles .bat files but gets confused
# by being given the scriptprefix.
- if (host_os == "win" && !use_goma && !use_ccache) {
+ if (host_os == "win" && !use_goma && cc_wrapper == "") {
compiler_scriptprefix = scriptprefix
} else {
compiler_scriptprefix = ""
« no previous file with comments | « build/toolchain/linux/BUILD.gn ('k') | docs/ccache_mac.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698