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

Unified Diff: media/base/mac/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/base/android/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/BUILD.gn
diff --git a/media/base/mac/BUILD.gn b/media/base/mac/BUILD.gn
index ab2057183ef931893fcfb82378b8a022f75f25e7..ef7fe78e5cd85ff8d6c23ac7169a1a228e6a60e6 100644
--- a/media/base/mac/BUILD.gn
+++ b/media/base/mac/BUILD.gn
@@ -34,6 +34,7 @@ source_set("mac") {
deps = [
"//ppapi/features",
+ "//ui/gfx:color_space",
]
}
@@ -46,5 +47,6 @@ source_set("unit_tests") {
configs += [ "//media:media_config" ]
deps = [
"//testing/gtest",
+ "//ui/gfx:color_space",
]
}
« no previous file with comments | « media/base/android/BUILD.gn ('k') | media/capture/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698