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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/buildbot_spec.py » ('j') | 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 "Build-Mac10.8-Clang-Arm7-Debug-Android": { 2 "Build-Mac10.8-Clang-Arm7-Debug-Android": {
3 "build_targets": [ 3 "build_targets": [
4 "most" 4 "most"
5 ], 5 ],
6 "builder_cfg": { 6 "builder_cfg": {
7 "compiler": "Clang", 7 "compiler": "Clang",
8 "configuration": "Debug", 8 "configuration": "Debug",
9 "extra_config": "Android", 9 "extra_config": "Android",
10 "is_trybot": false, 10 "is_trybot": false,
(...skipping 2892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 "_", 2903 "_",
2904 "interlaced2.png", 2904 "interlaced2.png",
2905 "_", 2905 "_",
2906 "image", 2906 "image",
2907 "_", 2907 "_",
2908 "interlaced3.png" 2908 "interlaced3.png"
2909 ], 2909 ],
2910 "do_perf_steps": false, 2910 "do_perf_steps": false,
2911 "do_test_steps": true, 2911 "do_test_steps": true,
2912 "env": { 2912 "env": {
2913 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 sknx_no_simd=1" 2913 "CPPFLAGS": "-DSKNX_NO_SIMD",
2914 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 "
2914 }, 2915 },
2915 "nanobench_flags": [ 2916 "nanobench_flags": [
2916 "--scales", 2917 "--scales",
2917 "1.0", 2918 "1.0",
2918 "1.1", 2919 "1.1",
2919 "--config", 2920 "--config",
2920 "565", 2921 "565",
2921 "8888", 2922 "8888",
2922 "gpu", 2923 "gpu",
2923 "nonrendering", 2924 "nonrendering",
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 "~blurroundrect", 3886 "~blurroundrect",
3886 "~patch_grid", 3887 "~patch_grid",
3887 "~desk_carsvg", 3888 "~desk_carsvg",
3888 "~keymobi", 3889 "~keymobi",
3889 "~path_hairline" 3890 "~path_hairline"
3890 ], 3891 ],
3891 "upload_dm_results": true, 3892 "upload_dm_results": true,
3892 "upload_perf_results": false 3893 "upload_perf_results": false
3893 } 3894 }
3894 } 3895 }
OLDNEW
« 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