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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2268093002: [WebRTC] A real ScreenCapturer test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove DirectX capturer changes 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
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/color.h » ('j') | webrtc/modules/desktop_capture/color.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 92284a1da6c4e77f6b949c7d7cd643dda335a52d..3d8df3cf4ec3663fe1c82eaeebea9792b3646251 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -504,6 +504,8 @@ if (rtc_include_tests) {
if (rtc_desktop_capture_supported) {
deps += [ "desktop_capture" ]
sources += [
+ "desktop_capture/color.cc",
+ "desktop_capture/color.h",
"desktop_capture/desktop_and_cursor_composer_unittest.cc",
"desktop_capture/mouse_cursor_monitor_unittest.cc",
"desktop_capture/screen_capturer_helper_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/desktop_capture/color.h » ('j') | webrtc/modules/desktop_capture/color.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698