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

Unified Diff: pylib/gyp/xcode_emulation.py

Issue 825453002: Convert plist and strings to binary for iOS. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Use subprocess.check_output Created 5 years, 9 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
Index: pylib/gyp/xcode_emulation.py
diff --git a/pylib/gyp/xcode_emulation.py b/pylib/gyp/xcode_emulation.py
index 16388c8e03c579653a0b952c28822d87c8e60880..bcce8e2d6d950b6d880e9ea492ea1a4e2268de8e 100644
--- a/pylib/gyp/xcode_emulation.py
+++ b/pylib/gyp/xcode_emulation.py
@@ -215,6 +215,10 @@ class XcodeSettings(object):
if test_key in self._Settings():
print 'Warning: Ignoring not yet implemented key "%s".' % test_key
+ def IsBinaryOutputFormat(self, configname):
+ return self.xcode_settings[configname].get('INFOPLIST_OUTPUT_FORMAT',
Mark Mentovai 2015/03/09 13:11:22 INFOPLIST_OUTPUT_FORMAT should be a textual name l
justincohen 2015/03/09 14:28:30 Corrected and added test.
+ self.isIOS)
+
def _IsBundle(self):
return int(self.spec.get('mac_bundle', 0)) != 0
« no previous file with comments | « pylib/gyp/mac_tool.py ('k') | test/ios/gyptest-app-ios.py » ('j') | test/ios/gyptest-app-ios.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698