| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L
ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va
rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': '
svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn
://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol
o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src
', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lkgr', 'ur
l': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" | 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L
ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va
rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': '
svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn
://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol
o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src
', 'safesync_url': 'https://build.chromium.org/p/chromium/lkcr-status/lkgr', 'ur
l': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" |
| 10 ], | 10 ], |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "name": "apply_issue" | 94 "name": "apply_issue" |
| 95 }, | 95 }, |
| 96 { | 96 { |
| 97 "cmd": [ | 97 "cmd": [ |
| 98 "python", | 98 "python", |
| 99 "-u", | 99 "-u", |
| 100 "[DEPOT_TOOLS]/gclient.py", | 100 "[DEPOT_TOOLS]/gclient.py", |
| 101 "runhooks" | 101 "runhooks" |
| 102 ], | 102 ], |
| 103 "env": { | 103 "env": { |
| 104 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64", | 104 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir=[BUILD]/goma target_arch=x64 use_goma=1", |
| 105 "GYP_GENERATORS": "ninja" | 105 "GYP_GENERATORS": "ninja" |
| 106 }, | 106 }, |
| 107 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "abort_on_failure": false, | 110 "abort_on_failure": false, |
| 111 "can_fail_build": false, | 111 "can_fail_build": false, |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "[BUILD]/scripts/slave/compile.py", | 115 "[BUILD]/scripts/slave/compile.py", |
| 116 "--target", | 116 "--target", |
| 117 "Release", | 117 "Release", |
| 118 "--src-dir", | 118 "--src-dir", |
| 119 "[SLAVE_BUILD]/src", | 119 "[SLAVE_BUILD]/src", |
| 120 "--build-tool", | 120 "--build-tool", |
| 121 "ninja", | 121 "ninja", |
| 122 "--compiler", | 122 "--compiler", |
| 123 "goma", | 123 "goma", |
| 124 "--goma-dir", |
| 125 "[BUILD]/goma", |
| 124 "--", | 126 "--", |
| 125 "base_unittests", | 127 "base_unittests", |
| 126 "cacheinvalidation_unittests", | 128 "cacheinvalidation_unittests", |
| 127 "cc_unittests", | 129 "cc_unittests", |
| 128 "chromedriver_unittests", | 130 "chromedriver_unittests", |
| 129 "components_unittests", | 131 "components_unittests", |
| 130 "content_unittests", | 132 "content_unittests", |
| 131 "crypto_unittests", | 133 "crypto_unittests", |
| 132 "google_apis_unittests", | 134 "google_apis_unittests", |
| 133 "gpu_unittests", | 135 "gpu_unittests", |
| (...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 ] | 1050 ] |
| 1049 }, | 1051 }, |
| 1050 { | 1052 { |
| 1051 "cmd": [ | 1053 "cmd": [ |
| 1052 "python", | 1054 "python", |
| 1053 "-u", | 1055 "-u", |
| 1054 "[DEPOT_TOOLS]/gclient.py", | 1056 "[DEPOT_TOOLS]/gclient.py", |
| 1055 "runhooks" | 1057 "runhooks" |
| 1056 ], | 1058 ], |
| 1057 "env": { | 1059 "env": { |
| 1058 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ta
rget_arch=x64", | 1060 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir=[BUILD]/goma target_arch=x64 use_goma=1", |
| 1059 "GYP_GENERATORS": "ninja" | 1061 "GYP_GENERATORS": "ninja" |
| 1060 }, | 1062 }, |
| 1061 "name": "gclient runhooks (2)" | 1063 "name": "gclient runhooks (2)" |
| 1062 }, | 1064 }, |
| 1063 { | 1065 { |
| 1064 "abort_on_failure": false, | 1066 "abort_on_failure": false, |
| 1065 "can_fail_build": false, | 1067 "can_fail_build": false, |
| 1066 "cmd": [ | 1068 "cmd": [ |
| 1067 "python", | 1069 "python", |
| 1068 "-u", | 1070 "-u", |
| 1069 "[BUILD]/scripts/slave/compile.py", | 1071 "[BUILD]/scripts/slave/compile.py", |
| 1070 "--target", | 1072 "--target", |
| 1071 "Release", | 1073 "Release", |
| 1072 "--src-dir", | 1074 "--src-dir", |
| 1073 "[SLAVE_BUILD]/src", | 1075 "[SLAVE_BUILD]/src", |
| 1074 "--build-tool", | 1076 "--build-tool", |
| 1075 "ninja", | 1077 "ninja", |
| 1076 "--compiler", | 1078 "--compiler", |
| 1077 "goma", | 1079 "goma", |
| 1080 "--goma-dir", |
| 1081 "[BUILD]/goma", |
| 1078 "--", | 1082 "--", |
| 1079 "base_unittests", | 1083 "base_unittests", |
| 1080 "chrome" | 1084 "chrome" |
| 1081 ], | 1085 ], |
| 1082 "name": "compile (without patch)" | 1086 "name": "compile (without patch)" |
| 1083 }, | 1087 }, |
| 1084 { | 1088 { |
| 1085 "always_run": true, | 1089 "always_run": true, |
| 1086 "can_fail_build": false, | 1090 "can_fail_build": false, |
| 1087 "cmd": [ | 1091 "cmd": [ |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1185 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 1189 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 1186 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 1190 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 1187 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 1191 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 1188 "@@@STEP_LOG_LINE@python.inline@@@@", | 1192 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1189 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 1193 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 1190 "@@@STEP_LOG_END@python.inline@@@", | 1194 "@@@STEP_LOG_END@python.inline@@@", |
| 1191 "@@@STEP_WARNINGS@@@" | 1195 "@@@STEP_WARNINGS@@@" |
| 1192 ] | 1196 ] |
| 1193 } | 1197 } |
| 1194 ] | 1198 ] |
| OLD | NEW |