Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac32_release.json

Issue 573673002: WebRTC: Pin SDK version to 10.9 for Mac and iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ] 42 ]
43 }, 43 },
44 { 44 {
45 "cmd": [ 45 "cmd": [
46 "python", 46 "python",
47 "-u", 47 "-u",
48 "[DEPOT_TOOLS]/gclient.py", 48 "[DEPOT_TOOLS]/gclient.py",
49 "runhooks" 49 "runhooks"
50 ], 50 ],
51 "env": { 51 "env": {
52 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta rget_arch=ia32 use_goma=1" 52 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ma c_sdk=10.9 target_arch=ia32 use_goma=1"
53 }, 53 },
54 "name": "gclient runhooks" 54 "name": "gclient runhooks"
55 }, 55 },
56 { 56 {
57 "cmd": [ 57 "cmd": [
58 "python", 58 "python",
59 "-u", 59 "-u",
60 "[BUILD]/scripts/slave/compile.py", 60 "[BUILD]/scripts/slave/compile.py",
61 "--target", 61 "--target",
62 "Release", 62 "Release",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac32 Release\", \"mas tername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \ "12345\", \"slavename\": \"slavename\"}", 395 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Mac32 Release\", \"mas tername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone\", \"revision\": \ "12345\", \"slavename\": \"slavename\"}",
396 "--annotate=gtest", 396 "--annotate=gtest",
397 "--test-type=voice_engine_unittests", 397 "--test-type=voice_engine_unittests",
398 "--builder-name=Mac32 Release", 398 "--builder-name=Mac32 Release",
399 "--slave-name=slavename", 399 "--slave-name=slavename",
400 "voice_engine_unittests" 400 "voice_engine_unittests"
401 ], 401 ],
402 "name": "voice_engine_unittests" 402 "name": "voice_engine_unittests"
403 } 403 }
404 ] 404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698