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

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: Fix a few things. Created 5 years, 4 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
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_dispatch_delegate.h',
86 'cocoa/constrained_window/constrained_window_animation.h', 87 'cocoa/constrained_window/constrained_window_animation.h',
87 'cocoa/constrained_window/constrained_window_animation.mm', 88 'cocoa/constrained_window/constrained_window_animation.mm',
88 'cocoa/controls/blue_label_button.h', 89 'cocoa/controls/blue_label_button.h',
89 'cocoa/controls/blue_label_button.mm', 90 'cocoa/controls/blue_label_button.mm',
90 'cocoa/controls/hover_image_menu_button.h', 91 'cocoa/controls/hover_image_menu_button.h',
91 'cocoa/controls/hover_image_menu_button.mm', 92 'cocoa/controls/hover_image_menu_button.mm',
92 'cocoa/controls/hover_image_menu_button_cell.h', 93 'cocoa/controls/hover_image_menu_button_cell.h',
93 'cocoa/controls/hover_image_menu_button_cell.mm', 94 'cocoa/controls/hover_image_menu_button_cell.mm',
94 'cocoa/controls/hyperlink_button_cell.h', 95 'cocoa/controls/hyperlink_button_cell.h',
95 'cocoa/controls/hyperlink_button_cell.mm', 96 'cocoa/controls/hyperlink_button_cell.mm',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 ], 717 ],
717 'variables': { 718 'variables': {
718 'jni_gen_package': 'ui', 719 'jni_gen_package': 'ui',
719 }, 720 },
720 'includes': [ '../../build/jni_generator.gypi' ], 721 'includes': [ '../../build/jni_generator.gypi' ],
721 }, 722 },
722 ], 723 ],
723 }], 724 }],
724 ], 725 ],
725 } 726 }
OLDNEW
« ui/base/cocoa/command_dispatch_delegate.h ('K') | « ui/base/cocoa/command_dispatch_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698