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

Unified Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2446643005: Use relative names in GN to make Chromium happy (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/BUILD.gn
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
index 6f47dcce949005d93beeddcb4a2f31713f894a9c..81e07920b2baf06a603bbda8d670ba723ee862de 100644
--- a/webrtc/modules/audio_coding/BUILD.gn
+++ b/webrtc/modules/audio_coding/BUILD.gn
@@ -45,7 +45,7 @@ rtc_static_library("audio_format") {
"codecs/audio_format.h",
]
deps = [
- "//webrtc:webrtc_common",
+ "../..:webrtc_common",
]
}
@@ -56,8 +56,8 @@ rtc_static_library("audio_format_conversion") {
]
deps = [
":audio_format",
- "//webrtc:webrtc_common",
- "//webrtc/base:rtc_base_approved",
+ "../..:webrtc_common",
+ "../../base:rtc_base_approved",
]
}
@@ -68,7 +68,7 @@ rtc_source_set("audio_decoder_factory_interface") {
deps = [
":audio_decoder_interface",
":audio_format",
- "//webrtc/base:rtc_base_approved",
+ "../../base:rtc_base_approved",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698