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

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: respond to comments 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 'xcode_settings': { 1013 'xcode_settings': {
1010 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1014 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1011 }, 1015 },
1012 }], 1016 }],
1013 ], 1017 ],
1014 }, 1018 },
1015 ], 1019 ],
1016 }], 1020 }],
1017 ], 1021 ],
1018 } 1022 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698