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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Build-Mac10.8-Clang-Arm7-Debug-Android.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", 4 "git",
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "most", 87 "most",
88 "-d", 88 "-d",
89 "arm_v7_neon", 89 "arm_v7_neon",
90 "--clang" 90 "--clang"
91 ], 91 ],
92 "cwd": "[SLAVE_BUILD]/skia", 92 "cwd": "[SLAVE_BUILD]/skia",
93 "env": { 93 "env": {
94 "ANDROID_HOME": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk", 94 "ANDROID_HOME": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk",
95 "ANDROID_SDK_ROOT": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk" , 95 "ANDROID_SDK_ROOT": "/Users/chrome-bot/adt-bundle-mac-x86_64-20140702/sdk" ,
96 "BUILDTYPE": "Debug", 96 "BUILDTYPE": "Debug",
97 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_clang_build=1 s kia_warnings_as_errors=0", 97 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err ors=0",
98 "SKIA_ANDROID_VERBOSE_SETUP": "1", 98 "SKIA_ANDROID_VERBOSE_SETUP": "1",
99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android " 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Mac10.8-Clang-Arm7-Debug-Android "
100 }, 100 },
101 "name": "build most" 101 "name": "build most"
102 } 102 }
103 ] 103 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698