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

Unified Diff: webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: rebase Created 3 years, 3 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
Index: webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
diff --git a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
index 5c681a05b7b085420f9b2367b133e8a285a5bb48..1f24c0982a8e6567f2cf38fd397e16e790824cdc 100644
--- a/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
@@ -45,6 +45,7 @@ rtc_static_library("lib") {
]
deps = [
"../../../..:webrtc_common",
+ "../../../../api:array_view",
"../../../../common_audio",
"../../../../rtc_base:rtc_base_approved",
]
@@ -63,6 +64,7 @@ rtc_source_set("unittest") {
deps = [
":lib",
"../../../..:webrtc_common",
+ "../../../../api:array_view",
"../../../../common_audio",
"../../../../rtc_base:rtc_base_approved",
"../../../../test:test_support",

Powered by Google App Engine
This is Rietveld 408576698