Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_conference_mixer / BUILD.gn
index a27bb84..a94d005 100644 (file)
@@ -7,7 +7,7 @@
 # be found in the AUTHORS file in the root of the source tree.
 
 config("internal_config") {
-  visibility = ":*"  # Only targets in this file can depend on this.
+  visibility = [ ":*" ]  # Only targets in this file can depend on this.
   include_dirs = [
     "interface",
     "../interface",
@@ -33,6 +33,12 @@ source_set("audio_conference_mixer") {
 
   direct_dependent_configs = [ ":internal_config" ]
 
+  if (is_clang) {
+    # Suppress warnings from Chrome's Clang plugins.
+    # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
+    configs -= [ "//build/config/clang:find_bad_constructs" ]
+  }
+
   deps = [
     "../../system_wrappers",
     "../audio_processing",