Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 84422749d715418add6cb7889b4b2173b1c222ad..762ac480093c22b22550c8cad9fb25cc5a2505fa 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -744,10 +744,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', |
| ], |