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

Unified 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, 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json
diff --git a/scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json b/scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json
index a378636d17dd77a640428f41dd82588d7088fdc1..ed79f74591c78344a07114618d27cd0b8467e557 100644
--- a/scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json
+++ b/scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android.json
@@ -81,7 +81,8 @@
"[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
"dm",
"-d",
- "arm_v7_neon"
+ "arm_v7_neon",
+ "--gcc"
],
"cwd": "[SLAVE_BUILD]/skia",
"env": {
@@ -101,7 +102,8 @@
"[SLAVE_BUILD]/skia/platform_tools/android/bin/android_ninja",
"nanobench",
"-d",
- "arm_v7_neon"
+ "arm_v7_neon",
+ "--gcc"
],
"cwd": "[SLAVE_BUILD]/skia",
"env": {
« 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