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

Issue 2989053002: Decoupling desktop_capture from Obj-C code. (Closed)

Created:
3 years, 4 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

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 (desktop_capture_objc and desktop_capture_generic) and desktop_capture will act as a proxy between these targets (this way we can avoid a circular dependency between desktop_capture_generic and desktop_capture_objc). BUG=webrtc:7743 Review-Url: https://codereview.webrtc.org/2989053002 Cr-Commit-Position: refs/heads/master@{#19607} Committed: https://chromium.googlesource.com/external/webrtc/+/13b9882fd3999d8394126017042d62bae719180b

Patch Set 1 #

Total comments: 8

Patch Set 2 : Renaming and private visibility #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -13 lines) Patch
M webrtc/modules/desktop_capture/BUILD.gn View 1 6 chunks +39 lines, -13 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
mbonadei
3 years, 4 months ago (2017-08-11 12:15:32 UTC) #2
kjellander_webrtc
adding sergeyu@ as well. https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn File webrtc/modules/desktop_capture/BUILD.gn (right): https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn#newcode170 webrtc/modules/desktop_capture/BUILD.gn:170: rtc_source_set("objc_desktop_capture") { We seem to ...
3 years, 4 months ago (2017-08-14 04:36:27 UTC) #4
Sergey Ulanov
https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn File webrtc/modules/desktop_capture/BUILD.gn (right): https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn#newcode180 webrtc/modules/desktop_capture/BUILD.gn:180: # deps = [ ":desktop_capture" ] Remove this? https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn#newcode309 ...
3 years, 4 months ago (2017-08-14 17:53:18 UTC) #5
mbonadei
PTAL. https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn File webrtc/modules/desktop_capture/BUILD.gn (right): https://codereview.webrtc.org/2989053002/diff/1/webrtc/modules/desktop_capture/BUILD.gn#newcode170 webrtc/modules/desktop_capture/BUILD.gn:170: rtc_source_set("objc_desktop_capture") { On 2017/08/14 04:36:26, kjellander_webrtc wrote: > ...
3 years, 4 months ago (2017-08-15 14:55:40 UTC) #6
kjellander_webrtc
lgtm
3 years, 4 months ago (2017-08-15 19:19:50 UTC) #8
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/2989053002/20001
3 years, 3 months ago (2017-08-30 13:40:10 UTC) #11
commit-bot: I haz the power
3 years, 3 months ago (2017-08-30 14:24:49 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/external/webrtc/+/13b9882fd3999d83941260170...

Powered by Google App Engine
This is Rietveld 408576698