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

Unified Diff: tools/gn/secondary/build/toolchain/mac/BUILD.gn

Issue 23606031: GN: Use build directory for CD for scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « tools/gn/secondary/build/config/compiler/BUILD.gn ('k') | tools/gn/secondary/chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/build/toolchain/mac/BUILD.gn
diff --git a/tools/gn/secondary/build/toolchain/mac/BUILD.gn b/tools/gn/secondary/build/toolchain/mac/BUILD.gn
index 244ee420b97a272985a615680825aef95f659f67..ee2a899c227874d75a4e2b7bde9134ae716b332d 100644
--- a/tools/gn/secondary/build/toolchain/mac/BUILD.gn
+++ b/tools/gn/secondary/build/toolchain/mac/BUILD.gn
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-cc = "$relative_build_to_source_root_dir/third_party/llvm-build/Release+Asserts/bin/clang"
-cxx = "$relative_build_to_source_root_dir/third_party/llvm-build/Release+Asserts/bin/clang++"
+cc = to_build_path("//third_party/llvm-build/Release+Asserts/bin/clang")
+cxx = to_build_path("//third_party/llvm-build/Release+Asserts/bin/clang++")
ld = cxx
toolchain("clang") {
« no previous file with comments | « tools/gn/secondary/build/config/compiler/BUILD.gn ('k') | tools/gn/secondary/chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698