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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release__vs2012_.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 "Win64 Release (VS2012)", 10 "Win64 Release (VS2012)",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "--target", 59 "--target",
60 "Release_x64", 60 "Release_x64",
61 "--src-dir", 61 "--src-dir",
62 "[SLAVE_BUILD]\\src", 62 "[SLAVE_BUILD]\\src",
63 "--build-tool", 63 "--build-tool",
64 "ninja", 64 "ninja",
65 "--compiler", 65 "--compiler",
66 "goma", 66 "goma",
67 "--goma-dir", 67 "--goma-dir",
68 "[BUILD]\\goma", 68 "[BUILD]\\goma",
69 "--ninja-ensure-up-to-date",
69 "--", 70 "--",
70 "All" 71 "All"
71 ], 72 ],
72 "cwd": "[SLAVE_BUILD]", 73 "cwd": "[SLAVE_BUILD]",
73 "name": "compile" 74 "name": "compile"
74 }, 75 },
75 { 76 {
76 "cmd": [ 77 "cmd": [
77 "python", 78 "python",
78 "-u", 79 "-u",
79 "[BUILD]\\scripts\\slave\\runtest.py", 80 "[BUILD]\\scripts\\slave\\runtest.py",
80 "--target", 81 "--target",
81 "Release_x64", 82 "Release_x64",
82 "--factory-properties", 83 "--factory-properties",
83 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win64 Release (VS2012) \", \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision \": \"12345\", \"slavename\": \"slavename\"}", 84 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win64 Release (VS2012) \", \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision \": \"12345\", \"slavename\": \"slavename\"}",
84 "--build-properties", 85 "--build-properties",
85 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win64 Release (VS2012) \", \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision \": \"12345\", \"slavename\": \"slavename\"}", 86 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Win64 Release (VS2012) \", \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision \": \"12345\", \"slavename\": \"slavename\"}",
86 "--step-name=libyuv_unittest", 87 "--step-name=libyuv_unittest",
87 "--builder-name=Win64 Release (VS2012)", 88 "--builder-name=Win64 Release (VS2012)",
88 "--slave-name=slavename", 89 "--slave-name=slavename",
89 "libyuv_unittest.exe" 90 "libyuv_unittest.exe"
90 ], 91 ],
91 "cwd": "[SLAVE_BUILD]", 92 "cwd": "[SLAVE_BUILD]",
92 "name": "libyuv_unittest" 93 "name": "libyuv_unittest"
93 } 94 }
94 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698