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

Unified Diff: webrtc/voice_engine/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/video/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index e98a89b223ef1ed7482f8178cad8df4ac0cfc810..e82691a0f059dceeee9e1cbbed736b0e104d3043 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -37,10 +37,10 @@ rtc_static_library("file_player") {
deps = [
":audio_coder",
"..:webrtc_common",
- "../base:rtc_base_approved",
"../common_audio",
"../modules:module_api",
"../modules/media_file",
+ "../rtc_base:rtc_base_approved",
]
if (!build_with_chromium && is_clang) {
@@ -58,10 +58,10 @@ rtc_static_library("file_recorder") {
":audio_coder",
"..:webrtc_common",
"../audio/utility:audio_frame_operations",
- "../base:rtc_base_approved",
"../common_audio",
"../modules:module_api",
"../modules/media_file:media_file",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
]
@@ -143,8 +143,6 @@ rtc_static_library("voice_engine") {
"../api/audio_codecs:builtin_audio_decoder_factory",
"../api/audio_codecs:builtin_audio_encoder_factory",
"../audio/utility:audio_frame_operations",
- "../base:rtc_base_approved",
- "../base:rtc_task_queue",
"../call:rtp_interfaces",
"../common_audio",
"../logging:rtc_event_log_api",
@@ -159,6 +157,8 @@ rtc_static_library("voice_engine") {
"../modules/pacing",
"../modules/rtp_rtcp",
"../modules/utility",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_task_queue",
"../system_wrappers",
]
}
@@ -171,9 +171,9 @@ rtc_static_library("audio_level") {
deps = [
"..:webrtc_common",
- "../base:rtc_base_approved",
"../common_audio",
"../modules:module_api",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -182,8 +182,6 @@ if (rtc_include_tests) {
deps = [
":file_player",
":voice_engine",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_utils",
"../common_audio",
"../modules:module_api",
"../modules/audio_coding",
@@ -194,6 +192,8 @@ if (rtc_include_tests) {
"../modules/rtp_rtcp",
"../modules/utility",
"../modules/video_capture:video_capture",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../system_wrappers",
"../test:test_common",
"../test:test_main",
@@ -247,13 +247,13 @@ if (rtc_include_tests) {
deps = [
":voice_engine",
"..:webrtc_common",
- "../base:rtc_base_approved",
"../logging:rtc_event_log_api",
"../modules:module_api",
"../modules/audio_device:audio_device",
"../modules/audio_processing:audio_processing",
"../modules/rtp_rtcp:rtp_rtcp",
"../modules/video_capture",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
"../system_wrappers/:system_wrappers_default",
"../test/:test_common",
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698