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

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

Issue 1308403004: Fix typo in gn ccache support for linux:x86 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/linux/BUILD.gn
diff --git a/build/toolchain/linux/BUILD.gn b/build/toolchain/linux/BUILD.gn
index 15ad5bdea8c6beb5d8bbe456379bc33185f73dd5..9145284187c94d41ce64e26908a957c2e50431e6 100644
--- a/build/toolchain/linux/BUILD.gn
+++ b/build/toolchain/linux/BUILD.gn
@@ -53,7 +53,7 @@ gcc_toolchain("clang_x86") {
gcc_toolchain("x86") {
cc = "${compiler_prefix}gcc"
- cxx = "$compiler_prefix}g++"
+ cxx = "${compiler_prefix}g++"
readelf = "readelf"
nm = "nm"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698