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

Unified Diff: ui/gfx/BUILD.gn

Issue 2160133002: Revert of Support for retreiving the monitor color space on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/color_space.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 ffdd752271a4aa6cc6e3d62fff7ca016388f41f9..21cd763f48678239af653c859863c90237091287 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -66,7 +66,6 @@
"color_space.h",
"color_space_mac.mm",
"color_space_win.cc",
- "color_space_x11.cc",
"color_utils.cc",
"color_utils.h",
"favicon_size.cc",
@@ -402,10 +401,7 @@
deps += [ "//ui/gfx/x" ]
configs += [ "//build/config/linux:x11" ]
} else {
- sources -= [
- "color_space_x11.cc",
- "path_x11.cc",
- ]
+ sources -= [ "path_x11.cc" ]
}
if (use_cairo) {
« no previous file with comments | « no previous file | ui/gfx/color_space.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698