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

Issue 2988433002: Decoupling rtc_base_approved from Obj-C code (Closed)

Created:
3 years, 5 months ago by mbonadei
Modified:
3 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Decoupling rtc_base_approved from Obj-C code The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have also C++ code (see https://bugs.chromium.org/p/webrtc/issues/detail?id=7743 for more information). To achieve this we have created 2 targets (rtc_base_approved_objc and rtc_base_approved_generic) and rtc_base_approved will act as a proxy between these targets (this way we can avoid a circular dependency between rtc_base_approved_generic and rtc_base_approved_objc). BUG=webrtc:7743 NOTRY=True Review-Url: https://codereview.webrtc.org/2988433002 Cr-Commit-Position: refs/heads/master@{#19767} Committed: https://chromium.googlesource.com/external/webrtc/+/bc378479787930b511b151b278318516492bc9fc

Patch Set 1 #

Patch Set 2 : Renaming rtc_base_approved_apple to objc_rtc_base_approved #

Patch Set 3 : Proxy target + naming + private visibility #

Patch Set 4 : Proxy target + naming + private visibility #

Total comments: 7

Patch Set 5 : making rtc_base_approved a source_set #

Patch Set 6 : Removing public_deps from rtc_base_approved_objc #

Patch Set 7 : tightening visibility #

Patch Set 8 : tightening visibility of rtc_base_approved_objc_all_dependent_config #

Total comments: 1

Patch Set 9 : Moving comment to the right place #

Patch Set 10 : Rebasing #

Patch Set 11 : Rebasing again :) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -9 lines) Patch
M webrtc/rtc_base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 5 chunks +33 lines, -9 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
mbonadei
3 years, 4 months ago (2017-07-26 07:19:58 UTC) #2
kjellander_webrtc
lgtm
3 years, 4 months ago (2017-07-26 20:07:15 UTC) #3
kthelgason
lgtm
3 years, 4 months ago (2017-08-03 17:42:34 UTC) #4
mbonadei
+kwiberg@ for OWNER lgtm.
3 years, 3 months ago (2017-08-31 14:21:42 UTC) #9
kwiberg-webrtc
https://codereview.webrtc.org/2988433002/diff/60001/webrtc/rtc_base/BUILD.gn File webrtc/rtc_base/BUILD.gn (right): https://codereview.webrtc.org/2988433002/diff/60001/webrtc/rtc_base/BUILD.gn#newcode83 webrtc/rtc_base/BUILD.gn:83: rtc_static_library("rtc_base_approved") { If you make this a source set, ...
3 years, 3 months ago (2017-08-31 20:57:03 UTC) #10
mbonadei
PTAL. https://codereview.webrtc.org/2988433002/diff/60001/webrtc/rtc_base/BUILD.gn File webrtc/rtc_base/BUILD.gn (right): https://codereview.webrtc.org/2988433002/diff/60001/webrtc/rtc_base/BUILD.gn#newcode83 webrtc/rtc_base/BUILD.gn:83: rtc_static_library("rtc_base_approved") { On 2017/08/31 20:57:02, kwiberg-webrtc wrote: > ...
3 years, 3 months ago (2017-09-01 09:46:38 UTC) #11
kjellander_webrtc
https://codereview.webrtc.org/2988433002/diff/60001/webrtc/rtc_base/BUILD.gn File webrtc/rtc_base/BUILD.gn (right): https://codereview.webrtc.org/2988433002/diff/60001/webrtc/rtc_base/BUILD.gn#newcode103 webrtc/rtc_base/BUILD.gn:103: visibility = [ ":*" ] On 2017/09/01 09:46:38, mbonadei ...
3 years, 3 months ago (2017-09-01 10:11:20 UTC) #12
mbonadei
> It's just laziness, I wouldn't say we prefer one or the other. You could ...
3 years, 3 months ago (2017-09-01 11:55:23 UTC) #13
kwiberg-webrtc
lgtm, provided you un-break the comment https://codereview.webrtc.org/2988433002/diff/140001/webrtc/rtc_base/BUILD.gn File webrtc/rtc_base/BUILD.gn (right): https://codereview.webrtc.org/2988433002/diff/140001/webrtc/rtc_base/BUILD.gn#newcode96 webrtc/rtc_base/BUILD.gn:96: # :rtc_base_approved -> ...
3 years, 3 months ago (2017-09-01 12:31:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2988433002/200001
3 years, 3 months ago (2017-09-11 10:41:04 UTC) #18
commit-bot: I haz the power
3 years, 3 months ago (2017-09-11 10:43:43 UTC) #21
Message was sent while issue was closed.
Committed patchset #11 (id:200001) as
https://chromium.googlesource.com/external/webrtc/+/bc378479787930b511b151b27...

Powered by Google App Engine
This is Rietveld 408576698