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

Unified Diff: webrtc/api/audio_codecs/opus/BUILD.gn

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md 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/audio_codecs/ilbc/BUILD.gn ('k') | webrtc/api/audio_codecs/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/audio_codecs/opus/BUILD.gn
diff --git a/webrtc/api/audio_codecs/opus/BUILD.gn b/webrtc/api/audio_codecs/opus/BUILD.gn
index c7f7ac82017c0b9d7c0ddd99dc75d94d9ef1e965..29a68ff74e8f97231392d2ce829d56d0cfd18c7e 100644
--- a/webrtc/api/audio_codecs/opus/BUILD.gn
+++ b/webrtc/api/audio_codecs/opus/BUILD.gn
@@ -18,7 +18,7 @@ rtc_static_library("audio_encoder_opus_config") {
"audio_encoder_opus_config.h",
]
deps = [
- "../../../base:rtc_base_approved",
+ "../../../rtc_base:rtc_base_approved",
]
defines = []
if (rtc_opus_variable_complexity) {
@@ -35,9 +35,9 @@ rtc_source_set("audio_encoder_opus") {
deps = [
":audio_encoder_opus_config",
"..:audio_codecs_api",
- "../../../base:protobuf_utils", # TODO(kwiberg): Why is this needed?
- "../../../base:rtc_base_approved",
"../../../modules/audio_coding:webrtc_opus",
+ "../../../rtc_base:protobuf_utils", # TODO(kwiberg): Why is this needed?
+ "../../../rtc_base:rtc_base_approved",
]
}
@@ -49,7 +49,7 @@ rtc_static_library("audio_decoder_opus") {
deps = [
"..:audio_codecs_api",
"../../..:webrtc_common",
- "../../../base:rtc_base_approved",
"../../../modules/audio_coding:webrtc_opus",
+ "../../../rtc_base:rtc_base_approved",
]
}
« no previous file with comments | « webrtc/api/audio_codecs/ilbc/BUILD.gn ('k') | webrtc/api/audio_codecs/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698