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

Unified Diff: webrtc/modules/audio_mixer/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_device/BUILD.gn ('k') | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_mixer/BUILD.gn
diff --git a/webrtc/modules/audio_mixer/BUILD.gn b/webrtc/modules/audio_mixer/BUILD.gn
index b6569f72b05a1a81d350db514c864fb12eec3cb7..e7323f16642285537a9e24e0351154b8baa07ab3 100644
--- a/webrtc/modules/audio_mixer/BUILD.gn
+++ b/webrtc/modules/audio_mixer/BUILD.gn
@@ -41,7 +41,7 @@ rtc_static_library("audio_mixer_impl") {
"..:module_api",
"../..:webrtc_common",
"../../audio/utility:audio_frame_operations",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../audio_processing",
]
@@ -61,7 +61,7 @@ rtc_static_library("audio_frame_manipulator") {
deps = [
"..:module_api",
"../../audio/utility",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
]
}
@@ -90,8 +90,8 @@ if (rtc_include_tests) {
"..:module_api",
"../../api:audio_mixer_api",
"../../audio/utility:audio_frame_operations",
- "../../base:rtc_base_approved",
- "../../base:rtc_task_queue",
+ "../../rtc_base:rtc_base_approved",
+ "../../rtc_base:rtc_task_queue",
"../../test:test_support",
"//testing/gmock",
]
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698