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

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

Issue 2715943002: APM Quality Assessment, simulation controller and libraries (Closed)
Patch Set: revert to Python 2 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/apm_configs/default.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f191319bfed1e2fa6c1109d1e1a91e1c04e3acb8..d607d15bfd36c87d6b1e099f197248b1a74e03ba 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
@@ -33,6 +33,10 @@ copy("lib") {
testonly = true
sources = [
"quality_assessment/__init__.py",
+ "quality_assessment/data_access.py",
+ "quality_assessment/eval_scores.py",
+ "quality_assessment/noise_generation.py",
+ "quality_assessment/simulation.py",
]
visibility = [ ":*" ] # Only targets in this file can depend on this.
outputs = [
@@ -46,7 +50,7 @@ copy("lib") {
copy("apm_configs") {
testonly = true
sources = [
- "quality_assessment/apm_configs/default.json",
+ "apm_configs/default.json",
]
visibility = [ ":*" ] # Only targets in this file can depend on this.
outputs = [
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/apm_configs/default.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698