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

Unified Diff: tools/buildbot_spec.json

Issue 1346833004: Test-...-Release-SK_FOO --> -DSK_FOO (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: undo Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/buildbot_spec.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/buildbot_spec.json
diff --git a/tools/buildbot_spec.json b/tools/buildbot_spec.json
index 4c25c106ef2387a54195074f6ddd0cedc4c86c00..65e26030b3035c82ea50b4f42aa8fc882dce6ed9 100644
--- a/tools/buildbot_spec.json
+++ b/tools/buildbot_spec.json
@@ -2910,7 +2910,8 @@
"do_perf_steps": false,
"do_test_steps": true,
"env": {
- "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 sknx_no_simd=1"
+ "CPPFLAGS": "-DSKNX_NO_SIMD",
+ "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0"
},
"nanobench_flags": [
"--scales",
« no previous file with comments | « no previous file | tools/buildbot_spec.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698