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", |