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_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/libyuv/trunk'}]" | 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/libyuv/trunk'}]" |
10 ], | 10 ], |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2)
\n" | 78 "stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2)
\n" |
79 }, | 79 }, |
80 { | 80 { |
81 "cmd": [ | 81 "cmd": [ |
82 "python", | 82 "python", |
83 "-u", | 83 "-u", |
84 "[DEPOT_TOOLS]/gclient.py", | 84 "[DEPOT_TOOLS]/gclient.py", |
85 "runhooks" | 85 "runhooks" |
86 ], | 86 ], |
87 "env": { | 87 "env": { |
88 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1" | 88 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 gomadir='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1" |
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 "[BUILD]/scripts/slave/compile.py", | 96 "[BUILD]/scripts/slave/compile.py", |
97 "--target", | 97 "--target", |
98 "Release", | 98 "Release", |
(...skipping 26 matching lines...) Expand all Loading... |
125 "--enable-asan", | 125 "--enable-asan", |
126 "--enable-lsan", | 126 "--enable-lsan", |
127 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt", | 127 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt", |
128 "libyuv_unittest", | 128 "libyuv_unittest", |
129 "--test-launcher-print-test-stdio=always", | 129 "--test-launcher-print-test-stdio=always", |
130 "--test-launcher-batch-limit=1" | 130 "--test-launcher-batch-limit=1" |
131 ], | 131 ], |
132 "name": "libyuv_unittest" | 132 "name": "libyuv_unittest" |
133 } | 133 } |
134 ] | 134 ] |
OLD | NEW |