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

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

Issue 2723703002: Evaluation scores export library and CSS file for the exported HTML file (Closed)
Patch Set: merge Created 3 years, 8 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/apm_quality_assessment_export.py » ('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 27 matching lines...) Expand all
38 "quality_assessment/data_access.py", 38 "quality_assessment/data_access.py",
39 "quality_assessment/eval_scores.py", 39 "quality_assessment/eval_scores.py",
40 "quality_assessment/eval_scores_factory.py", 40 "quality_assessment/eval_scores_factory.py",
41 "quality_assessment/eval_scores_unittest.py", 41 "quality_assessment/eval_scores_unittest.py",
42 "quality_assessment/evaluation.py", 42 "quality_assessment/evaluation.py",
43 "quality_assessment/exceptions.py", 43 "quality_assessment/exceptions.py",
44 "quality_assessment/export.py", 44 "quality_assessment/export.py",
45 "quality_assessment/noise_generation.py", 45 "quality_assessment/noise_generation.py",
46 "quality_assessment/noise_generation_factory.py", 46 "quality_assessment/noise_generation_factory.py",
47 "quality_assessment/noise_generation_unittest.py", 47 "quality_assessment/noise_generation_unittest.py",
48 "quality_assessment/results.css",
48 "quality_assessment/signal_processing.py", 49 "quality_assessment/signal_processing.py",
49 "quality_assessment/signal_processing_unittest.py", 50 "quality_assessment/signal_processing_unittest.py",
50 "quality_assessment/simulation.py", 51 "quality_assessment/simulation.py",
51 ] 52 ]
52 visibility = [ ":*" ] # Only targets in this file can depend on this. 53 visibility = [ ":*" ] # Only targets in this file can depend on this.
53 outputs = [ 54 outputs = [
54 "$root_build_dir/py_quality_assessment/quality_assessment/{{source_file_part }}", 55 "$root_build_dir/py_quality_assessment/quality_assessment/{{source_file_part }}",
55 ] 56 ]
56 deps = [ 57 deps = [
57 "//resources/audio_processing/test/py_quality_assessment:noise_tracks", 58 "//resources/audio_processing/test/py_quality_assessment:noise_tracks",
(...skipping 14 matching lines...) Expand all
72 copy("output") { 73 copy("output") {
73 testonly = true 74 testonly = true
74 sources = [ 75 sources = [
75 "output/README.md", 76 "output/README.md",
76 ] 77 ]
77 visibility = [ ":*" ] # Only targets in this file can depend on this. 78 visibility = [ ":*" ] # Only targets in this file can depend on this.
78 outputs = [ 79 outputs = [
79 "$root_build_dir/py_quality_assessment/output/{{source_file_part}}", 80 "$root_build_dir/py_quality_assessment/output/{{source_file_part}}",
80 ] 81 ]
81 } # output 82 } # output
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_export.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698