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

Side by Side Diff: ui/ui.gyp

Issue 9838071: Implement pepper flash fullscreen on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'base/clipboard/custom_data_helper.h', 85 'base/clipboard/custom_data_helper.h',
86 'base/clipboard/custom_data_helper_mac.mm', 86 'base/clipboard/custom_data_helper_mac.mm',
87 'base/clipboard/custom_data_helper_x.cc', 87 'base/clipboard/custom_data_helper_x.cc',
88 'base/clipboard/scoped_clipboard_writer.cc', 88 'base/clipboard/scoped_clipboard_writer.cc',
89 'base/clipboard/scoped_clipboard_writer.h', 89 'base/clipboard/scoped_clipboard_writer.h',
90 'base/cocoa/base_view.h', 90 'base/cocoa/base_view.h',
91 'base/cocoa/base_view.mm', 91 'base/cocoa/base_view.mm',
92 'base/cocoa/events_mac.mm', 92 'base/cocoa/events_mac.mm',
93 'base/cocoa/focus_tracker.h', 93 'base/cocoa/focus_tracker.h',
94 'base/cocoa/focus_tracker.mm', 94 'base/cocoa/focus_tracker.mm',
95 'base/cocoa/fullscreen_window_manager.h',
96 'base/cocoa/fullscreen_window_manager.mm',
97 'base/cocoa/underlay_opengl_hosting_window.h',
98 'base/cocoa/underlay_opengl_hosting_window.mm',
95 'base/dragdrop/cocoa_dnd_util.h', 99 'base/dragdrop/cocoa_dnd_util.h',
96 'base/dragdrop/cocoa_dnd_util.mm', 100 'base/dragdrop/cocoa_dnd_util.mm',
97 'base/dragdrop/drag_drop_types_gtk.cc', 101 'base/dragdrop/drag_drop_types_gtk.cc',
98 'base/dragdrop/drag_drop_types.h', 102 'base/dragdrop/drag_drop_types.h',
99 'base/dragdrop/drag_drop_types_win.cc', 103 'base/dragdrop/drag_drop_types_win.cc',
100 'base/dragdrop/drag_source.cc', 104 'base/dragdrop/drag_source.cc',
101 'base/dragdrop/drag_source.h', 105 'base/dragdrop/drag_source.h',
102 'base/dragdrop/drop_target.cc', 106 'base/dragdrop/drop_target.cc',
103 'base/dragdrop/drop_target.h', 107 'base/dragdrop/drop_target.h',
104 'base/dragdrop/gtk_dnd_util.cc', 108 'base/dragdrop/gtk_dnd_util.cc',
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 683 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
680 'os.chmod(\'<(ui_copy_dest)\', 0700)' 684 'os.chmod(\'<(ui_copy_dest)\', 0700)'
681 ] 685 ]
682 } 686 }
683 ], 687 ],
684 }, 688 },
685 ], 689 ],
686 }], 690 }],
687 ], 691 ],
688 } 692 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698