Index: webrtc/webrtc_tests.gypi |
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi |
index cd51bc93110b25b8936f7e92800f9f8b501cc154..a51155fffe5a5a010fae2edb1a36cbdf8bfd9039 100644 |
--- a/webrtc/webrtc_tests.gypi |
+++ b/webrtc/webrtc_tests.gypi |
@@ -286,6 +286,27 @@ |
}], |
], |
}, |
+ { |
+ 'target_name': 'audio_processing_performance_tests', |
hlundin-webrtc
2015/11/18 15:05:31
I think you should add this to webrtc_perf_tests a
peah-webrtc
2015/11/18 15:56:48
Done.
|
+ 'type': '<(gtest_target_type)', |
+ 'sources': [ |
+ 'modules/audio_processing/audio_processing_performance_unittest.cc', |
+ ], |
+ 'dependencies': [ |
+ '<(DEPTH)/testing/gtest.gyp:gtest', |
+ '<(webrtc_root)/modules/modules.gyp:audio_processing', |
+ '<(webrtc_root)/modules/modules.gyp:audioproc_test_utils', |
+ 'test/test.gyp:test_main', |
+ 'test/webrtc_test_common.gyp:webrtc_test_common', |
+ ], |
+ 'conditions': [ |
+ ['OS=="android"', { |
+ 'dependencies': [ |
+ '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
+ ], |
+ }], |
+ ], |
+ }, |
], |
'conditions': [ |
['OS=="android"', { |