Chromium Code Reviews

Unified Diff: test/mac/libtool-zero/test.gyp

Issue 791993005: Set ZERO_AR_DATE=1 when running libtool. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/mac/libtool-zero/mylib.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/libtool-zero/test.gyp
===================================================================
--- test/mac/libtool-zero/test.gyp (working copy)
+++ test/mac/libtool-zero/test.gyp (working copy)
@@ -5,10 +5,10 @@
{
'targets': [
{
- 'target_name': 'subdir2',
+ 'target_name': 'mylib',
'type': 'static_library',
'sources': [
- '../subdir_source.h',
+ 'mylib.c',
],
},
],
« no previous file with comments | « test/mac/libtool-zero/mylib.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine