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

Unified Diff: webrtc/logging/BUILD.gn

Issue 3000253002: Move video send/receive stream headers to webrtc/call. (Closed)
Patch Set: Headers moved to 'webrtc/call' instead of 'webrtc/api'. Created 3 years, 4 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
Index: webrtc/logging/BUILD.gn
diff --git a/webrtc/logging/BUILD.gn b/webrtc/logging/BUILD.gn
index 6c006c5039e02d15abcb409b2d5bd161f98a2ff8..b8d17573c17cfcf1a16b8d1abb88342d64222397 100644
--- a/webrtc/logging/BUILD.gn
+++ b/webrtc/logging/BUILD.gn
@@ -28,8 +28,8 @@ rtc_source_set("rtc_event_log_api") {
"rtc_event_log/rtc_event_log_factory_interface.h",
]
deps = [
- "..:video_stream_api",
"..:webrtc_common",
+ "../call:video_stream_api",
"../rtc_base:rtc_base_approved",
]
}
@@ -95,7 +95,7 @@ if (rtc_enable_protobuf) {
suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
}
deps = [
- "..:video_stream_api",
+ "../call:video_stream_api",
"../rtc_base:protobuf_utils",
"../rtc_base:rtc_base_approved",
]

Powered by Google App Engine
This is Rietveld 408576698