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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_x64_rel.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' mac_sdk=10.7 target_arch=x64 use_goma=1" 82 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=x64 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 "Release", 92 "Release",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}", 445 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_x64_rel\", \"issue \": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \ "webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.riet veld.url\", \"slavename\": \"slavename\"}",
446 "--annotate=gtest", 446 "--annotate=gtest",
447 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing le_peerconnection_objc_test", 447 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing le_peerconnection_objc_test",
448 "--builder-name=mac_x64_rel", 448 "--builder-name=mac_x64_rel",
449 "--slave-name=slavename", 449 "--slave-name=slavename",
450 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne ction_objc_test" 450 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne ction_objc_test"
451 ], 451 ],
452 "name": "libjingle_peerconnection_objc_test" 452 "name": "libjingle_peerconnection_objc_test"
453 } 453 }
454 ] 454 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698