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

Issue 1435093002: Remove include dirs from modules/{media_file,pacing} (Closed)

Created:
5 years, 1 month ago by kjellander_webrtc
Modified:
5 years, 1 month ago
CC:
andresp, hlundin-webrtc, henrika_webrtc, mflodman, minyue-webrtc, peah-webrtc, the sun, stefan-webrtc, tterriberry_mozilla.com, webrtc-reviews_webrtc.org, yujie_mao (webrtc)
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Remove include dirs from modules/{media_file,pacing} Also move files out of media_file/source. BUG=webrtc:5095 TESTED=git cl try -c --bot=android_compile_rel --bot=linux_compile_rel --bot=win_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc R=asapersson@webrtc.org, perkj@webrtc.org, tommi@webrtc.org Committed: https://crrev.com/0b9e29c87da2d9c1a3792d2c87197b0688b68e4e Cr-Commit-Position: refs/heads/master@{#10647}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Rebase fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -3889 lines) Patch
M webrtc/call/call.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/call/congestion_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/media_file/BUILD.gn View 1 chunk +6 lines, -6 lines 0 comments Download
D webrtc/modules/media_file/include/media_file.h View 1 chunk +0 lines, -180 lines 0 comments Download
D webrtc/modules/media_file/include/media_file_defines.h View 1 chunk +0 lines, -51 lines 0 comments Download
A + webrtc/modules/media_file/media_file.h View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/media_file/media_file.gypi View 1 chunk +6 lines, -6 lines 0 comments Download
A + webrtc/modules/media_file/media_file_defines.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webrtc/modules/media_file/media_file_impl.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + webrtc/modules/media_file/media_file_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/modules/media_file/media_file_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webrtc/modules/media_file/media_file_utility.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/media_file/media_file_utility.cc View 1 chunk +1 line, -1 line 0 comments Download
D webrtc/modules/media_file/source/OWNERS View 1 chunk +0 lines, -5 lines 0 comments Download
D webrtc/modules/media_file/source/media_file_impl.h View 1 chunk +0 lines, -148 lines 0 comments Download
D webrtc/modules/media_file/source/media_file_impl.cc View 1 chunk +0 lines, -1137 lines 0 comments Download
D webrtc/modules/media_file/source/media_file_unittest.cc View 1 chunk +0 lines, -96 lines 0 comments Download
D webrtc/modules/media_file/source/media_file_utility.h View 1 chunk +0 lines, -284 lines 0 comments Download
D webrtc/modules/media_file/source/media_file_utility.cc View 1 chunk +0 lines, -1656 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 chunk +1 line, -1 line 0 comments Download
D webrtc/modules/pacing/include/mock/mock_paced_sender.h View 1 chunk +0 lines, -38 lines 0 comments Download
D webrtc/modules/pacing/include/paced_sender.h View 1 chunk +0 lines, -153 lines 0 comments Download
D webrtc/modules/pacing/include/packet_router.h View 1 chunk +0 lines, -66 lines 0 comments Download
A + webrtc/modules/pacing/mock/mock_paced_sender.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webrtc/modules/pacing/paced_sender.h View 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/paced_sender_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/pacing.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
A + webrtc/modules/pacing/packet_router.h View 3 chunks +4 lines, -4 lines 0 comments Download
M webrtc/modules/pacing/packet_router.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/packet_router_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/include/file_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/utility/source/file_player_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/file_recorder_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/utility/source/file_recorder_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/test/fake_audio_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/rampup_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_send_stream.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video_engine/encoder_state_feedback_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_channel.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/video_engine/vie_encoder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/voice_engine/voe_file_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
kjellander_webrtc
asapersson: pacer perkj: media_file
5 years, 1 month ago (2015-11-11 21:41:56 UTC) #3
perkj_webrtc
On 2015/11/11 21:41:56, kjellander (webrtc) wrote: > asapersson: pacer > perkj: media_file please ask the ...
5 years, 1 month ago (2015-11-12 09:49:44 UTC) #5
kjellander_webrtc
On 2015/11/12 09:49:44, perkj1 wrote: > On 2015/11/11 21:41:56, kjellander (webrtc) wrote: > > asapersson: ...
5 years, 1 month ago (2015-11-12 10:18:52 UTC) #6
The Sun (google.com)
On 2015/11/12 10:18:52, kjellander (webrtc) wrote: > On 2015/11/12 09:49:44, perkj1 wrote: > > On ...
5 years, 1 month ago (2015-11-12 10:45:27 UTC) #7
perkj_webrtc
On 2015/11/12 10:45:27, solenberg wrote: > On 2015/11/12 10:18:52, kjellander (webrtc) wrote: > > On ...
5 years, 1 month ago (2015-11-16 06:32:02 UTC) #8
kjellander_webrtc
asapersson: can you take a look? +tommi: for root OWNER rubberstamp.
5 years, 1 month ago (2015-11-16 07:06:45 UTC) #10
åsapersson
lgtm
5 years, 1 month ago (2015-11-16 07:44:40 UTC) #11
tommi
rs lgtm
5 years, 1 month ago (2015-11-16 09:09:55 UTC) #12
kjellander_webrtc
Committed patchset #3 (id:40001) manually as 0b9e29c87da2d9c1a3792d2c87197b0688b68e4e (presubmit successful).
5 years, 1 month ago (2015-11-16 10:12:38 UTC) #13
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 10:12:42 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0b9e29c87da2d9c1a3792d2c87197b0688b68e4e
Cr-Commit-Position: refs/heads/master@{#10647}

Powered by Google App Engine
This is Rietveld 408576698