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

Unified Diff: webrtc/audio/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/api/BUILD.gn ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 1577316cd4b59d6fcd20697d9f3851294b7febe7..5296f1fa827f07963d513cdc56efd42d291fadb6 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -62,7 +62,7 @@ if (rtc_include_tests) {
# gets additional generated targets which would require many lines here to
# cover (which would be confusing to read and hard to maintain).
if (!is_android && !is_ios) {
- visibility = [ "//webrtc:video_engine_tests" ]
+ visibility = [ "..:video_engine_tests" ]
}
# TODO(kjellander): Remove (bugs.webrtc.org/6828)
@@ -120,8 +120,8 @@ if (rtc_include_tests) {
}
data = [
- "//resources/voice_engine/audio_tiny16.wav",
- "//resources/voice_engine/audio_tiny48.wav",
+ "../../resources/voice_engine/audio_tiny16.wav",
+ "../../resources/voice_engine/audio_tiny48.wav",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/call/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698