Index: webrtc/modules/BUILD.gn |
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn |
index f79e2f677942d917bd4856398037b8a876c03298..cfcf8526bb22d915f33752ed9921ef503a0961b4 100644 |
--- a/webrtc/modules/BUILD.gn |
+++ b/webrtc/modules/BUILD.gn |
@@ -363,6 +363,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", |