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

Unified Diff: webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn

Issue 2721023002: Javascript audio player for the exported HTML file. (Closed)
Patch Set: Comments from Christoffer addressed Created 3 years, 10 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
Index: webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn b/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
index 8b17c529164a6d6a393d565eeb0f02372064b6fb..3dc84eeb18e6fb040220bf0d49c20c4767786dc3 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
@@ -37,9 +37,10 @@ copy("lib") {
"quality_assessment/data_access.py",
"quality_assessment/eval_scores.py",
"quality_assessment/evaluation.py",
- "quality_assessment/results.css",
"quality_assessment/export.py",
"quality_assessment/noise_generation.py",
+ "quality_assessment/results.css",
+ "quality_assessment/results.js",
"quality_assessment/signal_processing.py",
"quality_assessment/simulation.py",
]

Powered by Google App Engine
This is Rietveld 408576698