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

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

Issue 1141643004: Remove arm_float_abi=hard from GYP_DEFINES (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 7 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.expected/full_client_v8_V8_Arm___builder.json ('k') | no next file » | 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Arm - debug builder", 10 "V8 Arm - debug builder",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "cmd": [ 53 "cmd": [
54 "python", 54 "python",
55 "-u", 55 "-u",
56 "[DEPOT_TOOLS]/gclient.py", 56 "[DEPOT_TOOLS]/gclient.py",
57 "runhooks" 57 "runhooks"
58 ], 58 ],
59 "cwd": "[SLAVE_BUILD]", 59 "cwd": "[SLAVE_BUILD]",
60 "env": { 60 "env": {
61 "CXX": "/usr/bin/arm-linux-gnueabihf-g++", 61 "CXX": "/usr/bin/arm-linux-gnueabihf-g++",
62 "GYP_CROSSCOMPILE": "1", 62 "GYP_CROSSCOMPILE": "1",
63 "GYP_DEFINES": "arm_float_abi=hard target_arch=arm v8_enable_slow_dchecks= 1 v8_optimized_debug=1 v8_target_arch=arm", 63 "GYP_DEFINES": "target_arch=arm v8_enable_slow_dchecks=1 v8_optimized_debu g=1 v8_target_arch=arm",
64 "LINK": "/usr/bin/arm-linux-gnueabihf-g++" 64 "LINK": "/usr/bin/arm-linux-gnueabihf-g++"
65 }, 65 },
66 "name": "gclient runhooks" 66 "name": "gclient runhooks"
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "[BUILD]/scripts/slave/cleanup_temp.py" 72 "[BUILD]/scripts/slave/cleanup_temp.py"
73 ], 73 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "parent_got_revision_cp": "refs/heads/master@{#50110}", 142 "parent_got_revision_cp": "refs/heads/master@{#50110}",
143 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" 143 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
144 } 144 }
145 } 145 }
146 ], 146 ],
147 "~followup_annotations": [ 147 "~followup_annotations": [
148 "@@@STEP_TEXT@V8 Arm - debug - 1<br />V8 Arm - debug - 2<br />V8 Arm GC St ress@@@" 148 "@@@STEP_TEXT@V8 Arm - debug - 1<br />V8 Arm - debug - 2<br />V8 Arm GC St ress@@@"
149 ] 149 ]
150 } 150 }
151 ] 151 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698