|
|
Created:
4 years, 5 months ago by ehmaldonado_webrtc Modified:
4 years, 4 months ago CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), kwiberg-webrtc, Andrew MacDonald, hlundin-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1 Base URL:
https://chromium.googlesource.com/external/webrtc.git@master Target Ref:
refs/pending/heads/master Project:
webrtc Visibility:
Public. |
DescriptionAdd webrtc_perf_tests to BUILD.gn
Updated the sources in audio_processing:audioproc_test_utils to match the configuration on
"webrtc/modules/audio_processing/audio_processing_tests.gypi"
Removed audio_buffer_tools from modules_unittests to match the gyp file.
BUG=webrtc:6041
Committed: https://crrev.com/529f83c521c6726017bed9da16664063b0041eaf
Cr-Commit-Position: refs/heads/master@{#13541}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Remove audio_buffer_tools from modules_unittests to match the gyp file. #
Messages
Total messages: 32 (13 generated)
ehmaldonado@webrtc.org changed reviewers: + phoglund@webrtc.org
gn gen out/Release ninja -C out/Release webrtc_perf_tests out/Release/webrtc_perf_tests It's still running, it's OK so far.
On 2016/07/25 14:54:34, ehmaldonado_webrtc wrote: > It's still running, it's OK so far. It's done with all tests passing.
phoglund@chromium.org changed reviewers: + phoglund@chromium.org
https://codereview.chromium.org/2178963002/diff/1/webrtc/modules/audio_proces... File webrtc/modules/audio_processing/BUILD.gn (right): https://codereview.chromium.org/2178963002/diff/1/webrtc/modules/audio_proces... webrtc/modules/audio_processing/BUILD.gn:322: "test/audio_buffer_tools.cc", Did you mean to make this change in this cl? If so, please update the CL description.
Description was changed from ========== Add webrtc_perf_tests to BUILD.gn BUG=webrtc:6041 GN: Add webrtc_perf_tests. ========== to ========== Add webrtc_perf_tests to BUILD.gn Updated audio_processing:audioproc_test_utils to include "test/audio_buffer_tools.cc" and "test/audio_buffer_tools.h" as sources. This is to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" BUG=webrtc:6041 GN: Add webrtc_perf_tests. ==========
https://codereview.chromium.org/2178963002/diff/1/webrtc/modules/audio_proces... File webrtc/modules/audio_processing/BUILD.gn (right): https://codereview.chromium.org/2178963002/diff/1/webrtc/modules/audio_proces... webrtc/modules/audio_processing/BUILD.gn:322: "test/audio_buffer_tools.cc", On 2016/07/26 12:33:29, phoglund_chrome wrote: > Did you mean to make this change in this cl? If so, please update the CL > description. Yes, I meant to change it. Done.
lgtm A few things to think of with cl descriptions: don't describe exactly what you did, rather why you did it. Also try to keep a 72-char line width (looks better in the commit message later).
Description was changed from ========== Add webrtc_perf_tests to BUILD.gn Updated audio_processing:audioproc_test_utils to include "test/audio_buffer_tools.cc" and "test/audio_buffer_tools.h" as sources. This is to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" BUG=webrtc:6041 GN: Add webrtc_perf_tests. ========== to ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils. This is to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" BUG=webrtc:6041 GN: Add webrtc_perf_tests. ==========
The CQ bit was checked by ehmaldonado@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_gn_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_gn_dbg/builds/4787)
Description was changed from ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils. This is to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" BUG=webrtc:6041 GN: Add webrtc_perf_tests. ========== to ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" Removed audio_buffer_tools from modules_unittests to match the gyp file. BUG=webrtc:6041 ==========
On 2016/07/26 14:24:23, phoglund_chrome wrote: > lgtm > > A few things to think of with cl descriptions: don't describe exactly what you > did, rather why you did it. Also try to keep a 72-char line width (looks better > in the commit message later). Some trybots failed when trying to build modules_unittests. I think I've fixed it now. It seems that the problem was a mismatch between the configuration in modules/BUILD.gn and modules/modules.gyp. PTAL
lgtm
The CQ bit was checked by ehmaldonado@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
phoglund@webrtc.org changed reviewers: + henrika@webrtc.org
henrika, please rubberstamp
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/6982)
friendly ping
LGTM
The CQ bit was checked by ehmaldonado@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
Message was sent while issue was closed.
Description was changed from ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" Removed audio_buffer_tools from modules_unittests to match the gyp file. BUG=webrtc:6041 ========== to ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" Removed audio_buffer_tools from modules_unittests to match the gyp file. BUG=webrtc:6041 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" Removed audio_buffer_tools from modules_unittests to match the gyp file. BUG=webrtc:6041 ========== to ========== Add webrtc_perf_tests to BUILD.gn Updated the sources in audio_processing:audioproc_test_utils to match the configuration on "webrtc/modules/audio_processing/audio_processing_tests.gypi" Removed audio_buffer_tools from modules_unittests to match the gyp file. BUG=webrtc:6041 Committed: https://crrev.com/529f83c521c6726017bed9da16664063b0041eaf Cr-Commit-Position: refs/heads/master@{#13541} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/529f83c521c6726017bed9da16664063b0041eaf Cr-Commit-Position: refs/heads/master@{#13541}
Message was sent while issue was closed.
But I don't know GN. Hence, please verify with someone who knows those details (kjellander@).
Message was sent while issue was closed.
On 2016/07/27 15:23:22, henrika_webrtc wrote: > But I don't know GN. Hence, please verify with someone who knows those details > (kjellander@). Will do. |