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

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

Issue 1250403002: [Mac] Move UI item validation to UserInterfaceItemCommandHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@commandexecute
Patch Set: Properly release |commandHandler|. 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
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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'cocoa/remote_layer_api.h', 124 'cocoa/remote_layer_api.h',
125 'cocoa/remote_layer_api.mm', 125 'cocoa/remote_layer_api.mm',
126 'cocoa/three_part_image.h', 126 'cocoa/three_part_image.h',
127 'cocoa/three_part_image.mm', 127 'cocoa/three_part_image.mm',
128 'cocoa/tool_tip_base_view.h', 128 'cocoa/tool_tip_base_view.h',
129 'cocoa/tool_tip_base_view.mm', 129 'cocoa/tool_tip_base_view.mm',
130 'cocoa/tracking_area.h', 130 'cocoa/tracking_area.h',
131 'cocoa/tracking_area.mm', 131 'cocoa/tracking_area.mm',
132 'cocoa/underlay_opengl_hosting_window.h', 132 'cocoa/underlay_opengl_hosting_window.h',
133 'cocoa/underlay_opengl_hosting_window.mm', 133 'cocoa/underlay_opengl_hosting_window.mm',
134 'cocoa/user_interface_item_command_handler.h',
134 'cocoa/view_description.h', 135 'cocoa/view_description.h',
135 'cocoa/view_description.mm', 136 'cocoa/view_description.mm',
136 'cocoa/window_size_constants.h', 137 'cocoa/window_size_constants.h',
137 'cocoa/window_size_constants.mm', 138 'cocoa/window_size_constants.mm',
138 'cursor/cursor.cc', 139 'cursor/cursor.cc',
139 'cursor/cursor.h', 140 'cursor/cursor.h',
140 'cursor/cursor_android.cc', 141 'cursor/cursor_android.cc',
141 'cursor/cursor_loader.h', 142 'cursor/cursor_loader.h',
142 'cursor/cursor_loader_android.cc', 143 'cursor/cursor_loader_android.cc',
143 'cursor/cursor_loader_ozone.cc', 144 'cursor/cursor_loader_ozone.cc',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 ], 720 ],
720 'variables': { 721 'variables': {
721 'jni_gen_package': 'ui', 722 'jni_gen_package': 'ui',
722 }, 723 },
723 'includes': [ '../../build/jni_generator.gypi' ], 724 'includes': [ '../../build/jni_generator.gypi' ],
724 }, 725 },
725 ], 726 ],
726 }], 727 }],
727 ], 728 ],
728 } 729 }
OLDNEW
« no previous file with comments | « ui/base/cocoa/user_interface_item_command_handler.h ('k') | ui/views/cocoa/native_widget_mac_nswindow.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698