Index: remoting/codec/BUILD.gn |
diff --git a/remoting/codec/BUILD.gn b/remoting/codec/BUILD.gn |
index 5c5707bdde4287c066eb5c8ed5121c9dfc9c009a..9323fdd5ef6073dfe33135eb3d8c67ce6a13ecf0 100644 |
--- a/remoting/codec/BUILD.gn |
+++ b/remoting/codec/BUILD.gn |
@@ -38,6 +38,7 @@ source_set("encoder") { |
"//third_party/libyuv", |
"//third_party/opus", |
"//third_party/webrtc/modules/desktop_capture:primitives", |
+ "//ui/gfx:color_space", |
] |
if (is_nacl) { |
@@ -59,6 +60,7 @@ source_set("encoder") { |
deps -= [ |
"//media", |
"//media:shared_memory_support", |
+ "//ui/gfx:color_space", |
] |
} |
@@ -141,6 +143,7 @@ source_set("unit_tests") { |
"//remoting/proto", |
"//testing/gtest", |
"//third_party/webrtc/modules/desktop_capture", |
+ "//ui/gfx:color_space", |
] |
if (is_ios) { |