| Index: ui/ui.gyp
|
| ===================================================================
|
| --- ui/ui.gyp (revision 98311)
|
| +++ ui/ui.gyp (working copy)
|
| @@ -265,7 +265,6 @@
|
| 'gfx/render_text_win.cc',
|
| 'gfx/render_text_win.h',
|
| 'gfx/screen.h',
|
| - 'gfx/screen_aura.cc',
|
| 'gfx/screen_gtk.cc',
|
| 'gfx/screen_wayland.cc',
|
| 'gfx/screen_win.cc',
|
| @@ -286,11 +285,6 @@
|
| 'gfx/transform.cc',
|
| ],
|
| 'conditions': [
|
| - ['use_aura==1', {
|
| - 'sources/': [
|
| - ['exclude', 'gfx/screen_win.cc'],
|
| - ],
|
| - }],
|
| ['toolkit_uses_gtk == 1', {
|
| 'dependencies': [
|
| # font_gtk.cc uses fontconfig.
|
|
|