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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 8 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/basic.json
diff --git a/scripts/slave/recipe_modules/ios/example.expected/basic.json b/scripts/slave/recipe_modules/ios/example.expected/basic.json
index 7338487d5cc9d82583b8f70732243e53a01af567..882b6c17f9a44948bddf9571b4d2be23960271a1 100644
--- a/scripts/slave/recipe_modules/ios/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/ios/example.expected/basic.json
@@ -25,7 +25,6 @@
"--force",
"--output_manifest"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -105,7 +104,6 @@
"[SLAVE_BUILD]/src/ios/build/bots/chromium.fake/ios.json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
"name": "read build config",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -148,7 +146,6 @@
"[SLAVE_BUILD]/src/ios/build/bots/tests/fake include.json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD]",
"name": "include fake include.json",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -170,7 +167,6 @@
"-e",
"{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"static_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\", \n \"tests\": [\n {\n \"app\": \"fake test 1\", \n \"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n \"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake test 2\", \n \"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n \"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"6.1.1\"\n}"
],
- "cwd": "[SLAVE_BUILD]",
"name": "finalize build config"
},
{
@@ -181,7 +177,6 @@
"--version",
"6.1.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "find xcode",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{}@@@",
@@ -195,7 +190,6 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "component=static_library OS=ios",
"GYP_GENERATORS": "xcode",
@@ -235,7 +229,6 @@
"--version",
"8.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fake test 1 (fake device 1 iOS 8.1)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -270,7 +263,6 @@
"--version",
"8.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fake included test 1 (fake device 1 iOS 8.1)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -305,7 +297,6 @@
"--version",
"8.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fake included test 2 (fake device 1 iOS 8.1)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -340,7 +331,6 @@
"--version",
"7.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fake test 2 (fake device 2 iOS 7.1)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -375,7 +365,6 @@
"--version",
"7.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fake included test 1 (fake device 2 iOS 7.1)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
@@ -410,7 +399,6 @@
"--version",
"7.1"
],
- "cwd": "[SLAVE_BUILD]",
"name": "fake included test 2 (fake device 2 iOS 7.1)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",

Powered by Google App Engine
This is Rietveld 408576698