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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_memcheck.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux Memcheck", 10 "Linux Memcheck",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "--target", 58 "--target",
59 "Release", 59 "Release",
60 "--src-dir", 60 "--src-dir",
61 "[SLAVE_BUILD]/src", 61 "[SLAVE_BUILD]/src",
62 "--build-tool", 62 "--build-tool",
63 "ninja", 63 "ninja",
64 "--compiler", 64 "--compiler",
65 "goma", 65 "goma",
66 "--goma-dir", 66 "--goma-dir",
67 "[BUILD]/goma", 67 "[BUILD]/goma",
68 "--ninja-ensure-up-to-date",
68 "--", 69 "--",
69 "All" 70 "All"
70 ], 71 ],
71 "cwd": "[SLAVE_BUILD]", 72 "cwd": "[SLAVE_BUILD]",
72 "name": "compile" 73 "name": "compile"
73 }, 74 },
74 { 75 {
75 "cmd": [ 76 "cmd": [
76 "python", 77 "python",
77 "-u", 78 "-u",
(...skipping 14 matching lines...) Expand all
92 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh", 93 "[SLAVE_BUILD]/src/tools/valgrind-libyuv/libyuv_tests.sh",
93 "--test", 94 "--test",
94 "libyuv_unittest", 95 "libyuv_unittest",
95 "--tool", 96 "--tool",
96 "memcheck" 97 "memcheck"
97 ], 98 ],
98 "cwd": "[SLAVE_BUILD]", 99 "cwd": "[SLAVE_BUILD]",
99 "name": "libyuv_unittest" 100 "name": "libyuv_unittest"
100 } 101 }
101 ] 102 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698