Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 31c6dce1f258901c87efec0d29277e7befaa7bb8..86c34c158800b724b0fe660b1f921ae9b8ab872e 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -746,10 +746,12 @@ |
| }], |
| ['OS=="android"', { |
| 'sources!': [ |
| + 'base/dragdrop/drag_utils.cc', |
| + 'base/dragdrop/drag_utils.h', |
| 'base/touch/touch_factory.cc', |
| 'base/touch/touch_factory.h', |
| - 'gfx/pango_util.h', |
| 'gfx/pango_util.cc', |
| + 'gfx/pango_util.h', |
| 'gfx/platform_font_pango.cc', |
| 'gfx/platform_font_pango.h', |
| ], |