| OLD | NEW |
| 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 "android_dbg_tests_recipe", | 10 "android_dbg_tests_recipe", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "cwd": "[SLAVE_BUILD]/src", | 130 "cwd": "[SLAVE_BUILD]/src", |
| 131 "name": "git diff to analyze patch", | 131 "name": "git diff to analyze patch", |
| 132 "stdout": "/path/to/tmp/" | 132 "stdout": "/path/to/tmp/" |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 "cmd": [ | 135 "cmd": [ |
| 136 "python", | 136 "python", |
| 137 "-u", | 137 "-u", |
| 138 "[SLAVE_BUILD]/src/build/gyp_chromium", | 138 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 139 "--analyzer", | 139 "--analyzer", |
| 140 "{\"files\": [\"foo.cc\"], \"targets\": [\"mojo_test_apk\", \"android_webv
iew_test_apk\", \"chrome_shell_test_apk\", \"content_shell_test_apk\", \"base_un
ittests\", \"breakpad_unittests\", \"cc_unittests\", \"components_unittests\", \
"content_browsertests\", \"content_unittests\", \"events_unittests\", \"gl_tests
\", \"gpu_unittests\", \"ipc_tests\", \"media_unittests\", \"net_unittests\", \"
sandbox_linux_unittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_unittest
s\", \"unit_tests\", \"webkit_unit_tests\"]}", | 140 "{\"files\": [\"foo.cc\"], \"targets\": [\"mojo_test_apk\", \"android_webv
iew_test_apk\", \"chrome_shell_test_apk\", \"content_shell_test_apk\", \"base_un
ittests\", \"breakpad_unittests\", \"cc_unittests\", \"components_unittests\", \
"content_browsertests\", \"content_unittests\", \"events_unittests\", \"gl_tests
\", \"gpu_unittests\", \"ipc_tests\", \"media_unittests\", \"net_unittests\", \"
sandbox_linux_unittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_unittest
s\", \"unit_tests\", \"webkit_unit_tests\", \"junit_unit_tests\"]}", |
| 141 "/path/to/tmp/json" | 141 "/path/to/tmp/json" |
| 142 ], | 142 ], |
| 143 "env": { | 143 "env": { |
| 144 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" | 144 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" |
| 145 }, | 145 }, |
| 146 "name": "analyze", | 146 "name": "analyze", |
| 147 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| 148 "@@@STEP_LOG_LINE@json.output@{@@@", | 148 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"content_browsertests\"@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"content_browsertests\"@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "[BUILD]/goma", | 182 "[BUILD]/goma", |
| 183 "--", | 183 "--", |
| 184 "content_browsertests" | 184 "content_browsertests" |
| 185 ], | 185 ], |
| 186 "env": { | 186 "env": { |
| 187 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 187 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 188 }, | 188 }, |
| 189 "name": "compile" | 189 "name": "compile" |
| 190 } | 190 } |
| 191 ] | 191 ] |
| OLD | NEW |