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

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

Issue 2838873002: Creating webrtc/modules:module_api (Closed)
Patch Set: fixing gn coding standards Created 3 years, 8 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/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index 0f6de0905278e23a415eacfe0a37c84b22b0f15f..ff9a4d6474c89005eaf4d139cc3c332f40b23037 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -230,6 +230,7 @@ rtc_static_library("audio_processing") {
defines = []
deps = [
+ "..:module_api",
"../..:webrtc_common",
"../../audio/utility:audio_frame_operations",
"../../base:gtest_prod",
@@ -531,6 +532,7 @@ if (rtc_include_tests) {
deps = [
":audio_processing",
":audioproc_test_utils",
+ "..:module_api",
"../..:webrtc_common",
"../../base:gtest_prod",
"../../base:protobuf_utils",
@@ -749,6 +751,7 @@ if (rtc_include_tests) {
deps = [
":audio_processing",
+ "..:module_api",
"../../base:rtc_base_approved",
"../../common_audio",
"../../system_wrappers:system_wrappers",
@@ -764,6 +767,7 @@ if (rtc_include_tests) {
]
deps = [
":audio_processing",
+ "..:module_api",
"../..:webrtc_common",
"../../common_audio:common_audio",
"../../system_wrappers:metrics_default",

Powered by Google App Engine
This is Rietveld 408576698