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

Unified Diff: scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-Mesa.json

Issue 1237833003: Update slave scripts to set skia_arch_type but not skia_arch_width (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 5 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/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-Mesa.json
diff --git a/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-Mesa.json b/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-Mesa.json
index d152a0d9e06dc01853bd595f7c48d41be90101cc..2436fc208c317a216c1d105589221f658f36815b 100644
--- a/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-Mesa.json
+++ b/scripts/slave/recipes/skia/skia.expected/Build-Ubuntu-GCC-x86_64-Release-Mesa.json
@@ -95,7 +95,7 @@
"cwd": "[SLAVE_BUILD]/skia",
"env": {
"CHROME_PATH": "/home/chrome-bot/src",
- "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_mesa=1 skia_warnings_as_errors=1",
+ "GYP_DEFINES": "skia_arch_type=x86_64 skia_mesa=1 skia_warnings_as_errors=1",
"SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-x86_64-Release-Mesa"
},
"name": "build most"

Powered by Google App Engine
This is Rietveld 408576698