Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_conference_mixer / BUILD.gn
index a94d005..31f2e9a 100644 (file)
@@ -6,7 +6,7 @@
 # in the file PATENTS.  All contributing project authors may
 # be found in the AUTHORS file in the root of the source tree.
 
-config("internal_config") {
+config("audio_conference_mixer_config") {
   visibility = [ ":*" ]  # Only targets in this file can depend on this.
   include_dirs = [
     "interface",
@@ -31,7 +31,12 @@ source_set("audio_conference_mixer") {
     "source/time_scheduler.h",
   ]
 
-  direct_dependent_configs = [ ":internal_config" ]
+  configs += [ "../..:common_config" ]
+
+  public_configs = [
+    "../..:common_inherited_config",
+    ":audio_conference_mixer_config",
+  ]
 
   if (is_clang) {
     # Suppress warnings from Chrome's Clang plugins.