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

Unified Diff: scripts/slave/recipe_modules/ios/example.expected/clobber.json

Issue 1145733003: ios: Allow bot configs to set extra env variables (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Provide a default self.__config['env'] Created 5 years, 7 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: scripts/slave/recipe_modules/ios/example.expected/clobber.json
diff --git a/scripts/slave/recipe_modules/ios/example.expected/clobber.json b/scripts/slave/recipe_modules/ios/example.expected/clobber.json
index b0fa27fb465b0730cf43179cd2ef16bc0a7b9893..eaf7cdc2e20a92522ad3495977169bf47055a60b 100644
--- a/scripts/slave/recipe_modules/ios/example.expected/clobber.json
+++ b/scripts/slave/recipe_modules/ios/example.expected/clobber.json
@@ -88,7 +88,7 @@
"cmd": [
"echo",
"-e",
- "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}"
+ "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\"\n}"
],
"cwd": "[SLAVE_BUILD]",
"name": "finalize build config"
« no previous file with comments | « scripts/slave/recipe_modules/ios/example.expected/basic.json ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698