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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_ios_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'}]\ntarget_os = ['ios', 'mac']" 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'}]\ntarget_os = ['ios', 'mac']"
10 ], 10 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_CROSSCOMPILE": "1", 52 "GYP_CROSSCOMPILE": "1",
53 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library gomadir='[BUILD]/goma' key_id='' target_arch=armv7 u se_goma=1", 53 "GYP_DEFINES": "OS=ios build_with_libjingle=1 chromium_ios_signing=0 clang =1 component=static_library gomadir='[BUILD]/goma' key_id='' mac_sdk=10.9 target _arch=armv7 use_goma=1",
54 "GYP_GENERATORS": "ninja" 54 "GYP_GENERATORS": "ninja"
55 }, 55 },
56 "name": "gclient runhooks" 56 "name": "gclient runhooks"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "[BUILD]/scripts/slave/compile.py", 62 "[BUILD]/scripts/slave/compile.py",
63 "--target", 63 "--target",
64 "Release-iphoneos", 64 "Release-iphoneos",
65 "--src-dir", 65 "--src-dir",
66 "[SLAVE_BUILD]/src", 66 "[SLAVE_BUILD]/src",
67 "--build-tool", 67 "--build-tool",
68 "ninja", 68 "ninja",
69 "--compiler", 69 "--compiler",
70 "goma-clang", 70 "goma-clang",
71 "--goma-dir", 71 "--goma-dir",
72 "[BUILD]/goma", 72 "[BUILD]/goma",
73 "--", 73 "--",
74 "All" 74 "All"
75 ], 75 ],
76 "name": "compile" 76 "name": "compile"
77 } 77 }
78 ] 78 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698