Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: webrtc/modules/BUILD.gn

Issue 2507713002: Modify audio_processing_unittest to use ResourcePath instead of ProjectRootPath. (Closed)
Patch Set: Fixed a bug where only the tests in the first shard were run. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 143c8ff315e0aa2fb197c4d64ab678af3519a4a3..8a453d2d95fb32fddc75dc900f492a2109dd3738 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -161,6 +161,9 @@ if (rtc_include_tests) {
"//resources/audio_processing/agc/agc_vad.dat",
"//resources/audio_processing/agc/agc_voicing_prob.dat",
"//resources/audio_processing/agc/agc_with_circular_buffer.dat",
+ "//resources/audio_processing/output_data_fixed.pb",
+ "//resources/audio_processing/output_data_float.pb",
+ "//resources/audio_processing/output_data_mac.pb",
"//resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm",
"//resources/audio_processing/transient/audio16kHz.pcm",
"//resources/audio_processing/transient/audio32kHz.pcm",
« no previous file with comments | « third_party/gtest-parallel/gtest-parallel ('k') | webrtc/modules/audio_processing/audio_processing_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698