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

Unified Diff: ui/gfx/BUILD.gn

Issue 2115103002: Support for retreiving the monitor color space on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged 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 | « no previous file | ui/gfx/icc_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index e65a545e96a494c103b857c3fbf8219031e15ca3..da92a3008db4a9ff0afda23545facba9a82bb348 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -94,6 +94,7 @@ component("gfx") {
"icc_profile.h",
"icc_profile_mac.mm",
"icc_profile_win.cc",
+ "icc_profile_x11.cc",
"icon_util.cc",
"icon_util.h",
"image/image.cc",
@@ -402,7 +403,10 @@ component("gfx") {
deps += [ "//ui/gfx/x" ]
configs += [ "//build/config/linux:x11" ]
} else {
- sources -= [ "path_x11.cc" ]
+ sources -= [
+ "icc_profile_x11.cc",
+ "path_x11.cc",
+ ]
}
if (use_cairo) {
« no previous file with comments | « no previous file | ui/gfx/icc_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698