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/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]" | 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/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]" |
10 ], | 10 ], |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 ] | 72 ] |
73 }, | 73 }, |
74 { | 74 { |
75 "cmd": [ | 75 "cmd": [ |
76 "python", | 76 "python", |
77 "-u", | 77 "-u", |
78 "[DEPOT_TOOLS]/gclient.py", | 78 "[DEPOT_TOOLS]/gclient.py", |
79 "runhooks" | 79 "runhooks" |
80 ], | 80 ], |
81 "env": { | 81 "env": { |
82 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1" | 82 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=ia32 use_goma=1" |
83 }, | 83 }, |
84 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
85 }, | 85 }, |
86 { | 86 { |
87 "cmd": [ | 87 "cmd": [ |
88 "python", | 88 "python", |
89 "-u", | 89 "-u", |
90 "[BUILD]/scripts/slave/compile.py", | 90 "[BUILD]/scripts/slave/compile.py", |
91 "--target", | 91 "--target", |
92 "Debug", | 92 "Debug", |
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac\", \"issue\": 666666
, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/st
andalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\"
, \"slavename\": \"slavename\"}", | 425 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac\", \"issue\": 666666
, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/st
andalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\"
, \"slavename\": \"slavename\"}", |
426 "--annotate=gtest", | 426 "--annotate=gtest", |
427 "--test-type=voice_engine_unittests", | 427 "--test-type=voice_engine_unittests", |
428 "--builder-name=mac", | 428 "--builder-name=mac", |
429 "--slave-name=slavename", | 429 "--slave-name=slavename", |
430 "voice_engine_unittests" | 430 "voice_engine_unittests" |
431 ], | 431 ], |
432 "name": "voice_engine_unittests" | 432 "name": "voice_engine_unittests" |
433 } | 433 } |
434 ] | 434 ] |
OLD | NEW |