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

Unified Diff: test/symlinks/hello.gyp

Issue 1236933002: Make RelativePath use abspath rather than realpath for the 'path' variable. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Update test to actually run gyp. Confirmed test fails using realpath() but passes using abspath(). 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
« test/symlinks/gyptest-symlinks.py ('K') | « test/symlinks/hello.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/symlinks/hello.gyp
diff --git a/test/hello/hello.gyp b/test/symlinks/hello.gyp
similarity index 79%
copy from test/hello/hello.gyp
copy to test/symlinks/hello.gyp
index 1974d51ccd1934cfc0841f26e7118448b2fb1c98..07a98d0e24c7d970a0b1f6e646e72537be01d64b 100644
--- a/test/hello/hello.gyp
+++ b/test/symlinks/hello.gyp
@@ -5,10 +5,10 @@
{
'targets': [
{
- 'target_name': 'hello',
+ 'target_name': 'symlink_hello',
'type': 'executable',
'sources': [
- 'hello.c',
+ 'symlink_hello.c',
],
},
],
« test/symlinks/gyptest-symlinks.py ('K') | « test/symlinks/hello.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698