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

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

Issue 2974863003: Use relative paths in GN files. (Closed)
Patch Set: Created 3 years, 5 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 | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/bitrate_controller/BUILD.gn » ('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 154219bf534c3676a9e30740b2225e905e44827d..2d1b1dbd3349e5b3a0237c91a5ba952ca5de5e87 100644
--- a/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
+++ b/webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn
@@ -33,7 +33,7 @@ copy("scripts") {
":lib",
":output",
"../..:audioproc_f",
- "//resources/audio_processing/test/py_quality_assessment:probing_signals",
+ "../../../../../resources/audio_processing/test/py_quality_assessment:probing_signals",
]
}
@@ -71,7 +71,7 @@ copy("lib") {
"$root_build_dir/py_quality_assessment/quality_assessment/{{source_file_part}}",
]
deps = [
- "//resources/audio_processing/test/py_quality_assessment:noise_tracks",
+ "../../../../../resources/audio_processing/test/py_quality_assessment:noise_tracks",
]
}
@@ -104,8 +104,8 @@ rtc_executable("fake_polqa") {
visibility = [ ":*" ] # Only targets in this file can depend on this.
output_name = "py_quality_assessment/quality_assessment/fake_polqa"
deps = [
- "//webrtc:webrtc_common",
- "//webrtc/base:rtc_base_approved",
+ "../../../..:webrtc_common",
+ "../../../../base:rtc_base_approved",
]
}
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/bitrate_controller/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698