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

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

Issue 2436913002: Move shared_desktop_frame.cc to webrtc/modules/desktop_capture:primitives (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | webrtc/modules/desktop_capture/shared_desktop_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index 85d66f8be1041651161abeb120e528abc0a99397..7b8638a5506141882d93e69faed53de1041eb1f4 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -21,6 +21,12 @@ rtc_static_library("primitives") {
"desktop_geometry.h",
"desktop_region.cc",
"desktop_region.h",
+ "shared_desktop_frame.cc",
+ "shared_desktop_frame.h",
+ ]
+
+ deps = [
+ "../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
]
}
@@ -59,8 +65,6 @@ rtc_static_library("desktop_capture") {
"screen_capturer_helper.h",
"screen_capturer_mac.mm",
"screen_capturer_win.cc",
- "shared_desktop_frame.cc",
- "shared_desktop_frame.h",
"shared_memory.cc",
"shared_memory.h",
"win/cursor.cc",
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/shared_desktop_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698