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

Side by Side Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json

Issue 1917953002: Skia: Supply --gcc to android_ninja when appropriate (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Build-Ubuntu-GCC-Arm7-Release-Android" 8 "Build-Ubuntu-GCC-Arm7-Release-Android"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 74 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
75 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", 75 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@",
76 "@@@STEP_LOG_END@python.inline@@@" 76 "@@@STEP_LOG_END@python.inline@@@"
77 ] 77 ]
78 }, 78 },
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", 81 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
82 "dm", 82 "dm",
83 "-d", 83 "-d",
84 "arm_v7_neon" 84 "arm_v7_neon",
85 "--gcc"
85 ], 86 ],
86 "cwd": "[SLAVE_BUILD]/skia", 87 "cwd": "[SLAVE_BUILD]/skia",
87 "env": { 88 "env": {
88 "ANDROID_HOME": "/b/android-sdk-linux", 89 "ANDROID_HOME": "/b/android-sdk-linux",
89 "ANDROID_SDK_ROOT": "/b/android-sdk-linux", 90 "ANDROID_SDK_ROOT": "/b/android-sdk-linux",
90 "BUILDTYPE": "Release", 91 "BUILDTYPE": "Release",
91 "CHROME_HEADLESS": "1", 92 "CHROME_HEADLESS": "1",
92 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", 93 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
93 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 94 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
94 "SKIA_ANDROID_VERBOSE_SETUP": "1", 95 "SKIA_ANDROID_VERBOSE_SETUP": "1",
95 "SKIA_OUT": "[SLAVE_BUILD]/out" 96 "SKIA_OUT": "[SLAVE_BUILD]/out"
96 }, 97 },
97 "name": "build dm" 98 "name": "build dm"
98 }, 99 },
99 { 100 {
100 "cmd": [ 101 "cmd": [
101 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja", 102 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
102 "nanobench", 103 "nanobench",
103 "-d", 104 "-d",
104 "arm_v7_neon" 105 "arm_v7_neon",
106 "--gcc"
105 ], 107 ],
106 "cwd": "[SLAVE_BUILD]/skia", 108 "cwd": "[SLAVE_BUILD]/skia",
107 "env": { 109 "env": {
108 "ANDROID_HOME": "/b/android-sdk-linux", 110 "ANDROID_HOME": "/b/android-sdk-linux",
109 "ANDROID_SDK_ROOT": "/b/android-sdk-linux", 111 "ANDROID_SDK_ROOT": "/b/android-sdk-linux",
110 "BUILDTYPE": "Release", 112 "BUILDTYPE": "Release",
111 "CHROME_HEADLESS": "1", 113 "CHROME_HEADLESS": "1",
112 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", 114 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
113 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", 115 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
114 "SKIA_ANDROID_VERBOSE_SETUP": "1", 116 "SKIA_ANDROID_VERBOSE_SETUP": "1",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@", 152 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst)@@@",
151 "@@@STEP_LOG_END@python.inline@@@" 153 "@@@STEP_LOG_END@python.inline@@@"
152 ] 154 ]
153 }, 155 },
154 { 156 {
155 "name": "$result", 157 "name": "$result",
156 "recipe_result": null, 158 "recipe_result": null,
157 "status_code": 0 159 "status_code": 0
158 } 160 }
159 ] 161 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698