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

Unified Diff: webrtc/audio/BUILD.gn

Issue 2976633002: Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/297… (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/api/video_codecs/BUILD.gn ('k') | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/BUILD.gn
diff --git a/webrtc/audio/BUILD.gn b/webrtc/audio/BUILD.gn
index 2b7d06fcfa988fdea9648938391d138cad8654de..1577316cd4b59d6fcd20697d9f3851294b7febe7 100644
--- a/webrtc/audio/BUILD.gn
+++ b/webrtc/audio/BUILD.gn
@@ -37,6 +37,8 @@ rtc_static_library("audio") {
"../api:call_api",
"../api/audio_codecs:audio_codecs_api",
"../api/audio_codecs:builtin_audio_encoder_factory",
+ "../base:rtc_base_approved",
+ "../base:rtc_task_queue",
"../call:call_interfaces",
"../call:rtp_interfaces",
"../common_audio",
@@ -48,8 +50,6 @@ rtc_static_library("audio") {
"../modules/pacing:pacing",
"../modules/remote_bitrate_estimator:remote_bitrate_estimator",
"../modules/rtp_rtcp:rtp_rtcp",
- "../rtc_base:rtc_base_approved",
- "../rtc_base:rtc_task_queue",
"../system_wrappers",
"../voice_engine",
]
@@ -77,14 +77,14 @@ if (rtc_include_tests) {
deps = [
":audio",
"../api:mock_audio_mixer",
+ "../base:rtc_base_approved",
+ "../base:rtc_task_queue",
"../call:rtp_receiver",
"../modules/audio_device:mock_audio_device",
"../modules/audio_mixer:audio_mixer_impl",
"../modules/congestion_controller:congestion_controller",
"../modules/congestion_controller:mock_congestion_controller",
"../modules/pacing:pacing",
- "../rtc_base:rtc_base_approved",
- "../rtc_base:rtc_task_queue",
"../test:test_common",
"../test:test_support",
"utility:utility_tests",
« no previous file with comments | « webrtc/api/video_codecs/BUILD.gn ('k') | webrtc/audio/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698