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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Build-Win-MSVC-x86-Debug-Exceptions.json

Issue 1237833003: Update slave scripts to set skia_arch_type but not skia_arch_width (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 4 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 "git.bat", 4 "git.bat",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]\\skia", 7 "cwd": "[SLAVE_BUILD]\\skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "python", 91 "python",
92 "make.py", 92 "make.py",
93 "most", 93 "most",
94 "BUILDTYPE=Debug" 94 "BUILDTYPE=Debug"
95 ], 95 ],
96 "cwd": "[SLAVE_BUILD]\\skia", 96 "cwd": "[SLAVE_BUILD]\\skia",
97 "env": { 97 "env": {
98 "CHROME_PATH": "/home/chrome-bot/src", 98 "CHROME_PATH": "/home/chrome-bot/src",
99 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_arch_width=32 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions =1 skia_win_ltcg=0", 99 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=0 skia_win_debuggers_path=c:/DbgHelp skia_win_exceptions=1 skia_win_ltcg=0" ,
100 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Build-Win-MSVC-x86-Debug-Exceptions " 100 "SKIA_OUT": "[SLAVE_BUILD]\\skia\\out\\Build-Win-MSVC-x86-Debug-Exceptions "
101 }, 101 },
102 "name": "build most" 102 "name": "build most"
103 } 103 }
104 ] 104 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698