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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2508943004: Modify audio_processing_unittest to use ResourcePath instead of ProjectRootPath. (Closed)
Patch Set: Remove unused //data dependencies. 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 9120541041bfe02ab728b5b4ed3365f3f97b5fee..042b38e4bde30fc051b6e6892fa75239ea9b9c11 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -138,9 +138,6 @@ if (rtc_include_tests) {
}
modules_unittests_resources = [
- "//data/audio_processing/output_data_fixed.pb",
- "//data/audio_processing/output_data_float.pb",
- "//data/audio_processing/output_data_mac.pb",
"//data/voice_engine/audio_tiny48.wav",
"//resources/att-downlink.rx",
"//resources/att-uplink.rx",
@@ -161,6 +158,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",

Powered by Google App Engine
This is Rietveld 408576698