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

Issue 1726213002: Compile rtc_api_objc on Mac. (Closed)

Created:
4 years, 10 months ago by hjon_webrtc
Modified:
4 years, 10 months ago
Reviewers:
tkchin_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, kjellander_webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Compile rtc_api_objc on Mac. BUG= Committed: https://crrev.com/6b03995bef36642911c56f49683b6ab1973be680 Cr-Commit-Position: refs/heads/master@{#11771}

Patch Set 1 : Incorporate Mac build fixes from other CL #

Patch Set 2 : Add nullability attributes and comment out type arguments #

Total comments: 3

Patch Set 3 : Add test suite to Mac #

Patch Set 4 : Audit initializers and separate type attributes #

Patch Set 5 : Reference issue #

Total comments: 1

Patch Set 6 : Update TODO format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -107 lines) Patch
M webrtc/api/api.gyp View 3 chunks +9 lines, -11 lines 0 comments Download
M webrtc/api/api_tests.gyp View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/api/objc/RTCConfiguration.h View 1 2 3 4 5 3 chunks +5 lines, -2 lines 0 comments Download
M webrtc/api/objc/RTCIceCandidate.h View 1 2 3 4 5 2 chunks +6 lines, -5 lines 0 comments Download
M webrtc/api/objc/RTCIceServer.h View 1 2 3 4 5 2 chunks +10 lines, -6 lines 0 comments Download
M webrtc/api/objc/RTCIceServer.mm View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M webrtc/api/objc/RTCMediaConstraints.h View 1 2 3 4 5 1 chunk +11 lines, -5 lines 0 comments Download
M webrtc/api/objc/RTCMediaConstraints.mm View 1 2 3 4 5 3 chunks +16 lines, -8 lines 0 comments Download
M webrtc/api/objc/RTCMediaConstraints+Private.h View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/api/objc/RTCMediaStream.h View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/api/objc/RTCMediaStream.mm View 1 2 3 4 5 1 chunk +6 lines, -2 lines 0 comments Download
M webrtc/api/objc/RTCPeerConnection.h View 1 2 3 4 5 5 chunks +48 lines, -37 lines 0 comments Download
M webrtc/api/objc/RTCPeerConnection+Stats.mm View 1 2 3 4 5 3 chunks +8 lines, -3 lines 0 comments Download
M webrtc/api/objc/RTCStatsReport.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/api/objc/RTCStatsReport.mm View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/api/objc/RTCVideoFrame.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
D webrtc/api/objc/WebRTC-Prefix.pch View 1 chunk +0 lines, -13 lines 0 comments Download
M webrtc/api/objctests/RTCMediaConstraintsTest.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (16 generated)
hjon_webrtc
@tkchin I know there are some line length violations (I'm considering just removing the type ...
4 years, 10 months ago (2016-02-24 17:56:11 UTC) #11
tkchin_webrtc
https://codereview.webrtc.org/1726213002/diff/200001/webrtc/api/objc/RTCConfiguration.h File webrtc/api/objc/RTCConfiguration.h (right): https://codereview.webrtc.org/1726213002/diff/200001/webrtc/api/objc/RTCConfiguration.h#newcode56 webrtc/api/objc/RTCConfiguration.h:56: @property(nonatomic, copy, nonnull) NSArray/*<RTCIceServer *>*/ *iceServers; suggest just having ...
4 years, 10 months ago (2016-02-24 22:39:18 UTC) #12
tkchin_webrtc
@kjellander: fyi, to unblock progress we're just reverting the language features that the bots are ...
4 years, 10 months ago (2016-02-24 22:40:48 UTC) #14
tkchin_webrtc
On 2016/02/24 22:40:48, tkchin_webrtc wrote: > @kjellander: fyi, to unblock progress we're just reverting the ...
4 years, 10 months ago (2016-02-24 22:41:20 UTC) #15
hjon_webrtc
@tkchin As a followup, every initializer that I changed seems valid to annotate as nonnull. ...
4 years, 10 months ago (2016-02-25 17:18:07 UTC) #17
tkchin_webrtc
lgtm https://codereview.webrtc.org/1726213002/diff/260001/webrtc/api/objc/RTCConfiguration.h File webrtc/api/objc/RTCConfiguration.h (right): https://codereview.webrtc.org/1726213002/diff/260001/webrtc/api/objc/RTCConfiguration.h#newcode15 webrtc/api/objc/RTCConfiguration.h:15: // TODO(webrtc:5592) sorry, mind changing the format on ...
4 years, 10 months ago (2016-02-25 19:26:39 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1726213002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1726213002/280001
4 years, 10 months ago (2016-02-25 19:34:29 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:280001)
4 years, 10 months ago (2016-02-25 20:33:02 UTC) #23
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 20:33:11 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/6b03995bef36642911c56f49683b6ab1973be680
Cr-Commit-Position: refs/heads/master@{#11771}

Powered by Google App Engine
This is Rietveld 408576698