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

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: 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
« no previous file with comments | « ui/base/cocoa/underlay_opengl_hosting_window.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 130181)
+++ ui/ui.gyp (working copy)
@@ -90,10 +90,14 @@
'base/cocoa/base_view.h',
'base/cocoa/base_view.mm',
'base/cocoa/events_mac.mm',
+ 'base/cocoa/find_pasteboard.h',
+ 'base/cocoa/find_pasteboard.mm',
'base/cocoa/focus_tracker.h',
'base/cocoa/focus_tracker.mm',
- 'base/cocoa/find_pasteboard.h',
- 'base/cocoa/find_pasteboard.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',
« no previous file with comments | « ui/base/cocoa/underlay_opengl_hosting_window.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698