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

Unified Diff: test/mac/archs/test-archs-multiarch.gyp

Issue 157583011: Fix generation for ninja of multiarch executable targets (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 | « pylib/gyp/generator/ninja.py ('k') | test/mac/gyptest-archs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/archs/test-archs-multiarch.gyp
diff --git a/test/mac/archs/test-archs-multiarch.gyp b/test/mac/archs/test-archs-multiarch.gyp
index a187ca5c3579fd7af475cd473cace3da6e043bee..f3f25dfca60287525b9addfaf5a9ad315649eb5a 100644
--- a/test/mac/archs/test-archs-multiarch.gyp
+++ b/test/mac/archs/test-archs-multiarch.gyp
@@ -56,5 +56,17 @@
'GCC_PRECOMPILE_PREFIX_HEADER': 'YES',
},
},
+ # This does not compile but should not cause generation errors.
+ {
+ 'target_name': 'exe_32_64_no_sources',
+ 'type': 'executable',
+ 'dependencies': [
+ ':static_32_64',
Nico 2014/02/17 21:41:12 (No leading ':' on local targets.)
+ ],
+ 'sources': [],
+ 'xcode_settings': {
+ 'ARCHS': ['i386', 'x86_64'],
+ },
+ },
]
}
« no previous file with comments | « pylib/gyp/generator/ninja.py ('k') | test/mac/gyptest-archs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698