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

Side by Side Diff: ui/ui.gyp

Issue 11498008: RenderWidget popup should be a NSWindow so it can go outside the main window. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed include Created 8 years 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
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'base/clipboard/clipboard_util_win.h', 83 'base/clipboard/clipboard_util_win.h',
84 'base/clipboard/clipboard_win.cc', 84 'base/clipboard/clipboard_win.cc',
85 'base/clipboard/custom_data_helper.cc', 85 'base/clipboard/custom_data_helper.cc',
86 'base/clipboard/custom_data_helper.h', 86 'base/clipboard/custom_data_helper.h',
87 'base/clipboard/custom_data_helper_mac.mm', 87 'base/clipboard/custom_data_helper_mac.mm',
88 'base/clipboard/custom_data_helper_x.cc', 88 'base/clipboard/custom_data_helper_x.cc',
89 'base/clipboard/scoped_clipboard_writer.cc', 89 'base/clipboard/scoped_clipboard_writer.cc',
90 'base/clipboard/scoped_clipboard_writer.h', 90 'base/clipboard/scoped_clipboard_writer.h',
91 'base/cocoa/base_view.h', 91 'base/cocoa/base_view.h',
92 'base/cocoa/base_view.mm', 92 'base/cocoa/base_view.mm',
93 'base/cocoa/event_hook_application.h',
94 'base/cocoa/event_hook_application.mm',
93 'base/cocoa/events_mac.mm', 95 'base/cocoa/events_mac.mm',
94 'base/cocoa/find_pasteboard.h', 96 'base/cocoa/find_pasteboard.h',
95 'base/cocoa/find_pasteboard.mm', 97 'base/cocoa/find_pasteboard.mm',
96 'base/cocoa/focus_tracker.h', 98 'base/cocoa/focus_tracker.h',
97 'base/cocoa/focus_tracker.mm', 99 'base/cocoa/focus_tracker.mm',
98 'base/cocoa/fullscreen_window_manager.h', 100 'base/cocoa/fullscreen_window_manager.h',
99 'base/cocoa/fullscreen_window_manager.mm', 101 'base/cocoa/fullscreen_window_manager.mm',
100 'base/cocoa/nib_loading.h', 102 'base/cocoa/nib_loading.h',
101 'base/cocoa/nib_loading.mm', 103 'base/cocoa/nib_loading.mm',
102 'base/cocoa/underlay_opengl_hosting_window.h', 104 'base/cocoa/underlay_opengl_hosting_window.h',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 }, 895 },
894 'dependencies': [ 896 'dependencies': [
895 '../base/base.gyp:base_java', 897 '../base/base.gyp:base_java',
896 ], 898 ],
897 'includes': [ '../build/java.gypi' ], 899 'includes': [ '../build/java.gypi' ],
898 }, 900 },
899 ], 901 ],
900 }], 902 }],
901 ], 903 ],
902 } 904 }
OLDNEW
« ui/base/cocoa/event_hook_application.h ('K') | « ui/base/cocoa/event_hook_application.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698