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) { |