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

Unified Diff: webrtc/modules/rtp_rtcp/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/remote_bitrate_estimator/BUILD.gn ('k') | webrtc/modules/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/BUILD.gn
diff --git a/webrtc/modules/rtp_rtcp/BUILD.gn b/webrtc/modules/rtp_rtcp/BUILD.gn
index 91bfd854e1e0d089566c5096105f63927725a032..75e11f3fe7fddfefcc946115066c1d5f585f3d07 100644
--- a/webrtc/modules/rtp_rtcp/BUILD.gn
+++ b/webrtc/modules/rtp_rtcp/BUILD.gn
@@ -170,11 +170,11 @@ rtc_static_library("rtp_rtcp") {
"../../api:libjingle_peerconnection_api",
"../../api:transport_api",
"../../api/audio_codecs:audio_codecs_api",
- "../../base:gtest_prod",
- "../../base:rtc_base_approved",
- "../../base:sequenced_task_checker",
"../../common_video",
"../../logging:rtc_event_log_api",
+ "../../rtc_base:gtest_prod",
+ "../../rtc_base:rtc_base_approved",
+ "../../rtc_base:sequenced_task_checker",
"../../system_wrappers",
"../audio_coding:audio_format_conversion",
"../remote_bitrate_estimator",
@@ -200,7 +200,7 @@ rtc_source_set("fec_test_helper") {
deps = [
":rtp_rtcp",
"..:module_api",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
]
# TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
@@ -221,7 +221,7 @@ rtc_source_set("mock_rtp_rtcp") {
deps = [
":rtp_rtcp",
"..:module_api",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_support",
]
}
@@ -256,7 +256,7 @@ if (rtc_include_tests) {
]
deps = [
":rtp_rtcp",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_support",
]
if (!build_with_chromium && is_clang) {
@@ -342,8 +342,8 @@ if (rtc_include_tests) {
"..:module_api",
"../..:webrtc_common",
"../../api:transport_api",
- "../../base:rtc_base_approved",
"../../common_video:common_video",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers:system_wrappers",
"../../test:field_trial",
"../../test:rtp_test_utils",
« no previous file with comments | « webrtc/modules/remote_bitrate_estimator/BUILD.gn ('k') | webrtc/modules/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698