Chromium Code Reviews

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: fix comment Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « ui/base/cocoa/controls/hover_image_menu_button_unittest.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 83 matching lines...)
94 'base/clipboard/custom_data_helper.h', 94 'base/clipboard/custom_data_helper.h',
95 'base/clipboard/custom_data_helper_linux.cc', 95 'base/clipboard/custom_data_helper_linux.cc',
96 'base/clipboard/custom_data_helper_mac.mm', 96 'base/clipboard/custom_data_helper_mac.mm',
97 'base/clipboard/scoped_clipboard_writer.cc', 97 'base/clipboard/scoped_clipboard_writer.cc',
98 'base/clipboard/scoped_clipboard_writer.h', 98 'base/clipboard/scoped_clipboard_writer.h',
99 'base/cocoa/animation_utils.h', 99 'base/cocoa/animation_utils.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/cocoa_event_utils.h', 102 'base/cocoa/cocoa_event_utils.h',
103 'base/cocoa/cocoa_event_utils.mm', 103 'base/cocoa/cocoa_event_utils.mm',
104 'base/cocoa/controls/hover_image_menu_button.h',
105 'base/cocoa/controls/hover_image_menu_button.mm',
106 'base/cocoa/controls/hover_image_menu_button_cell.h',
107 'base/cocoa/controls/hover_image_menu_button_cell.mm',
104 'base/cocoa/events_mac.mm', 108 'base/cocoa/events_mac.mm',
105 'base/cocoa/find_pasteboard.h', 109 'base/cocoa/find_pasteboard.h',
106 'base/cocoa/find_pasteboard.mm', 110 'base/cocoa/find_pasteboard.mm',
107 'base/cocoa/flipped_view.h', 111 'base/cocoa/flipped_view.h',
108 'base/cocoa/flipped_view.mm', 112 'base/cocoa/flipped_view.mm',
109 'base/cocoa/focus_tracker.h', 113 'base/cocoa/focus_tracker.h',
110 'base/cocoa/focus_tracker.mm', 114 'base/cocoa/focus_tracker.mm',
111 'base/cocoa/focus_window_set.h', 115 'base/cocoa/focus_window_set.h',
112 'base/cocoa/focus_window_set.mm', 116 'base/cocoa/focus_window_set.mm',
113 'base/cocoa/fullscreen_window_manager.h', 117 'base/cocoa/fullscreen_window_manager.h',
(...skipping 906 matching lines...)
1020 'xcode_settings': { 1024 'xcode_settings': {
1021 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1025 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1022 }, 1026 },
1023 }], 1027 }],
1024 ], 1028 ],
1025 }, 1029 },
1026 ], 1030 ],
1027 }], 1031 }],
1028 ], 1032 ],
1029 } 1033 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/controls/hover_image_menu_button_unittest.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine