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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2424173003: Move functionality out from AudioFrame and into AudioFrameOperations. (Closed)
Patch Set: Include order & DCHECKs. Created 4 years 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 | « .gn ('k') | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 5995f59ff9005d0ee2f3785c9e64505faa95f731..bde074d99ab7f029f83190a27d58e9fdc463364c 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -37,11 +37,6 @@ rtc_static_library("audio") {
"../modules/audio_processing",
"../system_wrappers",
"../voice_engine",
- "utility", # Bogus dep, needed for landing
- # codereview.webrtc.org/2424173003 without breaking
- # internal projects. See
- # bugs.webrtc.org/6548. TODO(aleloi): remove dependency
- # when codereview.webrtc.org/2424173003 has landed.
]
}
if (rtc_include_tests) {
@@ -51,6 +46,7 @@ if (rtc_include_tests) {
"audio_receive_stream_unittest.cc",
"audio_send_stream_unittest.cc",
"audio_state_unittest.cc",
+ "utility/audio_frame_operations_unittest.cc",
]
deps = [
":audio",
@@ -59,6 +55,8 @@ if (rtc_include_tests) {
"../modules/audio_device:mock_audio_device",
"../modules/audio_mixer:audio_mixer_impl",
"../test:test_common",
+ "../test:test_support",
+ "utility:audio_frame_operations",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « .gn ('k') | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698