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

Unified Diff: test/mac/gyptest-sdkroot.py

Issue 23781011: ninja/mac: Insert a few synthesized Info.plist entries. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 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
« no previous file with comments | « test/mac/gyptest-app.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-sdkroot.py
===================================================================
--- test/mac/gyptest-sdkroot.py (revision 1733)
+++ test/mac/gyptest-sdkroot.py (working copy)
@@ -18,7 +18,7 @@
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
# Make sure this works on the bots, which only have the 10.6 sdk, and on
- # dev machines, who usually don't have the 10.6 sdk.
+ # dev machines, which usually don't have the 10.6 sdk.
sdk = '10.6'
DEVNULL = open(os.devnull, 'wb')
proc = subprocess.Popen(['xcodebuild', '-version', '-sdk', 'macosx' + sdk],
« no previous file with comments | « test/mac/gyptest-app.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698