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

Side by Side Diff: webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn

Issue 2711313004: APM Quality Assessment tool, audioproc_f Python wrapper (Closed)
Patch Set: rebase Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/apm_configs/default.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2017 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../../../../webrtc.gni") 9 import("../../../../webrtc.gni")
10 10
(...skipping 15 matching lines...) Expand all
26 ":output", 26 ":output",
27 "../..:audioproc_f", 27 "../..:audioproc_f",
28 "//resources/audio_processing/test/py_quality_assessment:probing_signals", 28 "//resources/audio_processing/test/py_quality_assessment:probing_signals",
29 ] 29 ]
30 } # py_quality_assessment 30 } # py_quality_assessment
31 31
32 copy("lib") { 32 copy("lib") {
33 testonly = true 33 testonly = true
34 sources = [ 34 sources = [
35 "quality_assessment/__init__.py", 35 "quality_assessment/__init__.py",
36 "quality_assessment/audioproc_wrapper.py",
36 "quality_assessment/data_access.py", 37 "quality_assessment/data_access.py",
37 "quality_assessment/eval_scores.py", 38 "quality_assessment/eval_scores.py",
38 "quality_assessment/noise_generation.py", 39 "quality_assessment/noise_generation.py",
39 "quality_assessment/simulation.py", 40 "quality_assessment/simulation.py",
40 ] 41 ]
41 visibility = [ ":*" ] # Only targets in this file can depend on this. 42 visibility = [ ":*" ] # Only targets in this file can depend on this.
42 outputs = [ 43 outputs = [
43 "$root_build_dir/py_quality_assessment/quality_assessment/{{source_file_part }}", 44 "$root_build_dir/py_quality_assessment/quality_assessment/{{source_file_part }}",
44 ] 45 ]
45 deps = [ 46 deps = [
(...skipping 15 matching lines...) Expand all
61 copy("output") { 62 copy("output") {
62 testonly = true 63 testonly = true
63 sources = [ 64 sources = [
64 "output/README.md", 65 "output/README.md",
65 ] 66 ]
66 visibility = [ ":*" ] # Only targets in this file can depend on this. 67 visibility = [ ":*" ] # Only targets in this file can depend on this.
67 outputs = [ 68 outputs = [
68 "$root_build_dir/py_quality_assessment/output/{{source_file_part}}", 69 "$root_build_dir/py_quality_assessment/output/{{source_file_part}}",
69 ] 70 ]
70 } # output 71 } # output
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/apm_configs/default.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698