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

Unified Diff: pylib/gyp/generator/xcode.py

Issue 11031005: Add "standalone_static_library" flag (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 3 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
« pylib/gyp/generator/make.py ('K') | « pylib/gyp/generator/scons.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pylib/gyp/generator/xcode.py
===================================================================
--- pylib/gyp/generator/xcode.py (revision 1508)
+++ pylib/gyp/generator/xcode.py (working copy)
@@ -684,6 +684,8 @@
}
type = spec['type']
+ if type == 'standalone_static_library':
+ type = 'static_library'
is_bundle = int(spec.get('mac_bundle', 0))
if type != 'none':
type_bundle_key = type
« pylib/gyp/generator/make.py ('K') | « pylib/gyp/generator/scons.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698