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

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

Issue 2593003002: Refactor webrtc/modules/audio_conference_mixer for GN check (Closed)
Patch Set: Revert "Removing .gn changes to run chromium trybots" 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_conference_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_conference_mixer/BUILD.gn b/webrtc/modules/audio_conference_mixer/BUILD.gn
index 61faf4599b504d460f4588a1393d285968d249b7..2792a656e08bd521a6648a0ce81304531c6786a9 100644
--- a/webrtc/modules/audio_conference_mixer/BUILD.gn
+++ b/webrtc/modules/audio_conference_mixer/BUILD.gn
@@ -39,7 +39,9 @@ rtc_static_library("audio_conference_mixer") {
}
deps = [
+ "../..:webrtc_common",
"../../audio/utility:audio_frame_operations",
+ "../../base:rtc_base_approved",
"../../system_wrappers",
"../audio_processing",
]
« no previous file with comments | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698