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

Side by Side Diff: test/mac/archs/test-no-archs.gyp

Issue 9382044: mac: Support ARCHS with zero or one element in the make and ninja generators. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'targets': [
3 {
4 'target_name': 'lib',
5 'product_name': 'Test',
6 'type': 'static_library',
7 'sources': [ 'my_file.cc' ],
8 },
9 {
10 'target_name': 'exe',
11 'product_name': 'Test',
12 'type': 'executable',
13 'dependencies': [ 'lib' ],
14 'sources': [ 'my_main_file.cc' ],
15 },
16 ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698