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

Unified Diff: webrtc/sound/BUILD.gn

Issue 1419413002: Fix for Win GN Build. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/BUILD.gn
diff --git a/webrtc/sound/BUILD.gn b/webrtc/sound/BUILD.gn
index 82c6d778f19081aa9295174038d4e80af351d8bb..43decf8b7b079de1635e9be7aee83499351bb3ce 100644
--- a/webrtc/sound/BUILD.gn
+++ b/webrtc/sound/BUILD.gn
@@ -28,6 +28,9 @@ static_library("rtc_sound") {
"soundsystemproxy.h",
]
+ configs += [ "..:common_config" ]
+ public_configs = [ "..:common_inherited_config" ]
+
if (is_clang) {
# Suppress warnings from Chrome's Clang plugins.
# See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698