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

Unified Diff: remoting/codec/BUILD.gn

Issue 2598833002: Add SkColorSpace to gfx::ColorSpace (Closed)
Patch Set: Add tests Created 4 years 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 | « media/video/picture.cc ('k') | ui/events/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « media/video/picture.cc ('k') | ui/events/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698