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

Unified Diff: webrtc/modules/audio_device/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_conference_mixer/BUILD.gn ('k') | webrtc/modules/audio_mixer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/BUILD.gn
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
index c56516519245a3a90c6dab71674ccc04702e2c17..2c262ba9629f4b34cc292a76bc674158544e113a 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -273,7 +273,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/modules:modules_unittests" ]
+ visibility = [ "..:modules_unittests" ]
}
sources = [
"fine_audio_buffer_unittest.cc",
@@ -304,7 +304,7 @@ if (rtc_include_tests) {
]
deps += [
"../../../base",
- "//webrtc/sdk/android:libjingle_peerconnection_java",
+ "../../sdk/android:libjingle_peerconnection_java",
]
}
if (is_ios && !use_ios_simulator) {
@@ -355,7 +355,7 @@ if (!build_with_chromium && is_android) {
"android/java/src/org/webrtc/voiceengine/WebRtcAudioUtils.java",
]
deps = [
- "//webrtc/rtc_base:base_java",
+ "../../rtc_base:base_java",
]
}
}
« no previous file with comments | « webrtc/modules/audio_conference_mixer/BUILD.gn ('k') | webrtc/modules/audio_mixer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698