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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 3009203002: Make it possible to isolate isac_fix_test. (Closed)
Patch Set: Created 3 years, 3 months 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
« no previous file with comments | « tools_webrtc/mb/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 4003db1b3544dfa5d1e915d3c1ca8d0c6240fb18..32d5336ce91e614bf13408a5f121d63251a27618 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -1925,6 +1925,10 @@ if (rtc_include_tests) {
"../../test:test_support",
]
+ data = [
+ "../../../resources/speech_and_misc_wb.pcm",
+ ]
+
if (is_win) {
cflags = [
# Disable warnings to enable Win64 build, issue 1323.
« no previous file with comments | « tools_webrtc/mb/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698