| 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": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 target_arch=ia32", | 104 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir=[BUILD]\\goma target_arch=ia32 use_goma=1", |
| 105 "GYP_GENERATORS": "ninja", | 105 "GYP_GENERATORS": "ninja", |
| 106 "GYP_MSVS_VERSION": "2010" | 106 "GYP_MSVS_VERSION": "2010" |
| 107 }, | 107 }, |
| 108 "name": "gclient runhooks" | 108 "name": "gclient runhooks" |
| 109 }, | 109 }, |
| 110 { | 110 { |
| 111 "abort_on_failure": false, | 111 "abort_on_failure": false, |
| 112 "can_fail_build": false, | 112 "can_fail_build": false, |
| 113 "cmd": [ | 113 "cmd": [ |
| 114 "python", | 114 "python", |
| 115 "-u", | 115 "-u", |
| 116 "[BUILD]\\scripts\\slave\\compile.py", | 116 "[BUILD]\\scripts\\slave\\compile.py", |
| 117 "--target", | 117 "--target", |
| 118 "Release", | 118 "Release", |
| 119 "--src-dir", | 119 "--src-dir", |
| 120 "[SLAVE_BUILD]\\src", | 120 "[SLAVE_BUILD]\\src", |
| 121 "--build-tool", | 121 "--build-tool", |
| 122 "ninja", | 122 "ninja", |
| 123 "--compiler", | 123 "--compiler", |
| 124 "goma", | 124 "goma", |
| 125 "--goma-dir", |
| 126 "[BUILD]\\goma", |
| 125 "--", | 127 "--", |
| 126 "base_unittests", | 128 "base_unittests", |
| 127 "cacheinvalidation_unittests", | 129 "cacheinvalidation_unittests", |
| 128 "cc_unittests", | 130 "cc_unittests", |
| 129 "chromedriver_unittests", | 131 "chromedriver_unittests", |
| 130 "components_unittests", | 132 "components_unittests", |
| 131 "content_unittests", | 133 "content_unittests", |
| 132 "crypto_unittests", | 134 "crypto_unittests", |
| 133 "google_apis_unittests", | 135 "google_apis_unittests", |
| 134 "gpu_unittests", | 136 "gpu_unittests", |
| (...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1027 "name": "nacl_integration", | 1029 "name": "nacl_integration", |
| 1028 "~followup_annotations": [ | 1030 "~followup_annotations": [ |
| 1029 "@@@STEP_LOG_LINE@python.inline@@@@", | 1031 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1030 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 1032 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 1031 "@@@STEP_LOG_LINE@python.inline@print 'FAILED TO READ TEST RESULTS'@@@", | 1033 "@@@STEP_LOG_LINE@python.inline@print 'FAILED TO READ TEST RESULTS'@@@", |
| 1032 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 1034 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 1033 "@@@STEP_LOG_END@python.inline@@@" | 1035 "@@@STEP_LOG_END@python.inline@@@" |
| 1034 ] | 1036 ] |
| 1035 } | 1037 } |
| 1036 ] | 1038 ] |
| OLD | NEW |