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

Unified Diff: webrtc/logging/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/examples/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/BUILD.gn
diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
index f3c34698076578b75d58d9086f8f7ac885ca3b81..6a70324e5b22e53966cd95aa973154a2702ed0a4 100644
--- a/webrtc/logging/BUILD.gn
+++ b/webrtc/logging/BUILD.gn
@@ -30,7 +30,7 @@ rtc_source_set("rtc_event_log_api") {
deps = [
"..:video_stream_api",
"..:webrtc_common",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -48,11 +48,11 @@ rtc_static_library("rtc_event_log_impl") {
deps = [
":rtc_event_log_api",
"..:webrtc_common",
- "../base:protobuf_utils",
- "../base:rtc_base_approved",
"../modules/audio_coding:audio_network_adaptor",
"../modules/remote_bitrate_estimator:remote_bitrate_estimator",
"../modules/rtp_rtcp",
+ "../rtc_base:protobuf_utils",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
]
@@ -96,8 +96,8 @@ if (rtc_enable_protobuf) {
}
deps = [
"..:video_stream_api",
- "../base:protobuf_utils",
- "../base:rtc_base_approved",
+ "../rtc_base:protobuf_utils",
+ "../rtc_base:rtc_base_approved",
]
}
@@ -111,12 +111,12 @@ if (rtc_enable_protobuf) {
deps = [
":rtc_event_log_impl",
":rtc_event_log_parser",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_utils",
"../call",
"../modules/audio_coding:audio_network_adaptor",
"../modules/remote_bitrate_estimator:remote_bitrate_estimator",
"../modules/rtp_rtcp",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../system_wrappers:metrics_default",
"../test:test_support",
"//testing/gmock",
@@ -136,8 +136,8 @@ if (rtc_enable_protobuf) {
":rtc_event_log_api",
":rtc_event_log_impl",
":rtc_event_log_parser",
- "../base:rtc_base_approved",
"../modules/rtp_rtcp:rtp_rtcp",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers:field_trial_default",
"../system_wrappers:metrics_default",
"../test:rtp_test_utils",
@@ -159,7 +159,7 @@ if (rtc_enable_protobuf) {
":rtc_event_log_api",
":rtc_event_log_impl",
":rtc_event_log_parser",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
# TODO(kwiberg): Remove this dependency.
"../api/audio_codecs:audio_codecs_api",
@@ -182,7 +182,7 @@ if (rtc_enable_protobuf) {
":rtc_event_log_api",
":rtc_event_log_impl",
":rtc_event_log_proto",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
"//third_party/gflags",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « webrtc/examples/BUILD.gn ('k') | webrtc/media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698