Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_coding / neteq / neteq_tests.gypi
index 4d2ce25..d134dcd 100644 (file)
@@ -13,7 +13,6 @@
       'type': 'executable',
       'dependencies': [
         'neteq',
-        'neteq_test_tools',
         'neteq_unittest_tools',
         'PCM16B',
         '<(webrtc_root)/test/test.gyp:test_support_main',
     },
 
     {
+      'target_name': 'neteq_isac_quality_test',
+      'type': 'executable',
+      'dependencies': [
+        'neteq',
+        'neteq_test_support',
+        'iSACFix',
+        '<(DEPTH)/testing/gtest.gyp:gtest',
+        '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
+        '<(webrtc_root)/test/test.gyp:test_support_main',
+      ],
+      'sources': [
+        'test/neteq_isac_quality_test.cc',
+      ],
+    },
+
+    {
      'target_name': 'neteq_test_tools',
       # Collection of useful functions used in other tests.
       'type': 'static_library',