Chromium Code Reviews| Index: ui/gfx/gfx.gyp |
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp |
| index 8067bee5cfa7b470a79719834810bd4a5c74b47a..a1ccf944da86bc4b06dd519e2babed72ce9b8a05 100644 |
| --- a/ui/gfx/gfx.gyp |
| +++ b/ui/gfx/gfx.gyp |
| @@ -264,7 +264,6 @@ |
| 'scoped_ui_graphics_push_context_ios.mm', |
| 'screen.cc', |
| 'screen.h', |
| - 'screen_android.cc', |
| 'screen_aura.cc', |
| 'screen_ios.mm', |
| 'screen_mac.mm', |
| @@ -412,11 +411,6 @@ |
| 'path.cc', |
| ], |
| }], |
| - ['OS=="android" and use_aura==1', { |
| - 'sources!': [ |
| - 'screen_android.cc', |
| - ], |
| - }], |
| ['OS=="android" or OS=="ios"', { |
| 'sources!': [ |
| 'harfbuzz_font_skia.cc', |