Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / voice_engine / BUILD.gn
index f9c5f91..126d2c8 100644 (file)
@@ -84,6 +84,9 @@ source_set("voice_engine") {
     defines = [ "WEBRTC_DRIFT_COMPENSATION_SUPPORTED" ]
   }
 
+  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.