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

Unified Diff: docs/ccache_mac.md

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/nacl/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/ccache_mac.md
diff --git a/docs/ccache_mac.md b/docs/ccache_mac.md
index 09f5e2ad37265ed68add564c75cbb78d5523437d..cd5492d502265e0f7fffec53b6e330f438a4393a 100644
--- a/docs/ccache_mac.md
+++ b/docs/ccache_mac.md
@@ -70,7 +70,7 @@ you can also use the absolute path here.)
You just need to set the use\_ccache variable. Do so like the following:
```shell
-gn gen out-gn --args='use_ccache=true'
+gn gen out-gn --args='cc_wrapper="ccache"'
```
## Build
« no previous file with comments | « build/toolchain/nacl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698