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

Issue 3005483002: Replace remaining gflags usages with rtc_base/flags (Closed)

Created:
3 years, 4 months ago by oprypin_webrtc
Modified:
3 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, henrika_webrtc, tommi, kjellander_webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Replace remaining gflags usages with rtc_base/flags Continued from https://codereview.webrtc.org/2995363002 BUG=webrtc:7644 Review-Url: https://codereview.webrtc.org/3005483002 Cr-Commit-Position: refs/heads/master@{#19624} Committed: https://chromium.googlesource.com/external/webrtc/+/6e09d875fb28e49029fac798382e2c8df4a1f752

Patch Set 1 #

Patch Set 2 : Make flag validation errors clearer #

Patch Set 3 : Fix returning from main instead of void_main #

Patch Set 4 : Rebase #

Patch Set 5 : Fix checking unused argv #

Patch Set 6 : Fix errors in non-default files #

Patch Set 7 : Rebase #

Total comments: 5

Patch Set 8 : Fix check for no remaining args (first arg is program name) #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+851 lines, -805 lines) Patch
M webrtc/logging/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log2rtp_dump.cc View 7 chunks +26 lines, -20 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log2stats.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M webrtc/logging/rtc_event_log/rtc_event_log2text.cc View 11 chunks +27 lines, -22 lines 0 comments Download
M webrtc/modules/audio_coding/BUILD.gn View 1 2 3 5 chunks +2 lines, -5 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/test/neteq_speed_test.cc View 1 2 3 4 5 2 chunks +19 lines, -40 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc View 1 2 3 4 5 6 7 8 12 chunks +137 lines, -149 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/tools/rtp_analyze.cc View 1 3 chunks +29 lines, -39 lines 0 comments Download
M webrtc/modules/audio_coding/test/delay_test.cc View 5 chunks +31 lines, -22 lines 0 comments Download
M webrtc/modules/audio_coding/test/insert_packet_with_timing.cc View 8 chunks +36 lines, -26 lines 0 comments Download
M webrtc/modules/audio_processing/BUILD.gn View 5 chunks +2 lines, -5 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer_test.cc View 1 2 3 4 5 6 7 3 chunks +17 lines, -9 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc View 1 2 3 4 5 6 7 4 chunks +20 lines, -12 lines 0 comments Download
M webrtc/modules/audio_processing/test/audioproc_float.cc View 1 2 3 4 5 6 7 7 chunks +168 lines, -160 lines 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/conversational_speech/generator.cc View 1 2 3 4 5 6 7 3 chunks +17 lines, -16 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_gencfgs.py View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/unpack.cc View 1 2 3 4 10 chunks +45 lines, -35 lines 0 comments Download
M webrtc/modules/audio_processing/transient/transient_suppression_test.cc View 1 2 3 4 5 6 7 8 chunks +46 lines, -45 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp.cc View 1 2 3 4 5 chunks +15 lines, -7 lines 0 comments Download
M webrtc/modules/video_coding/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/video_coding/codecs/tools/video_quality_measurement.cc View 1 2 3 4 5 10 chunks +106 lines, -99 lines 0 comments Download
M webrtc/video/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/video/replay.cc View 1 2 3 4 5 3 chunks +81 lines, -71 lines 0 comments Download
M webrtc/voice_engine/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_test.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_standard_test.h View 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/voice_engine/test/auto_test/voe_standard_test.cc View 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (25 generated)
oprypin_webrtc
3 years, 3 months ago (2017-08-30 07:15:06 UTC) #23
hlundin-webrtc
LGTM with comments for modules/audio_coding and modules/audio_processing. https://codereview.webrtc.org/3005483002/diff/190001/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc File webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc (right): https://codereview.webrtc.org/3005483002/diff/190001/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc#newcode123 webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc:123: DEFINE_int(abs_send_time, 3, ...
3 years, 3 months ago (2017-08-30 21:07:54 UTC) #24
oprypin_webrtc
https://codereview.webrtc.org/3005483002/diff/190001/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc File webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc (right): https://codereview.webrtc.org/3005483002/diff/190001/webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc#newcode123 webrtc/modules/audio_coding/neteq/tools/neteq_rtpplay.cc:123: DEFINE_int(abs_send_time, 3, "Extension ID for absolute sender time"); On ...
3 years, 3 months ago (2017-08-31 00:23:25 UTC) #25
hlundin-webrtc
LGTM for modules/audio_coding and modules/audio_processing. https://codereview.webrtc.org/3005483002/diff/190001/webrtc/modules/audio_processing/test/conversational_speech/generator.cc File webrtc/modules/audio_processing/test/conversational_speech/generator.cc (right): https://codereview.webrtc.org/3005483002/diff/190001/webrtc/modules/audio_processing/test/conversational_speech/generator.cc#newcode52 webrtc/modules/audio_processing/test/conversational_speech/generator.cc:52: RTC_CHECK(DirExists(FLAG_i)); On 2017/08/31 00:23:25, ...
3 years, 3 months ago (2017-08-31 05:59:20 UTC) #26
kwiberg-webrtc
lgtm
3 years, 3 months ago (2017-08-31 09:23:38 UTC) #27
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/3005483002/230001
3 years, 3 months ago (2017-08-31 09:44:25 UTC) #29
commit-bot: I haz the power
3 years, 3 months ago (2017-08-31 10:21:47 UTC) #32
Message was sent while issue was closed.
Committed patchset #9 (id:230001) as
https://chromium.googlesource.com/external/webrtc/+/6e09d875fb28e49029fac7983...

Powered by Google App Engine
This is Rietveld 408576698