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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac32_debug.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 "Mac32 Debug", 10 "Mac32 Debug",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "--target", 78 "--target",
79 "Debug", 79 "Debug",
80 "--src-dir", 80 "--src-dir",
81 "[SLAVE_BUILD]/src", 81 "[SLAVE_BUILD]/src",
82 "--build-tool", 82 "--build-tool",
83 "ninja", 83 "ninja",
84 "--compiler", 84 "--compiler",
85 "goma-clang", 85 "goma-clang",
86 "--goma-dir", 86 "--goma-dir",
87 "[BUILD]/goma", 87 "[BUILD]/goma",
88 "--ninja-ensure-up-to-date",
88 "--", 89 "--",
89 "All" 90 "All"
90 ], 91 ],
91 "cwd": "[SLAVE_BUILD]", 92 "cwd": "[SLAVE_BUILD]",
92 "name": "compile" 93 "name": "compile"
93 }, 94 },
94 { 95 {
95 "cmd": [ 96 "cmd": [
96 "python", 97 "python",
97 "-u", 98 "-u",
98 "[BUILD]/scripts/slave/runtest.py", 99 "[BUILD]/scripts/slave/runtest.py",
99 "--target", 100 "--target",
100 "Debug", 101 "Debug",
101 "--factory-properties", 102 "--factory-properties",
102 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac32 Debug\", \"mastern ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\" , \"slavename\": \"slavename\"}", 103 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac32 Debug\", \"mastern ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\" , \"slavename\": \"slavename\"}",
103 "--build-properties", 104 "--build-properties",
104 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac32 Debug\", \"mastern ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\" , \"slavename\": \"slavename\"}", 105 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac32 Debug\", \"mastern ame\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345\" , \"slavename\": \"slavename\"}",
105 "--step-name=libyuv_unittest", 106 "--step-name=libyuv_unittest",
106 "--builder-name=Mac32 Debug", 107 "--builder-name=Mac32 Debug",
107 "--slave-name=slavename", 108 "--slave-name=slavename",
108 "libyuv_unittest" 109 "libyuv_unittest"
109 ], 110 ],
110 "cwd": "[SLAVE_BUILD]", 111 "cwd": "[SLAVE_BUILD]",
111 "name": "libyuv_unittest" 112 "name": "libyuv_unittest"
112 } 113 }
113 ] 114 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698