Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 5b3cb6cd5a8ae8045c4878b5fd06b421798b3c04..0eac61c320dd91717874c6bcd3710497d8280e9f 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -302,7 +302,9 @@ |
| ['exclude', 'gfx/screen_win.cc'], |
| ['exclude', 'base/win/mouse_wheel_util.cc'], |
| ['exclude', 'base/win/mouse_wheel_util.h'], |
| - ], |
| + ['include', 'gfx/gtk_util.cc'], |
|
Ben Goodger (Google)
2011/09/16 01:11:18
why?
Emmanuel Saint-loubert-Bié
2011/09/16 02:34:54
We still need under Linux. In any case it was wron
Ben Goodger (Google)
2011/09/16 14:46:55
Can you let me know of the specific instances? I'd
|
| + ['include', 'gfx/gtk_util.h'], |
| + ], |
| }], |
| ['toolkit_uses_gtk == 1', { |
| 'dependencies': [ |