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

Side by Side Diff: ui/views/views.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'controls/table/table_utils.cc', 216 'controls/table/table_utils.cc',
217 'controls/table/table_utils.h', 217 'controls/table/table_utils.h',
218 'controls/table/table_view.cc', 218 'controls/table/table_view.cc',
219 'controls/table/table_view.h', 219 'controls/table/table_view.h',
220 'controls/table/table_view_observer.h', 220 'controls/table/table_view_observer.h',
221 'controls/table/table_view_row_background_painter.h', 221 'controls/table/table_view_row_background_painter.h',
222 'controls/textfield/textfield.cc', 222 'controls/textfield/textfield.cc',
223 'controls/textfield/textfield.h', 223 'controls/textfield/textfield.h',
224 'controls/textfield/textfield_controller.cc', 224 'controls/textfield/textfield_controller.cc',
225 'controls/textfield/textfield_controller.h', 225 'controls/textfield/textfield_controller.h',
226 'controls/textfield/views_text_context_menu.h',
227 'controls/textfield/views_text_context_menu_mac.h',
228 'controls/textfield/views_text_context_menu_mac.cc',
226 'controls/textfield/textfield_model.cc', 229 'controls/textfield/textfield_model.cc',
227 'controls/textfield/textfield_model.h', 230 'controls/textfield/textfield_model.h',
228 'controls/throbber.cc', 231 'controls/throbber.cc',
229 'controls/throbber.h', 232 'controls/throbber.h',
230 'controls/tree/tree_view.cc', 233 'controls/tree/tree_view.cc',
231 'controls/tree/tree_view.h', 234 'controls/tree/tree_view.h',
232 'controls/tree/tree_view_controller.cc', 235 'controls/tree/tree_view_controller.cc',
233 'controls/tree/tree_view_controller.h', 236 'controls/tree/tree_view_controller.h',
234 'debug_utils.cc', 237 'debug_utils.cc',
235 'debug_utils.h', 238 'debug_utils.h',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 '../aura/aura.gyp:aura', 1050 '../aura/aura.gyp:aura',
1048 '../wm/wm.gyp:wm', 1051 '../wm/wm.gyp:wm',
1049 ], 1052 ],
1050 }], 1053 }],
1051 ], 1054 ],
1052 }, # target_name: macviews_interactive_ui_tests 1055 }, # target_name: macviews_interactive_ui_tests
1053 ], # targets 1056 ], # targets
1054 }], 1057 }],
1055 ], # conditions 1058 ], # conditions
1056 } 1059 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698