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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-mipsel-Debug-GN_Android.json

Issue 2333293004: Update gn_android_flavor for Vulkan. (Closed)
Patch Set: rebase Created 4 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "env": { 82 "env": {
83 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 83 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
84 }, 84 },
85 "name": "fetch-gn" 85 "name": "fetch-gn"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "gn", 89 "gn",
90 "gen", 90 "gen",
91 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_Android/Debug" , 91 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-mipsel-Debug-GN_Android/Debug" ,
92 "--args=is_debug=true ndk=\"[SLAVE_BUILD]/android_ndk_darwin\" target_cpu= \"mipsel\"" 92 "--args=ndk=\"[SLAVE_BUILD]/android_ndk_darwin\" target_cpu=\"mipsel\""
93 ], 93 ],
94 "cwd": "[CUSTOM_/_B_WORK]/skia", 94 "cwd": "[CUSTOM_/_B_WORK]/skia",
95 "env": { 95 "env": {
96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]" 96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]"
97 }, 97 },
98 "name": "gn gen" 98 "name": "gn gen"
99 }, 99 },
100 { 100 {
101 "cmd": [ 101 "cmd": [
102 "ninja", 102 "ninja",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 145 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
146 "@@@STEP_LOG_END@python.inline@@@" 146 "@@@STEP_LOG_END@python.inline@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "name": "$result", 150 "name": "$result",
151 "recipe_result": null, 151 "recipe_result": null,
152 "status_code": 0 152 "status_code": 0
153 } 153 }
154 ] 154 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698