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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm_compile_analyze.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm_compile", 10 "linux_arm_compile",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 { 70 {
71 "cmd": [ 71 "cmd": [
72 "python", 72 "python",
73 "-u", 73 "-u",
74 "[DEPOT_TOOLS]/gclient.py", 74 "[DEPOT_TOOLS]/gclient.py",
75 "runhooks" 75 "runhooks"
76 ], 76 ],
77 "cwd": "[SLAVE_BUILD]", 77 "cwd": "[SLAVE_BUILD]",
78 "env": { 78 "env": {
79 "GYP_CROSSCOMPILE": "1", 79 "GYP_CROSSCOMPILE": "1",
80 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=prep are use_goma=1" 80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=arm test_isolation_mode=prepare use_goma=1"
81 }, 81 },
82 "name": "gclient runhooks (with patch)" 82 "name": "gclient runhooks (with patch)"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
88 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 88 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
89 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 89 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
90 "/path/to/tmp/json" 90 "/path/to/tmp/json"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "python", 165 "python",
166 "-u", 166 "-u",
167 "[SLAVE_BUILD]/src/build/gyp_chromium", 167 "[SLAVE_BUILD]/src/build/gyp_chromium",
168 "--analyzer", 168 "--analyzer",
169 "{\"files\": [\"foo.cc\"], \"targets\": []}", 169 "{\"files\": [\"foo.cc\"], \"targets\": []}",
170 "/path/to/tmp/json" 170 "/path/to/tmp/json"
171 ], 171 ],
172 "cwd": "[SLAVE_BUILD]", 172 "cwd": "[SLAVE_BUILD]",
173 "env": { 173 "env": {
174 "GYP_CROSSCOMPILE": "1", 174 "GYP_CROSSCOMPILE": "1",
175 "GYP_DEFINES": "arm_float_abi=hard component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm test_isolation_mode=prep are use_goma=1" 175 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=arm test_isolation_mode=prepare use_goma=1"
176 }, 176 },
177 "name": "analyze", 177 "name": "analyze",
178 "~followup_annotations": [ 178 "~followup_annotations": [
179 "@@@STEP_TEXT@No compile necessary@@@", 179 "@@@STEP_TEXT@No compile necessary@@@",
180 "@@@STEP_LOG_LINE@json.output@{@@@", 180 "@@@STEP_LOG_LINE@json.output@{@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", 181 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@",
182 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 182 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", 183 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
184 "@@@STEP_LOG_LINE@json.output@}@@@", 184 "@@@STEP_LOG_LINE@json.output@}@@@",
185 "@@@STEP_LOG_END@json.output@@@" 185 "@@@STEP_LOG_END@json.output@@@"
186 ] 186 ]
187 } 187 }
188 ] 188 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698