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

Side by Side Diff: views/views.gyp

Issue 1664001: Fixes possible crash if the window hosting a menu was closed while the (Closed)
Patch Set: Incorporated review feedback Created 10 years, 8 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 | « views/view_unittest.cc ('k') | views/views_delegate.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'controls/menu/menu_2.h', 104 'controls/menu/menu_2.h',
105 'controls/menu/menu_config.cc', 105 'controls/menu/menu_config.cc',
106 'controls/menu/menu_config.h', 106 'controls/menu/menu_config.h',
107 'controls/menu/menu_config_gtk.cc', 107 'controls/menu/menu_config_gtk.cc',
108 'controls/menu/menu_config_win.cc', 108 'controls/menu/menu_config_win.cc',
109 'controls/menu/menu_controller.cc', 109 'controls/menu/menu_controller.cc',
110 'controls/menu/menu_controller.h', 110 'controls/menu/menu_controller.h',
111 'controls/menu/menu_delegate.h', 111 'controls/menu/menu_delegate.h',
112 'controls/menu/menu_gtk.cc', 112 'controls/menu/menu_gtk.cc',
113 'controls/menu/menu_gtk.h', 113 'controls/menu/menu_gtk.h',
114 'controls/menu/menu_host.h',
114 'controls/menu/menu_host_root_view.cc', 115 'controls/menu/menu_host_root_view.cc',
115 'controls/menu/menu_host_root_view.h', 116 'controls/menu/menu_host_root_view.h',
116 'controls/menu/menu_host_win.cc', 117 'controls/menu/menu_host_win.cc',
117 'controls/menu/menu_host_win.h', 118 'controls/menu/menu_host_win.h',
118 'controls/menu/menu_host_gtk.cc', 119 'controls/menu/menu_host_gtk.cc',
119 'controls/menu/menu_host_gtk.h', 120 'controls/menu/menu_host_gtk.h',
120 'controls/menu/menu_item_view.cc', 121 'controls/menu/menu_item_view.cc',
121 'controls/menu/menu_item_view.h', 122 'controls/menu/menu_item_view.h',
122 'controls/menu/menu_item_view_gtk.cc', 123 'controls/menu/menu_item_view_gtk.cc',
123 'controls/menu/menu_item_view_win.cc', 124 'controls/menu/menu_item_view_win.cc',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 ], 416 ],
416 }, 417 },
417 ], 418 ],
418 } 419 }
419 420
420 # Local Variables: 421 # Local Variables:
421 # tab-width:2 422 # tab-width:2
422 # indent-tabs-mode:nil 423 # indent-tabs-mode:nil
423 # End: 424 # End:
424 # vim: set expandtab tabstop=2 shiftwidth=2: 425 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698