| 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
|
|
|