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

Side by Side Diff: ui/base/ui_base.gyp

Issue 330443004: Bug fix: Translate: leak of a ComboboxModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky's review (2) Created 6 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
« no previous file with comments | « ui/base/models/simple_combobox_model.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'models/dialog_model.cc', 202 'models/dialog_model.cc',
203 'models/dialog_model.h', 203 'models/dialog_model.h',
204 'models/list_model.h', 204 'models/list_model.h',
205 'models/list_model_observer.h', 205 'models/list_model_observer.h',
206 'models/list_selection_model.cc', 206 'models/list_selection_model.cc',
207 'models/list_selection_model.h', 207 'models/list_selection_model.h',
208 'models/menu_model.cc', 208 'models/menu_model.cc',
209 'models/menu_model.h', 209 'models/menu_model.h',
210 'models/menu_model_delegate.h', 210 'models/menu_model_delegate.h',
211 'models/menu_separator_types.h', 211 'models/menu_separator_types.h',
212 'models/simple_combobox_model.cc',
213 'models/simple_combobox_model.h',
212 'models/simple_menu_model.cc', 214 'models/simple_menu_model.cc',
213 'models/simple_menu_model.h', 215 'models/simple_menu_model.h',
214 'models/table_model.cc', 216 'models/table_model.cc',
215 'models/table_model.h', 217 'models/table_model.h',
216 'models/table_model_observer.h', 218 'models/table_model_observer.h',
217 'models/tree_model.cc', 219 'models/tree_model.cc',
218 'models/tree_model.h', 220 'models/tree_model.h',
219 'models/tree_node_iterator.h', 221 'models/tree_node_iterator.h',
220 'models/tree_node_model.h', 222 'models/tree_node_model.h',
221 'nine_image_painter_factory.cc', 223 'nine_image_painter_factory.cc',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 ], 631 ],
630 'variables': { 632 'variables': {
631 'jni_gen_package': 'ui', 633 'jni_gen_package': 'ui',
632 }, 634 },
633 'includes': [ '../../build/jni_generator.gypi' ], 635 'includes': [ '../../build/jni_generator.gypi' ],
634 }, 636 },
635 ], 637 ],
636 }], 638 }],
637 ], 639 ],
638 } 640 }
OLDNEW
« no previous file with comments | « ui/base/models/simple_combobox_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698