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

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

Issue 699083004: Set ZERO_AR_DATE=1 when running libtool. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Remove the assert as it triggers with gyptest-product Created 6 years, 1 month 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
diff --git a/test/analyzer/subdir/subdir2/subdir2.gyp b/test/mac/libtool-zero/test.gyp
similarity index 80%
copy from test/analyzer/subdir/subdir2/subdir2.gyp
copy to test/mac/libtool-zero/test.gyp
index e5aaa92b18c6b4e92eca3981a6a19350dc024d39..2f2c3f1c23cd53397a3396207505ef6ba3f7e9cc 100644
--- a/test/analyzer/subdir/subdir2/subdir2.gyp
+++ b/test/mac/libtool-zero/test.gyp
@@ -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