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

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. 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 | « 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
This is Rietveld 408576698