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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/has_ccache_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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an droid']" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['an droid']"
10 ], 10 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "most", 53 "most",
54 "-d", 54 "-d",
55 "arm_v7_neon" 55 "arm_v7_neon"
56 ], 56 ],
57 "cwd": "[SLAVE_BUILD]/skia", 57 "cwd": "[SLAVE_BUILD]/skia",
58 "env": { 58 "env": {
59 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux", 59 "ANDROID_HOME": "/home/chrome-bot/android-sdk-linux",
60 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", 60 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache",
61 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", 61 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux",
62 "BUILDTYPE": "Debug", 62 "BUILDTYPE": "Debug",
63 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err ors=1", 63 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
64 "SKIA_ANDROID_VERBOSE_SETUP": "1", 64 "SKIA_ANDROID_VERBOSE_SETUP": "1",
65 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android" 65 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android"
66 }, 66 },
67 "name": "build most" 67 "name": "build most"
68 } 68 }
69 ] 69 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698