| Index: ui/ui.gyp
 | 
| diff --git a/ui/ui.gyp b/ui/ui.gyp
 | 
| index 5b3cb6cd5a8ae8045c4878b5fd06b421798b3c04..e47b2b57d3b1196f582f17afa1aeabd7516d03de 100644
 | 
| --- a/ui/ui.gyp
 | 
| +++ b/ui/ui.gyp
 | 
| @@ -298,11 +298,13 @@
 | 
|          ['use_aura==1', {
 | 
|            'sources/': [
 | 
|              ['exclude', 'gfx/gtk_'],
 | 
| +            ['exclude', 'gfx/gtk_util.cc'],
 | 
| +            ['exclude', 'gfx/gtk_util.h'],
 | 
|              ['exclude', 'gfx/screen_gtk.cc'],
 | 
|              ['exclude', 'gfx/screen_win.cc'],
 | 
|              ['exclude', 'base/win/mouse_wheel_util.cc'],
 | 
|              ['exclude', 'base/win/mouse_wheel_util.h'],
 | 
| -          ],
 | 
| +           ],
 | 
|          }],
 | 
|          ['toolkit_uses_gtk == 1', {
 | 
|            'dependencies': [
 | 
| 
 |