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

Unified Diff: ui/display/BUILD.gn

Issue 2325773003: cc: Plumb the monitor color profile to renderer for rasterization (Closed)
Patch Set: Make public_deps instead of deps Created 4 years, 3 months 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
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 3b1cdc5211e8a05bab00cd9996cd15a499506864..471148ad6e2be1ef8b852e32efa4a0c5e14bd456 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -77,6 +77,10 @@ component("display") {
defines = [ "DISPLAY_IMPLEMENTATION" ]
+ public_deps = [
+ "//ui/gfx:gfx",
+ ]
ccameron 2016/09/08 22:05:03 This was required because of the gn error: ccam
+
deps = [
"//base",
"//ui/display/types",

Powered by Google App Engine
This is Rietveld 408576698