| 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/chrome/tools/test/re
ference_build/chrome_linux': 'svn://svn-mirror.golo.chromium.org/blink/branches/
oilpan/Tools/reference_build/chrome_linux'}, 'custom_vars': {'sourceforge_url':
'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webki
t_trunk': 'svn://svn-mirror.golo.chromium.org/blink/branches/oilpan'}, 'deps_fil
e': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromi
um.org/chrome/trunk/src'}]" | 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/chrome/tools/test/re
ference_build/chrome_linux': 'svn://svn-mirror.golo.chromium.org/blink/branches/
oilpan/Tools/reference_build/chrome_linux'}, 'custom_vars': {'sourceforge_url':
'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webki
t_trunk': 'svn://svn-mirror.golo.chromium.org/blink/branches/oilpan'}, 'deps_fil
e': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromi
um.org/chrome/trunk/src'}]" |
| 10 ], | 10 ], |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 ] | 77 ] |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "cmd": [ | 80 "cmd": [ |
| 81 "python", | 81 "python", |
| 82 "-u", | 82 "-u", |
| 83 "[DEPOT_TOOLS]/gclient.py", | 83 "[DEPOT_TOOLS]/gclient.py", |
| 84 "runhooks" | 84 "runhooks" |
| 85 ], | 85 ], |
| 86 "env": { | 86 "env": { |
| 87 "GYP_DEFINES": "component=static_library linux_strip_binary=1 target_arch=
x64", | 87 "GYP_DEFINES": "component=static_library gomadir=[BUILD]/goma linux_strip_
binary=1 target_arch=x64 use_goma=1", |
| 88 "GYP_GENERATORS": "ninja" | 88 "GYP_GENERATORS": "ninja" |
| 89 }, | 89 }, |
| 90 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "[SLAVE_BUILD]/src/third_party/WebKit/Source/apply_oilpan_patches.py" | 96 "[SLAVE_BUILD]/src/third_party/WebKit/Source/apply_oilpan_patches.py" |
| 97 ], | 97 ], |
| 98 "name": "apply oilpan patches" | 98 "name": "apply oilpan patches" |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "abort_on_failure": true, | 101 "abort_on_failure": true, |
| 102 "cmd": [ | 102 "cmd": [ |
| 103 "python", | 103 "python", |
| 104 "-u", | 104 "-u", |
| 105 "[BUILD]/scripts/slave/compile.py", | 105 "[BUILD]/scripts/slave/compile.py", |
| 106 "--target", | 106 "--target", |
| 107 "Release", | 107 "Release", |
| 108 "--src-dir", | 108 "--src-dir", |
| 109 "[SLAVE_BUILD]/src", | 109 "[SLAVE_BUILD]/src", |
| 110 "--build-tool", | 110 "--build-tool", |
| 111 "ninja", | 111 "ninja", |
| 112 "--compiler", | 112 "--compiler", |
| 113 "goma", | 113 "goma", |
| 114 "--goma-dir", |
| 115 "[BUILD]/goma", |
| 114 "--", | 116 "--", |
| 115 "All", | 117 "All", |
| 116 "chromium_builder_tests" | 118 "chromium_builder_tests" |
| 117 ], | 119 ], |
| 118 "name": "compile" | 120 "name": "compile" |
| 119 }, | 121 }, |
| 120 { | 122 { |
| 121 "cmd": [ | 123 "cmd": [ |
| 122 "python", | 124 "python", |
| 123 "-u", | 125 "-u", |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "--results-url=https://chromeperf.appspot.com", | 765 "--results-url=https://chromeperf.appspot.com", |
| 764 "--perf-dashboard-id=sunspider", | 766 "--perf-dashboard-id=sunspider", |
| 765 "--test-type=sunspider", | 767 "--test-type=sunspider", |
| 766 "--run-python-script", | 768 "--run-python-script", |
| 767 "[BUILD]/scripts/slave/telemetry.py", | 769 "[BUILD]/scripts/slave/telemetry.py", |
| 768 "--factory-properties={\"browser_exe\": \"[SLAVE_BUILD]/src/out/Release/ch
rome\", \"blink_config\": \"chromium\", \"expectations\": true, \"show_perf_resu
lts\": true, \"test_name\": \"sunspider\", \"tools_dir\": \"[SLAVE_BUILD]/test/s
rc/tools\", \"target_platform\": \"linux2\", \"target_os\": null, \"halt_on_miss
ing_build\": true, \"target\": \"Release\", \"build_dir\": \"src/out\", \"step_n
ame\": \"sunspider\"}" | 770 "--factory-properties={\"browser_exe\": \"[SLAVE_BUILD]/src/out/Release/ch
rome\", \"blink_config\": \"chromium\", \"expectations\": true, \"show_perf_resu
lts\": true, \"test_name\": \"sunspider\", \"tools_dir\": \"[SLAVE_BUILD]/test/s
rc/tools\", \"target_platform\": \"linux2\", \"target_os\": null, \"halt_on_miss
ing_build\": true, \"target\": \"Release\", \"build_dir\": \"src/out\", \"step_n
ame\": \"sunspider\"}" |
| 769 ], | 771 ], |
| 770 "name": "sunspider" | 772 "name": "sunspider" |
| 771 } | 773 } |
| 772 ] | 774 ] |
| OLD | NEW |