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

Issue 381683003: Fix enable_webrtc (Closed)

Created:
6 years, 5 months ago by zhaoze.zhou
Modified:
6 years, 5 months ago
Reviewers:
kangil_, kbalazs, jam, lgombos, nasko, pdr.
CC:
chromium-reviews, darin-cc_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix the build when enable_webrtc is set to 0. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284691

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add condition when enable_plugins = 1 #

Total comments: 6

Patch Set 3 : Fix the build when enable_webrtc is set to 0 #

Patch Set 4 : Fix when enable_webrtc = 0, and fix the file indentation #

Total comments: 3

Patch Set 5 : add ifdef on socket_dispatcher_host.h #

Total comments: 1

Patch Set 6 : enable_webrtc code style fix #

Total comments: 1

Patch Set 7 : Fix enable_webrtc, remove libjingle #

Patch Set 8 : Better fix for remove libjingle #

Total comments: 2

Patch Set 9 : Style fix #

Patch Set 10 : rebased #

Patch Set 11 : Rebase again #

Patch Set 12 : Better fix for conditions #

Patch Set 13 : Remove content_tests when enable_webrtc = 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M content/common/content_message_generator.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -1 line 0 comments Download
M content/shell/renderer/test_runner/web_frame_test_proxy.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
zhaoze.zhou
Please take a look.
6 years, 5 months ago (2014-07-09 19:18:08 UTC) #1
pdr.
https://codereview.chromium.org/381683003/diff/1/AUTHORS File AUTHORS (right): https://codereview.chromium.org/381683003/diff/1/AUTHORS#newcode428 AUTHORS:428: Zhaoze Zhou <zhaoze.zhou@partner.samsung.com> Can you do this as a ...
6 years, 5 months ago (2014-07-10 22:23:08 UTC) #2
kangil_
On 2014/07/09 19:18:08, zhaoze.zhou wrote: > Please take a look. Would you do 'self review' ...
6 years, 5 months ago (2014-07-12 02:06:23 UTC) #3
kangil_
6 years, 5 months ago (2014-07-12 02:09:35 UTC) #4
pdr.
This looks pretty good but there are a lot of small issues. Once you have ...
6 years, 5 months ago (2014-07-12 02:34:49 UTC) #5
zhaoze.zhou
On 2014/07/12 02:34:49, pdr wrote: > This looks pretty good but there are a lot ...
6 years, 5 months ago (2014-07-14 20:39:36 UTC) #6
jam
can you provide more background about why you care about building without enable_webrtc? https://codereview.chromium.org/381683003/diff/140001/content/public/browser/render_process_host.h File ...
6 years, 5 months ago (2014-07-15 02:05:43 UTC) #7
lgombos
> can you provide more background about why you care about building without > enable_webrtc? ...
6 years, 5 months ago (2014-07-15 02:33:23 UTC) #8
zhaoze.zhou
Reason of why take WebRtcRtpPacketCallback out of ifdef. Please take a look. https://codereview.chromium.org/381683003/diff/140001/content/public/browser/render_process_host.h File content/public/browser/render_process_host.h ...
6 years, 5 months ago (2014-07-15 13:21:21 UTC) #9
jam
On 2014/07/15 02:33:23, lgombos wrote: > > can you provide more background about why you ...
6 years, 5 months ago (2014-07-15 16:20:40 UTC) #10
lgombos
On 2014/07/15 16:20:40, jam wrote: > On 2014/07/15 02:33:23, lgombos wrote: > > > can ...
6 years, 5 months ago (2014-07-15 16:53:17 UTC) #11
kbalazs
On 2014/07/15 16:53:17, lgombos wrote: > On 2014/07/15 16:20:40, jam wrote: > > On 2014/07/15 ...
6 years, 5 months ago (2014-07-15 17:14:29 UTC) #12
jam
On 2014/07/15 17:14:29, kbalazs wrote: > On 2014/07/15 16:53:17, lgombos wrote: > > On 2014/07/15 ...
6 years, 5 months ago (2014-07-16 18:27:23 UTC) #13
zhaoze.zhou
Please take a look https://codereview.chromium.org/381683003/diff/200001/content/browser/renderer_host/p2p/socket_dispatcher_host.h File content/browser/renderer_host/p2p/socket_dispatcher_host.h (right): https://codereview.chromium.org/381683003/diff/200001/content/browser/renderer_host/p2p/socket_dispatcher_host.h#newcode100 content/browser/renderer_host/p2p/socket_dispatcher_host.h:100: void StopRtpDumpOnIOThread(bool incoming, bool outgoing); ...
6 years, 5 months ago (2014-07-16 21:12:39 UTC) #14
zhaoze.zhou
Please take a look
6 years, 5 months ago (2014-07-16 22:10:10 UTC) #15
jam
looks like the cl added more files. specifically now that you added changes in p2p_messages.h, ...
6 years, 5 months ago (2014-07-17 17:40:05 UTC) #16
zhaoze.zhou
On 2014/07/17 17:40:05, jam wrote: > looks like the cl added more files. specifically now ...
6 years, 5 months ago (2014-07-17 22:24:47 UTC) #17
zhaoze.zhou
nasko@chromium.org: Please take a look
6 years, 5 months ago (2014-07-18 20:49:47 UTC) #18
nasko
On 2014/07/18 20:49:47, zhaoze.zhou wrote: > mailto:nasko@chromium.org: Please take a look Can you be more ...
6 years, 5 months ago (2014-07-21 07:57:05 UTC) #19
zhaoze.zhou
On 2014/07/21 07:57:05, nasko (in Munich) wrote: > On 2014/07/18 20:49:47, zhaoze.zhou wrote: > > ...
6 years, 5 months ago (2014-07-21 13:11:12 UTC) #20
nasko
On 2014/07/21 13:11:12, zhaoze.zhou wrote: > On 2014/07/21 07:57:05, nasko (in Munich) wrote: > > ...
6 years, 5 months ago (2014-07-21 13:12:23 UTC) #21
jam
lgtm with nits https://codereview.chromium.org/381683003/diff/280001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/381683003/diff/280001/content/browser/renderer_host/render_process_host_impl.cc#newcode89 content/browser/renderer_host/render_process_host_impl.cc:89: #if defined(ENABLE_WEBRTC) ditto, move this to ...
6 years, 5 months ago (2014-07-21 17:24:20 UTC) #22
zhaoze.zhou
The CQ bit was checked by zhaoze.zhou@partner.samsung.com
6 years, 5 months ago (2014-07-21 18:23:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zhaoze.zhou@partner.samsung.com/381683003/300001
6 years, 5 months ago (2014-07-21 18:25:11 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 18:47:52 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 18:49:34 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_dbg_simulator/builds/172172) ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/161205) ios_rel_device_ninja ...
6 years, 5 months ago (2014-07-21 18:49:40 UTC) #27
zhaoze.zhou
The CQ bit was checked by zhaoze.zhou@partner.samsung.com
6 years, 5 months ago (2014-07-21 19:11:51 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zhaoze.zhou@partner.samsung.com/381683003/320001
6 years, 5 months ago (2014-07-21 19:13:18 UTC) #29
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 20:17:02 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 20:20:12 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/162945) android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/208756)
6 years, 5 months ago (2014-07-21 20:20:13 UTC) #32
zhaoze.zhou
The CQ bit was checked by zhaoze.zhou@partner.samsung.com
6 years, 5 months ago (2014-07-22 14:16:17 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zhaoze.zhou@partner.samsung.com/381683003/400001
6 years, 5 months ago (2014-07-22 14:17:41 UTC) #34
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 16:10:40 UTC) #35
Message was sent while issue was closed.
Change committed as 284691

Powered by Google App Engine
This is Rietveld 408576698