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

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

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ditto Created 4 years, 5 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'cocoa/nscolor_additions.h', 171 'cocoa/nscolor_additions.h',
172 'cocoa/nscolor_additions.mm', 172 'cocoa/nscolor_additions.mm',
173 'cocoa/nsgraphics_context_additions.h', 173 'cocoa/nsgraphics_context_additions.h',
174 'cocoa/nsgraphics_context_additions.mm', 174 'cocoa/nsgraphics_context_additions.mm',
175 'cocoa/nsview_additions.h', 175 'cocoa/nsview_additions.h',
176 'cocoa/nsview_additions.mm', 176 'cocoa/nsview_additions.mm',
177 'cocoa/remote_layer_api.h', 177 'cocoa/remote_layer_api.h',
178 'cocoa/remote_layer_api.mm', 178 'cocoa/remote_layer_api.mm',
179 'cocoa/scoped_cg_context_smooth_fonts.h', 179 'cocoa/scoped_cg_context_smooth_fonts.h',
180 'cocoa/scoped_cg_context_smooth_fonts.mm', 180 'cocoa/scoped_cg_context_smooth_fonts.mm',
181 'cocoa/text_context_menu.h',
182 'cocoa/text_context_menu.mm',
181 'cocoa/three_part_image.h', 183 'cocoa/three_part_image.h',
182 'cocoa/three_part_image.mm', 184 'cocoa/three_part_image.mm',
183 'cocoa/tool_tip_base_view.h', 185 'cocoa/tool_tip_base_view.h',
184 'cocoa/tool_tip_base_view.mm', 186 'cocoa/tool_tip_base_view.mm',
185 'cocoa/tracking_area.h', 187 'cocoa/tracking_area.h',
186 'cocoa/tracking_area.mm', 188 'cocoa/tracking_area.mm',
187 'cocoa/underlay_opengl_hosting_window.h', 189 'cocoa/underlay_opengl_hosting_window.h',
188 'cocoa/underlay_opengl_hosting_window.mm', 190 'cocoa/underlay_opengl_hosting_window.mm',
189 'cocoa/user_interface_item_command_handler.h', 191 'cocoa/user_interface_item_command_handler.h',
190 'cocoa/view_description.h', 192 'cocoa/view_description.h',
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 ], 771 ],
770 'variables': { 772 'variables': {
771 'jni_gen_package': 'ui', 773 'jni_gen_package': 'ui',
772 }, 774 },
773 'includes': [ '../../build/jni_generator.gypi' ], 775 'includes': [ '../../build/jni_generator.gypi' ],
774 }, 776 },
775 ], 777 ],
776 }], 778 }],
777 ], 779 ],
778 } 780 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698