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

Unified Diff: third_party/libc++/libc++.gyp

Issue 1934993003: Use <(DEPTH) instead of fixed relative path to avoid issues Base URL: https://chromium.googlesource.com/chromium/buildtools.git@master
Patch Set: update Created 4 years, 8 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: third_party/libc++/libc++.gyp
diff --git a/third_party/libc++/libc++.gyp b/third_party/libc++/libc++.gyp
index 9bb3eeaf4b35e9e3bf5ae04165b69d342e255bf0..a67b9e4ff0684ebfba48c73c9930781103529919 100644
--- a/third_party/libc++/libc++.gyp
+++ b/third_party/libc++/libc++.gyp
@@ -4,7 +4,7 @@
{
'variables': {
- 'libcxx_root': '../../buildtools/third_party/libc++',
+ 'libcxx_root': '<(DEPTH)/buildtools/third_party/libc++',
},
'targets': [
{
« 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