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

Unified Diff: ui/display/BUILD.gn

Issue 2325773003: cc: Plumb the monitor color profile to renderer for rasterization (Closed)
Patch Set: Unrevert 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | ui/display/android/screen_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
+
deps = [
"//base",
"//ui/display/types",
« no previous file with comments | « content/renderer/render_widget.cc ('k') | ui/display/android/screen_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698