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

Side by Side Diff: scripts/slave/recipes/v8.expected/mips_target.json

Issue 23889036: Refactor the way that TestApi works so that it is actually useful. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Yeeeeaaaahhhhhh! Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS_ROOT]/gclient.py", 6 "[DEPOT_TOOLS_ROOT]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\ndeps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'safe sync_url': None, 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]\ ntarget_os = []\ntarget_os_only = False" 9 "cache_dir = None\ndeps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'safe sync_url': None, 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]\ ntarget_os = []\ntarget_os_only = False"
10 ], 10 ],
(...skipping 25 matching lines...) Expand all
36 "name": "gclient sync" 36 "name": "gclient sync"
37 }, 37 },
38 { 38 {
39 "cmd": [ 39 "cmd": [
40 "python", 40 "python",
41 "-u", 41 "-u",
42 "[DEPOT_TOOLS_ROOT]/gclient.py", 42 "[DEPOT_TOOLS_ROOT]/gclient.py",
43 "runhooks" 43 "runhooks"
44 ], 44 ],
45 "env": { 45 "env": {
46 "GYP_DEFINES": "v8_target_arch=ia32", 46 "GYP_DEFINES": "v8_target_arch=mips",
47 "GYP_GENERATORS": "", 47 "GYP_GENERATORS": "",
48 "GYP_GENERATOR_FLAGS": "", 48 "GYP_GENERATOR_FLAGS": "",
49 "GYP_MSVS_VERSION": null 49 "GYP_MSVS_VERSION": null
50 }, 50 },
51 "name": "gclient runhooks" 51 "name": "gclient runhooks"
52 }, 52 },
53 { 53 {
54 "cmd": [ 54 "cmd": [
55 "python", 55 "python",
56 "-u", 56 "-u",
57 "[BUILD_ROOT]/scripts/slave/compile.py", 57 "[BUILD_ROOT]/scripts/slave/compile.py",
58 "--target", 58 "--target",
59 "Debug", 59 "Debug",
60 "--build-dir", 60 "--build-dir",
61 "[SLAVE_BUILD_ROOT]/v8", 61 "[SLAVE_BUILD_ROOT]/v8",
62 "--src-dir", 62 "--src-dir",
63 "[SLAVE_BUILD_ROOT]/v8", 63 "[SLAVE_BUILD_ROOT]/v8",
64 "--build-tool", 64 "--build-tool",
65 "make", 65 "make",
66 "--", 66 "--",
67 "buildbot" 67 "buildbot"
68 ], 68 ],
69 "name": "compile" 69 "name": "compile"
70 } 70 }
71 ] 71 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698