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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_release__gn_.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 "Linux64 Release (GN)", 10 "Linux64 Release (GN)",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "--target", 71 "--target",
72 "Release", 72 "Release",
73 "--src-dir", 73 "--src-dir",
74 "[SLAVE_BUILD]/src", 74 "[SLAVE_BUILD]/src",
75 "--build-tool", 75 "--build-tool",
76 "ninja", 76 "ninja",
77 "--compiler", 77 "--compiler",
78 "goma", 78 "goma",
79 "--goma-dir", 79 "--goma-dir",
80 "[BUILD]/goma", 80 "[BUILD]/goma",
81 "--ninja-ensure-up-to-date",
81 "--", 82 "--",
82 "all" 83 "all"
83 ], 84 ],
84 "cwd": "[SLAVE_BUILD]", 85 "cwd": "[SLAVE_BUILD]",
85 "name": "compile" 86 "name": "compile"
86 }, 87 },
87 { 88 {
88 "cmd": [ 89 "cmd": [
89 "python", 90 "python",
90 "-u", 91 "-u",
91 "[BUILD]/scripts/slave/runtest.py", 92 "[BUILD]/scripts/slave/runtest.py",
92 "--target", 93 "--target",
93 "Release", 94 "Release",
94 "--no-xvfb", 95 "--no-xvfb",
95 "--factory-properties", 96 "--factory-properties",
96 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}", 97 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}",
97 "--build-properties", 98 "--build-properties",
98 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}", 99 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Linux64 Release (GN)\" , \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\" : \"12345\", \"slavename\": \"slavename\"}",
99 "--step-name=libyuv_unittest", 100 "--step-name=libyuv_unittest",
100 "--builder-name=Linux64 Release (GN)", 101 "--builder-name=Linux64 Release (GN)",
101 "--slave-name=slavename", 102 "--slave-name=slavename",
102 "libyuv_unittest" 103 "libyuv_unittest"
103 ], 104 ],
104 "cwd": "[SLAVE_BUILD]", 105 "cwd": "[SLAVE_BUILD]",
105 "name": "libyuv_unittest" 106 "name": "libyuv_unittest"
106 } 107 }
107 ] 108 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698