Chromium Code Reviews| 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 "client.webrtc.fyi", | 8 "client.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux32 ARM", | 10 "Linux64 GCC", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_ file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome -internal.googlesource.com/chrome/deps/webrtc-limited'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 69 }, | 69 }, |
| 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_DEFINES": "clang=0 component=static_library dcheck_always_on=1 gomadi r='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[BUIL D]/goma' target_arch=arm use_goma=1" | |
| 81 }, | 80 }, |
| 82 "name": "gclient runhooks" | 81 "name": "gclient runhooks" |
| 83 }, | 82 }, |
| 84 { | 83 { |
| 85 "cmd": [ | 84 "cmd": [ |
| 86 "python", | 85 "python", |
| 87 "-u", | 86 "-u", |
| 88 "[BUILD]/scripts/slave/compile.py", | 87 "[BUILD]/scripts/slave/compile.py", |
| 89 "--target", | 88 "--target", |
| 90 "Release", | 89 "Release", |
| 91 "--src-dir", | 90 "--src-dir", |
| 92 "[SLAVE_BUILD]/src", | 91 "[SLAVE_BUILD]/src", |
| 93 "--build-tool", | 92 "--build-tool", |
| 94 "ninja", | 93 "ninja", |
| 95 "--compiler", | 94 "--compiler", |
| 96 "goma", | 95 "goma", |
|
kjellander_chromium
2015/10/19 21:48:59
I noticed V8 uses make and local compile instead o
Michael Achenbach
2015/10/20 06:54:19
Yes, it should be supported. I think it's because
kjellander_chromium
2015/10/20 07:43:23
Acknowledged.
| |
| 97 "--goma-jsonstatus", | 96 "--goma-jsonstatus", |
| 98 "/path/to/tmp/json", | 97 "/path/to/tmp/json", |
| 99 "--goma-dir", | 98 "--goma-dir", |
| 100 "[BUILD]/goma", | 99 "[BUILD]/goma", |
| 101 "--", | 100 "--", |
| 102 "All" | 101 "All" |
| 103 ], | 102 ], |
| 104 "cwd": "[SLAVE_BUILD]", | 103 "cwd": "[SLAVE_BUILD]", |
| 105 "name": "compile", | 104 "name": "compile", |
| 106 "~followup_annotations": [ | 105 "~followup_annotations": [ |
| 107 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 106 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 108 "@@@STEP_LOG_END@json.output (invalid)@@@" | 107 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 109 ] | 108 ] |
| 110 } | 109 } |
| 111 ] | 110 ] |
| OLD | NEW |