Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 15dcf6895cff827e27097b4b9cf968d4ddcc27ad..042802dabc49bbf227f1d05cf24c4e980231d8fe 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -306,6 +306,8 @@ |
| ['exclude', 'gfx/screen_win.cc'], |
| ['exclude', 'base/win/mouse_wheel_util.cc'], |
| ['exclude', 'base/win/mouse_wheel_util.h'], |
| + ['exclude', 'base/x/active_window_watcher_x.cc'], |
| + ['exclude', 'base/x/active_window_watcher_x.h'], |
| ], |
| }], |
| ['use_glib == 1', { |