Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_processing / BUILD.gn
index 42ec6e7..2ef2bdf 100644 (file)
@@ -79,7 +79,7 @@ source_set("audio_processing") {
   ]
 
   configs += [ "../..:common_config" ]
-  direct_dependent_configs = [ "../..:common_inherited_config" ]
+  public_configs = [ "../..:common_inherited_config" ]
 
   defines = []
   deps = []
@@ -180,7 +180,8 @@ if (cpu_arch == "x86" || cpu_arch == "x64") {
 
     cflags = [ "-msse2" ]
 
-    configs += [ "../..:common_inherited_config" ]
+    configs += [ "../..:common_config" ]
+    public_configs = [ "../..:common_inherited_config" ]
   }
 }
 
@@ -191,6 +192,9 @@ if (rtc_build_armv7_neon) {
       "aec/aec_rdft_neon.c",
     ]
 
+    configs += [ "../..:common_config" ]
+    public_configs = [ "../..:common_inherited_config" ]
+
     deps = [ "../../common_audio" ]
 
     if (is_android || is_ios) {