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

Unified Diff: webrtc/BUILD.gn

Issue 1425583002: Add GN Build file for rtc_sound target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: webrtc Created 5 years, 2 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
« no previous file with comments | « no previous file | webrtc/sound/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index ac14d7d528adf6fc19f87c6cef9ddb76d0c8d801..c8b7ea04abcb1356b0af891936fa5e936e7852c5 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -178,8 +178,8 @@ source_set("webrtc") {
public_configs = [ ":common_inherited_config" ]
deps = [
- "audio",
":webrtc_common",
+ "audio",
"base:rtc_base",
"call",
"common_audio",
@@ -195,6 +195,7 @@ source_set("webrtc") {
"modules/utility",
"modules/video_coding",
"modules/video_processing",
+ "sound:rtc_sound",
"system_wrappers",
"tools",
"video",
« no previous file with comments | « no previous file | webrtc/sound/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698