webrtc/modules/audio_processing/aecm
Mirko Bonadei d156a0d061 Revert "Merge cpu_features build targets into //system_wrappers."
This reverts commit 2b242d8fba.

Reason for revert: Breaks downstream project.

Original change's description:
> Merge cpu_features build targets into //system_wrappers.
> 
> Before this CL, functions declared in cpu_features_wrapper.h where
> not defined in the same build target, causing brittle builds that
> might fail at link time if the binary was not depending on
> //system_wrappers (the target with the definitions), violating [1].
> 
> This CL moves everything into //system_wrappers and also moves
> cpu_features_wrapper.h definitions from C to C++ (in order to be able
> to add the definitions to a C++ build target like //system_wrappers).
> 
> [1] - https://webrtc.googlesource.com/src/+/refs/heads/master/style-guide.md#h-cc-pairs
> 
> Bug: None
> Change-Id: I5a0009cddb17206b19f2a71eeba722faacc4bcae
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183380
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#32039}

TBR=mbonadei@webrtc.org,kwiberg@webrtc.org

Change-Id: I4daa7582e55a0343eef72f08ed023c73e0b6456b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: None
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183443
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32040}
2020-09-05 21:18:40 +00:00
..
aecm_core.cc Fix bad frees in error paths of WebRtcAecm_Create 2020-03-21 23:01:47 +00:00
aecm_core.h AECM: Added namespaces 2020-03-20 17:07:18 +00:00
aecm_core_c.cc AECM: Added namespaces 2020-03-20 17:07:18 +00:00
aecm_core_mips.cc AECM: Added namespaces 2020-03-20 17:07:18 +00:00
aecm_core_neon.cc AECM: Added namespaces 2020-03-20 17:07:18 +00:00
aecm_defines.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
BUILD.gn Revert "Merge cpu_features build targets into //system_wrappers." 2020-09-05 21:18:40 +00:00
echo_control_mobile.cc Fix bad frees in error paths of WebRtcAecm_Create 2020-03-21 23:01:47 +00:00
echo_control_mobile.h AECM: Added namespaces 2020-03-20 17:07:18 +00:00