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

Unified Diff: ui/gfx/BUILD.gn

Issue 1219533009: Make SysColorChangeListener Windows-only instead of having an empty shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@net_private_fields
Patch Set: forgot one Created 5 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
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index b6468d932b82c282852a281d4cf715123f88d8d2..294a20eab7e048bc7cf4abf6dee7ba7cd975ddbf 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -194,8 +194,6 @@ component("gfx") {
"skia_util.h",
"switches.cc",
"switches.h",
- "sys_color_change_listener.cc",
- "sys_color_change_listener.h",
"text_constants.h",
"text_elider.cc",
"text_elider.h",
@@ -531,6 +529,8 @@ test("gfx_unittests") {
"icon_util_unittests.rc",
"path_win_unittest.cc",
"platform_font_win_unittest.cc",
+ "sys_color_change_listener.cc",
+ "sys_color_change_listener.h",
]
ldflags = [

Powered by Google App Engine
This is Rietveld 408576698