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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Arm___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
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 - builder", 10 "V8 Arm - 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_target_arch=arm", 63 "GYP_DEFINES": "target_arch=arm 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "parent_got_revision_cp": "refs/heads/master@{#50110}", 126 "parent_got_revision_cp": "refs/heads/master@{#50110}",
127 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" 127 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
128 } 128 }
129 } 129 }
130 ], 130 ],
131 "~followup_annotations": [ 131 "~followup_annotations": [
132 "@@@STEP_TEXT@V8 Arm@@@" 132 "@@@STEP_TEXT@V8 Arm@@@"
133 ] 133 ]
134 } 134 }
135 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698