Chromium Code Reviews| Index: ui/gfx/gfx.gyp |
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
| index 9ed9d97ebc14bfe17bb27440f5a34f21b5d4102e..3ee50b4771d4ee4a484edd069cbb2780a3a97874 100644 |
| --- a/ui/gfx/gfx.gyp |
| +++ b/ui/gfx/gfx.gyp |
| @@ -297,6 +297,8 @@ |
| 'ui_gfx_exports.cc', |
| 'utf16_indexing.cc', |
| 'utf16_indexing.h', |
| + 'vector_icons.cc', |
| + 'vector_icons.h', |
| 'vsync_provider.h', |
| 'win/direct_write.cc', |
| 'win/direct_write.h', |
| @@ -404,6 +406,8 @@ |
| 'render_text_harfbuzz.cc', |
| 'render_text_harfbuzz.h', |
| 'text_utils_skia.cc', |
| + 'vector_icons.cc', |
| + 'vector_icons.h', |
| ], |
| }], |
| ['use_x11==1', { |