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

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: License headers Created 7 years, 2 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
« no previous file with comments | « scripts/slave/recipes/v8.py ('k') | scripts/slave/unittests/recipe_configs_test.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'v8', 'url': 'http://v8.googlecode.com/svn/branches/bleeding_edge'}]"
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=arm" 46 "GYP_DEFINES": "v8_target_arch=mips"
47 }, 47 },
48 "name": "gclient runhooks" 48 "name": "gclient runhooks"
49 }, 49 },
50 { 50 {
51 "abort_on_failure": true, 51 "abort_on_failure": true,
52 "cmd": [ 52 "cmd": [
53 "python", 53 "python",
54 "-u", 54 "-u",
55 "[BUILD_ROOT]/scripts/slave/compile.py", 55 "[BUILD_ROOT]/scripts/slave/compile.py",
56 "--target", 56 "--target",
57 "Release", 57 "Release",
58 "--build-dir", 58 "--build-dir",
59 "[SLAVE_BUILD_ROOT]/v8", 59 "[SLAVE_BUILD_ROOT]/v8",
60 "--src-dir", 60 "--src-dir",
61 "[SLAVE_BUILD_ROOT]/v8", 61 "[SLAVE_BUILD_ROOT]/v8",
62 "--build-tool", 62 "--build-tool",
63 "make", 63 "make",
64 "--", 64 "--",
65 "buildbot" 65 "buildbot"
66 ], 66 ],
67 "name": "compile" 67 "name": "compile"
68 } 68 }
69 ] 69 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.py ('k') | scripts/slave/unittests/recipe_configs_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698