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

Side by Side Diff: ui/ui.gyp

Issue 12335026: Add GetDefaultIndex() to ComboboxModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UI_EXPORT Created 7 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
« no previous file with comments | « ui/base/models/combobox_model.cc ('k') | ui/views/controls/combobox/combobox.cc » ('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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'base/l10n/l10n_util_mac.h', 212 'base/l10n/l10n_util_mac.h',
213 'base/l10n/l10n_util_mac.mm', 213 'base/l10n/l10n_util_mac.mm',
214 'base/l10n/l10n_util_posix.cc', 214 'base/l10n/l10n_util_posix.cc',
215 'base/l10n/l10n_util_win.cc', 215 'base/l10n/l10n_util_win.cc',
216 'base/l10n/l10n_util_win.h', 216 'base/l10n/l10n_util_win.h',
217 'base/layout.cc', 217 'base/layout.cc',
218 'base/layout.h', 218 'base/layout.h',
219 'base/layout_mac.mm', 219 'base/layout_mac.mm',
220 'base/models/button_menu_item_model.cc', 220 'base/models/button_menu_item_model.cc',
221 'base/models/button_menu_item_model.h', 221 'base/models/button_menu_item_model.h',
222 'base/models/combobox_model.cc',
222 'base/models/combobox_model.h', 223 'base/models/combobox_model.h',
223 'base/models/list_model.h', 224 'base/models/list_model.h',
224 'base/models/list_model_observer.h', 225 'base/models/list_model_observer.h',
225 'base/models/list_selection_model.cc', 226 'base/models/list_selection_model.cc',
226 'base/models/list_selection_model.h', 227 'base/models/list_selection_model.h',
227 'base/models/menu_model.cc', 228 'base/models/menu_model.cc',
228 'base/models/menu_model.h', 229 'base/models/menu_model.h',
229 'base/models/menu_model_delegate.h', 230 'base/models/menu_model_delegate.h',
230 'base/models/menu_separator_types.h', 231 'base/models/menu_separator_types.h',
231 'base/models/simple_menu_model.cc', 232 'base/models/simple_menu_model.cc',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'link_settings': { 937 'link_settings': {
937 'libraries': [ 938 'libraries': [
938 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
939 ], 940 ],
940 }, 941 },
941 }, 942 },
942 ], 943 ],
943 }], 944 }],
944 ], 945 ],
945 } 946 }
OLDNEW
« no previous file with comments | « ui/base/models/combobox_model.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698