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

Unified Diff: webrtc/audio/utility/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/audio/utility/BUILD.gn
diff --git a/webrtc/audio/utility/BUILD.gn b/webrtc/audio/utility/BUILD.gn
index 2ef5eba33818cea7bf0990e69d99b9368c03cf90..ac477e4f25ceed3f269b83ef00c6823397ee1ead 100644
--- a/webrtc/audio/utility/BUILD.gn
+++ b/webrtc/audio/utility/BUILD.gn
@@ -22,6 +22,7 @@ rtc_static_library("audio_frame_operations") {
deps = [
"../..:webrtc_common",
"../../base:rtc_base_approved",
+ "../../modules:module_api",
"../../modules/audio_coding:audio_format_conversion",
]
}
@@ -35,6 +36,7 @@ if (rtc_include_tests) {
deps = [
":audio_frame_operations",
"../../base:rtc_base_approved",
+ "../../modules:module_api",
"../../test:test_support",
"//testing/gtest",
]
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/common_video/BUILD.gn » ('j') | webrtc/modules/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698