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

Unified Diff: webrtc/common_audio/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/call/BUILD.gn ('k') | webrtc/common_video/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/BUILD.gn
diff --git a/webrtc/common_audio/BUILD.gn b/webrtc/common_audio/BUILD.gn
index ff0aa267fd9a75e077eb6798ff20e8283849e16b..f7f3efbf366e1fc81be436e1325354672fec3ff9 100644
--- a/webrtc/common_audio/BUILD.gn
+++ b/webrtc/common_audio/BUILD.gn
@@ -63,8 +63,8 @@ rtc_static_library("common_audio") {
deps = [
":sinc_resampler",
"..:webrtc_common",
- "../base:gtest_prod",
- "../base:rtc_base_approved",
+ "../rtc_base:gtest_prod",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
]
public_deps = [
@@ -209,8 +209,8 @@ rtc_source_set("common_audio_c") {
":common_audio_c_arm_asm",
":common_audio_cc",
"..:webrtc_common",
- "../base:compile_assert_c",
- "../base:rtc_base_approved",
+ "../rtc_base:compile_assert_c",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers:system_wrappers",
]
}
@@ -225,7 +225,7 @@ rtc_source_set("common_audio_cc") {
public_configs = [ ":common_audio_config" ]
deps = [
"..:webrtc_common",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers:system_wrappers",
]
}
@@ -236,8 +236,8 @@ rtc_source_set("sinc_resampler") {
]
deps = [
"..:webrtc_common",
- "../base:gtest_prod",
- "../base:rtc_base_approved",
+ "../rtc_base:gtest_prod",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
]
}
@@ -344,7 +344,7 @@ if (rtc_build_with_neon) {
}
deps = [
":common_audio_c",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
]
}
}
@@ -401,8 +401,8 @@ if (rtc_include_tests) {
":common_audio",
":sinc_resampler",
"..:webrtc_common",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_utils",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../system_wrappers",
"../test:test_main",
"//testing/gmock",
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/common_video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698