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

Side by Side Diff: app/app_base.gypi

Issue 2800019: [Mac] Give the Wrench menu keyboard shortcuts. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Split out keymap into new file Created 10 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 | « no previous file | app/menus/accelerator_cocoa.h » ('j') | app/menus/accelerator_cocoa.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'l10n_util.h', 151 'l10n_util.h',
152 'l10n_util_mac.h', 152 'l10n_util_mac.h',
153 'l10n_util_mac.mm', 153 'l10n_util_mac.mm',
154 'l10n_util_posix.cc', 154 'l10n_util_posix.cc',
155 'l10n_util_win.cc', 155 'l10n_util_win.cc',
156 'l10n_util_win.h', 156 'l10n_util_win.h',
157 'linear_animation.cc', 157 'linear_animation.cc',
158 'linear_animation.h', 158 'linear_animation.h',
159 'menus/accelerator.h', 159 'menus/accelerator.h',
160 'menus/accelerator_gtk.h', 160 'menus/accelerator_gtk.h',
161 'menus/accelerator_cocoa.h',
161 'menus/menu_model.cc', 162 'menus/menu_model.cc',
162 'menus/menu_model.h', 163 'menus/menu_model.h',
163 'menus/simple_menu_model.cc', 164 'menus/simple_menu_model.cc',
164 'menus/simple_menu_model.h', 165 'menus/simple_menu_model.h',
165 'message_box_flags.h', 166 'message_box_flags.h',
166 'multi_animation.cc', 167 'multi_animation.cc',
167 'multi_animation.h', 168 'multi_animation.h',
168 'os_exchange_data_provider_gtk.cc', 169 'os_exchange_data_provider_gtk.cc',
169 'os_exchange_data_provider_gtk.h', 170 'os_exchange_data_provider_gtk.h',
170 'os_exchange_data_provider_win.cc', 171 'os_exchange_data_provider_win.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'configurations': { 384 'configurations': {
384 'Common_Base': { 385 'Common_Base': {
385 'msvs_target_platform': 'x64', 386 'msvs_target_platform': 'x64',
386 }, 387 },
387 }, 388 },
388 }, 389 },
389 ], 390 ],
390 }], 391 }],
391 ], 392 ],
392 } 393 }
OLDNEW
« no previous file with comments | « no previous file | app/menus/accelerator_cocoa.h » ('j') | app/menus/accelerator_cocoa.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698