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

Unified Diff: webrtc/modules/audio_device/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/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 2c262ba9629f4b34cc292a76bc674158544e113a..6cf2ea79cea59690600ea4e3cd11ed10e373e0a8 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 = [
- "../../base:gtest_prod",
- "../../base:rtc_base",
+ "../../rtc_base:gtest_prod",
+ "../../rtc_base:rtc_base",
"../../sdk:objc_audio",
"../../sdk:objc_common",
]
@@ -281,7 +281,7 @@ if (rtc_include_tests) {
deps = [
":audio_device",
":mock_audio_device",
- "../../base:rtc_base_approved",
+ "../../rtc_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",
- "../../base:rtc_base_approved",
+ "../../rtc_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