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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm_compile.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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 174 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
175 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@" , 175 "@@@STEP_LOG_LINE@analyze_details@ \"original_compile_targets\": [], @@@" ,
176 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@", 176 "@@@STEP_LOG_LINE@analyze_details@ \"original_exes\": [], @@@",
177 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 177 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
178 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@ ", 178 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.matching_exes\": []@@@ ",
179 "@@@STEP_LOG_LINE@analyze_details@}@@@", 179 "@@@STEP_LOG_LINE@analyze_details@}@@@",
180 "@@@STEP_LOG_END@analyze_details@@@" 180 "@@@STEP_LOG_END@analyze_details@@@"
181 ] 181 ]
182 } 182 }
183 ] 183 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698