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

Unified Diff: webrtc/common_audio/BUILD.gn

Issue 2717123004: Avoid overflow in WebRtcSpl_DotProductWithScale (Closed)
Patch Set: Convert to C++ and use saturated_cast Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/common_audio/signal_processing/dot_product_with_scale.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/BUILD.gn
diff --git a/webrtc/common_audio/BUILD.gn b/webrtc/common_audio/BUILD.gn
index a3cf046bb46ddb4dcdb655e7e3d83ef6c305d522..369f40607a8ed8cc43ddd17c7c1d05baab74500f 100644
--- a/webrtc/common_audio/BUILD.gn
+++ b/webrtc/common_audio/BUILD.gn
@@ -47,6 +47,7 @@ rtc_static_library("common_audio") {
"resampler/resampler.cc",
"resampler/sinc_resampler.cc",
"resampler/sinc_resampler.h",
+ "signal_processing/dot_product_with_scale.cc",
kwiberg-webrtc 2017/02/28 12:11:21 The header file is still in common_audio_c, and th
hlundin-webrtc 2017/02/28 12:35:17 Done.
"smoothing_filter.cc",
"smoothing_filter.h",
"sparse_fir_filter.cc",
@@ -113,7 +114,6 @@ rtc_source_set("common_audio_c") {
"signal_processing/copy_set_operations.c",
"signal_processing/cross_correlation.c",
"signal_processing/division_operations.c",
- "signal_processing/dot_product_with_scale.c",
"signal_processing/downsample_fast.c",
"signal_processing/energy.c",
"signal_processing/filter_ar.c",
« no previous file with comments | « no previous file | webrtc/common_audio/signal_processing/dot_product_with_scale.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698