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

Side by Side Diff: ui/ui.gyp

Issue 15955003: Menu for the OSX app launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor HoverImageMenuButton into /ui/base/cocoa/controls Created 7 years, 6 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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'base/clipboard/clipboard_util_win.h', 92 'base/clipboard/clipboard_util_win.h',
93 'base/clipboard/clipboard_win.cc', 93 'base/clipboard/clipboard_win.cc',
94 'base/clipboard/custom_data_helper.cc', 94 'base/clipboard/custom_data_helper.cc',
95 'base/clipboard/custom_data_helper.h', 95 'base/clipboard/custom_data_helper.h',
96 'base/clipboard/custom_data_helper_linux.cc', 96 'base/clipboard/custom_data_helper_linux.cc',
97 'base/clipboard/custom_data_helper_mac.mm', 97 'base/clipboard/custom_data_helper_mac.mm',
98 'base/clipboard/scoped_clipboard_writer.cc', 98 'base/clipboard/scoped_clipboard_writer.cc',
99 'base/clipboard/scoped_clipboard_writer.h', 99 'base/clipboard/scoped_clipboard_writer.h',
100 'base/cocoa/base_view.h', 100 'base/cocoa/base_view.h',
101 'base/cocoa/base_view.mm', 101 'base/cocoa/base_view.mm',
102 'base/cocoa/controls/hover_image_menu_button.h',
103 'base/cocoa/controls/hover_image_menu_button.mm',
104 'base/cocoa/controls/hover_image_menu_button_cell.h',
105 'base/cocoa/controls/hover_image_menu_button_cell.mm',
102 'base/cocoa/events_mac.mm', 106 'base/cocoa/events_mac.mm',
103 'base/cocoa/find_pasteboard.h', 107 'base/cocoa/find_pasteboard.h',
104 'base/cocoa/find_pasteboard.mm', 108 'base/cocoa/find_pasteboard.mm',
105 'base/cocoa/focus_tracker.h', 109 'base/cocoa/focus_tracker.h',
106 'base/cocoa/focus_tracker.mm', 110 'base/cocoa/focus_tracker.mm',
107 'base/cocoa/focus_window_set.h', 111 'base/cocoa/focus_window_set.h',
108 'base/cocoa/focus_window_set.mm', 112 'base/cocoa/focus_window_set.mm',
109 'base/cocoa/fullscreen_window_manager.h', 113 'base/cocoa/fullscreen_window_manager.h',
110 'base/cocoa/fullscreen_window_manager.mm', 114 'base/cocoa/fullscreen_window_manager.mm',
111 'base/cocoa/hover_button.h', 115 'base/cocoa/hover_button.h',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'xcode_settings': { 1006 'xcode_settings': {
1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1007 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1004 }, 1008 },
1005 }], 1009 }],
1006 ], 1010 ],
1007 }, 1011 },
1008 ], 1012 ],
1009 }], 1013 }],
1010 ], 1014 ],
1011 } 1015 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698