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

Unified Diff: webrtc/modules/audio_device/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/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 a60087efd67ab195952fde4358e7207ee629b43c..c56516519245a3a90c6dab71674ccc04702e2c17 100644
--- a/webrtc/modules/audio_device/BUILD.gn
+++ b/webrtc/modules/audio_device/BUILD.gn
@@ -51,9 +51,9 @@ rtc_static_library("audio_device") {
deps = [
"..:module_api",
"../..:webrtc_common",
+ "../../base:rtc_base_approved",
+ "../../base:rtc_task_queue",
"../../common_audio",
- "../../rtc_base:rtc_base_approved",
- "../../rtc_base:rtc_task_queue",
"../../system_wrappers",
"../utility",
]
@@ -177,8 +177,8 @@ rtc_static_library("audio_device") {
}
if (is_ios) {
public_deps = [
- "../../rtc_base:gtest_prod",
- "../../rtc_base:rtc_base",
+ "../../base:gtest_prod",
+ "../../base:rtc_base",
"../../sdk:objc_audio",
"../../sdk:objc_common",
]
@@ -281,7 +281,7 @@ if (rtc_include_tests) {
deps = [
":audio_device",
":mock_audio_device",
- "../../rtc_base:rtc_base_approved",
+ "../../base:rtc_base_approved",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
"../utility:utility",
@@ -331,7 +331,7 @@ if (rtc_include_tests) {
deps = [
":audio_device",
"../..:webrtc_common",
- "../../rtc_base:rtc_base_approved",
+ "../../base:rtc_base_approved",
"../../system_wrappers",
"../../test:test_main",
"../../test:test_support",
« 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