Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: ui/ui.gyp

Issue 9838071: Implement pepper flash fullscreen on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comment Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 75478f046291dd51e84e1092fe3b094eee24efc0..ee93d539a73c31439a3a0df6e1434825890bffc3 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -92,6 +92,10 @@
'base/cocoa/events_mac.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',

Powered by Google App Engine
This is Rietveld 408576698