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

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

Issue 1255783002: [Mac] Factor out keyboard shortcut handling from ChromeEventProcessingWindow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@execute
Patch Set: UI_BASE_EXPORT CommandDispatcher Created 5 years, 3 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/cocoa/command_dispatcher.mm ('k') | ui/views/cocoa/native_widget_mac_nswindow.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 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'clipboard/custom_data_helper_mac.mm', 76 'clipboard/custom_data_helper_mac.mm',
77 'clipboard/scoped_clipboard_writer.cc', 77 'clipboard/scoped_clipboard_writer.cc',
78 'clipboard/scoped_clipboard_writer.h', 78 'clipboard/scoped_clipboard_writer.h',
79 'cocoa/animation_utils.h', 79 'cocoa/animation_utils.h',
80 'cocoa/appkit_utils.h', 80 'cocoa/appkit_utils.h',
81 'cocoa/appkit_utils.mm', 81 'cocoa/appkit_utils.mm',
82 'cocoa/base_view.h', 82 'cocoa/base_view.h',
83 'cocoa/base_view.mm', 83 'cocoa/base_view.mm',
84 'cocoa/cocoa_base_utils.h', 84 'cocoa/cocoa_base_utils.h',
85 'cocoa/cocoa_base_utils.mm', 85 'cocoa/cocoa_base_utils.mm',
86 'cocoa/command_dispatcher.h',
87 'cocoa/command_dispatcher.mm',
86 'cocoa/constrained_window/constrained_window_animation.h', 88 'cocoa/constrained_window/constrained_window_animation.h',
87 'cocoa/constrained_window/constrained_window_animation.mm', 89 'cocoa/constrained_window/constrained_window_animation.mm',
88 'cocoa/controls/blue_label_button.h', 90 'cocoa/controls/blue_label_button.h',
89 'cocoa/controls/blue_label_button.mm', 91 'cocoa/controls/blue_label_button.mm',
90 'cocoa/controls/hover_image_menu_button.h', 92 'cocoa/controls/hover_image_menu_button.h',
91 'cocoa/controls/hover_image_menu_button.mm', 93 'cocoa/controls/hover_image_menu_button.mm',
92 'cocoa/controls/hover_image_menu_button_cell.h', 94 'cocoa/controls/hover_image_menu_button_cell.h',
93 'cocoa/controls/hover_image_menu_button_cell.mm', 95 'cocoa/controls/hover_image_menu_button_cell.mm',
94 'cocoa/controls/hyperlink_button_cell.h', 96 'cocoa/controls/hyperlink_button_cell.h',
95 'cocoa/controls/hyperlink_button_cell.mm', 97 'cocoa/controls/hyperlink_button_cell.mm',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 ], 719 ],
718 'variables': { 720 'variables': {
719 'jni_gen_package': 'ui', 721 'jni_gen_package': 'ui',
720 }, 722 },
721 'includes': [ '../../build/jni_generator.gypi' ], 723 'includes': [ '../../build/jni_generator.gypi' ],
722 }, 724 },
723 ], 725 ],
724 }], 726 }],
725 ], 727 ],
726 } 728 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/command_dispatcher.mm ('k') | ui/views/cocoa/native_widget_mac_nswindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698