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

Unified Diff: build/config/compiler/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 | « no previous file | build/toolchain/cc_wrapper.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 619c1b9d127896bc515e20868f0106d0c6e8b197..0e20c017afdc13eccbe165f0922a4db7b38736d0 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/android/config.gni")
import("//build/config/chrome_build.gni")
import("//build/config/compiler/compiler.gni")
import("//build/config/nacl/config.gni")
-import("//build/toolchain/ccache.gni")
+import("//build/toolchain/cc_wrapper.gni")
if (current_cpu == "arm") {
import("//build/config/arm.gni")
@@ -88,7 +88,7 @@ if (gold_path == false) {
if (use_debug_fission == "default") {
use_debug_fission = is_debug && !is_win && use_gold &&
- linux_use_bundled_binutils && !use_ccache
+ linux_use_bundled_binutils && cc_wrapper == ""
}
# default_include_dirs ---------------------------------------------------------
« no previous file with comments | « no previous file | build/toolchain/cc_wrapper.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698