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

Unified Diff: webrtc/modules/desktop_capture/BUILD.gn

Issue 2759493002: Add DesktopCapturerId and attach it to DesktopFrame (Closed)
Patch Set: Resolve review comments Created 3 years, 9 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/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index f8d52934051c5c4ede47601bea55be42ed2f26ff..1a94223bdf690e7a5369f2c62bd6f40a44701bc5 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -29,6 +29,7 @@ rtc_static_library("primitives") {
deps = [
"../..:webrtc_common",
"../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
+ "../../media:rtc_media_base",
]
}
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/DEPS » ('j') | webrtc/modules/desktop_capture/desktop_capture_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698