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

Side by Side Diff: ui/ui.gyp

Issue 8508055: Move views::Accelerator to ui in order to use it from aura code. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 9 years, 1 month 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/accelerator.cc ('k') | ui/views/window/dialog_client_view.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'conditions': [ 10 'conditions': [
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'base/l10n/l10n_util_mac.mm', 149 'base/l10n/l10n_util_mac.mm',
150 'base/l10n/l10n_util_posix.cc', 150 'base/l10n/l10n_util_posix.cc',
151 'base/l10n/l10n_util_win.cc', 151 'base/l10n/l10n_util_win.cc',
152 'base/l10n/l10n_util_win.h', 152 'base/l10n/l10n_util_win.h',
153 'base/message_box_flags.h', 153 'base/message_box_flags.h',
154 'base/message_box_win.cc', 154 'base/message_box_win.cc',
155 'base/message_box_win.h', 155 'base/message_box_win.h',
156 'base/models/accelerator_cocoa.h', 156 'base/models/accelerator_cocoa.h',
157 'base/models/accelerator_cocoa.mm', 157 'base/models/accelerator_cocoa.mm',
158 'base/models/accelerator_gtk.h', 158 'base/models/accelerator_gtk.h',
159 'base/models/accelerator.cc',
159 'base/models/accelerator.h', 160 'base/models/accelerator.h',
160 'base/models/button_menu_item_model.cc', 161 'base/models/button_menu_item_model.cc',
161 'base/models/button_menu_item_model.h', 162 'base/models/button_menu_item_model.h',
162 'base/models/combobox_model.h', 163 'base/models/combobox_model.h',
163 'base/models/menu_model.cc', 164 'base/models/menu_model.cc',
164 'base/models/menu_model.h', 165 'base/models/menu_model.h',
165 'base/models/menu_model_delegate.h', 166 'base/models/menu_model_delegate.h',
166 'base/models/simple_menu_model.cc', 167 'base/models/simple_menu_model.cc',
167 'base/models/simple_menu_model.h', 168 'base/models/simple_menu_model.h',
168 'base/models/table_model.cc', 169 'base/models/table_model.cc',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 635 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
635 'os.chmod(\'<(ui_copy_dest)\', 0700)' 636 'os.chmod(\'<(ui_copy_dest)\', 0700)'
636 ] 637 ]
637 } 638 }
638 ], 639 ],
639 }, 640 },
640 ], 641 ],
641 }], 642 }],
642 ], 643 ],
643 } 644 }
OLDNEW
« no previous file with comments | « ui/base/models/accelerator.cc ('k') | ui/views/window/dialog_client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698