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

Unified Diff: test/mac/sdkroot/test.gyp

Issue 10898022: mac ninja&make: Expose SDKROOT to the environment. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 4 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: test/mac/sdkroot/test.gyp
===================================================================
--- test/mac/sdkroot/test.gyp (revision 1485)
+++ test/mac/sdkroot/test.gyp (working copy)
@@ -10,6 +10,12 @@
'xcode_settings': {
'SDKROOT': 'macosx10.6',
},
+ 'postbuilds': [
+ {
+ 'postbuild_name': 'envtest',
+ 'action': [ './test_shorthand.sh', ],
+ },
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698