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

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

Issue 2202883003: Icon Capture For Window Capturer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix windows crash Created 4 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/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index 6caef4d719b5dea3d98b61b2dee86ae3853611e2..5683d84b0b1afaa7a801d9cd4cc01c162ee7cab1 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -53,8 +53,8 @@ source_set("desktop_capture") {
"mac/full_screen_chrome_window_detector.h",
"mac/scoped_pixel_buffer_object.cc",
"mac/scoped_pixel_buffer_object.h",
- "mac/window_list_utils.cc",
"mac/window_list_utils.h",
+ "mac/window_list_utils.mm",
"mouse_cursor.cc",
"mouse_cursor.h",
"mouse_cursor_monitor.h",

Powered by Google App Engine
This is Rietveld 408576698