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

Unified Diff: ui/gfx/gfx.gyp

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: rebase 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
« no previous file with comments | « ui/gfx/color_utils.cc ('k') | ui/gfx/sys_color_change_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 9ed9d97ebc14bfe17bb27440f5a34f21b5d4102e..11c1ba624d3e6c01f0240d15c5e4073c900de9db 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -280,8 +280,6 @@
'swap_result.h',
'switches.cc',
'switches.h',
- 'sys_color_change_listener.cc',
- 'sys_color_change_listener.h',
'text_constants.h',
'text_elider.cc',
'text_elider.h',
@@ -347,6 +345,8 @@
'gdi_util.h',
'icon_util.cc',
'icon_util.h',
+ 'sys_color_change_listener.cc',
+ 'sys_color_change_listener.h',
],
# TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int
# C4324 is structure was padded due to __declspec(align()), which is
« no previous file with comments | « ui/gfx/color_utils.cc ('k') | ui/gfx/sys_color_change_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698