summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 22adc59..e8abe9ec 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -91,10 +91,14 @@
'base/cocoa/base_view.h',
'base/cocoa/base_view.mm',
'base/cocoa/events_mac.mm',
- 'base/cocoa/focus_tracker.h',
- 'base/cocoa/focus_tracker.mm',
'base/cocoa/find_pasteboard.h',
'base/cocoa/find_pasteboard.mm',
+ 'base/cocoa/focus_tracker.h',
+ 'base/cocoa/focus_tracker.mm',
+ 'base/cocoa/fullscreen_window_manager.h',
+ 'base/cocoa/fullscreen_window_manager.mm',
+ 'base/cocoa/underlay_opengl_hosting_window.h',
+ 'base/cocoa/underlay_opengl_hosting_window.mm',
'base/dragdrop/cocoa_dnd_util.h',
'base/dragdrop/cocoa_dnd_util.mm',
'base/dragdrop/drag_drop_types_gtk.cc',