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

Side by Side Diff: ui/views/views.gyp

Issue 2155243007: Turn Bookmark Menus Async (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge the pretarget handlers Created 4 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
« no previous file with comments | « ui/views/controls/menu/submenu_view.h ('k') | ui/wm/public/activation_change_observer.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 (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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'accessibility/ax_view_obj_wrapper.h', 387 'accessibility/ax_view_obj_wrapper.h',
388 'accessibility/ax_widget_obj_wrapper.cc', 388 'accessibility/ax_widget_obj_wrapper.cc',
389 'accessibility/ax_widget_obj_wrapper.h', 389 'accessibility/ax_widget_obj_wrapper.h',
390 'accessibility/ax_window_obj_wrapper.cc', 390 'accessibility/ax_window_obj_wrapper.cc',
391 'accessibility/ax_window_obj_wrapper.h', 391 'accessibility/ax_window_obj_wrapper.h',
392 'bubble/bubble_window_targeter.cc', 392 'bubble/bubble_window_targeter.cc',
393 'bubble/bubble_window_targeter.h', 393 'bubble/bubble_window_targeter.h',
394 'bubble/tray_bubble_view.cc', 394 'bubble/tray_bubble_view.cc',
395 'bubble/tray_bubble_view.h', 395 'bubble/tray_bubble_view.h',
396 'controls/menu/display_change_listener_aura.cc', 396 'controls/menu/display_change_listener_aura.cc',
397 'controls/menu/menu_key_event_handler.cc',
398 'controls/menu/menu_key_event_handler.h',
399 'controls/menu/menu_message_loop_aura.cc', 397 'controls/menu/menu_message_loop_aura.cc',
400 'controls/menu/menu_message_loop_aura.h', 398 'controls/menu/menu_message_loop_aura.h',
399 'controls/menu/menu_pre_target_handler.cc',
400 'controls/menu/menu_pre_target_handler.h',
401 'controls/native/native_view_host_aura.cc', 401 'controls/native/native_view_host_aura.cc',
402 'controls/native/native_view_host_aura.h', 402 'controls/native/native_view_host_aura.h',
403 'corewm/cursor_height_provider_win.cc', 403 'corewm/cursor_height_provider_win.cc',
404 'corewm/cursor_height_provider_win.h', 404 'corewm/cursor_height_provider_win.h',
405 'corewm/tooltip.h', 405 'corewm/tooltip.h',
406 'corewm/tooltip_aura.cc', 406 'corewm/tooltip_aura.cc',
407 'corewm/tooltip_aura.h', 407 'corewm/tooltip_aura.h',
408 'corewm/tooltip_controller.cc', 408 'corewm/tooltip_controller.cc',
409 'corewm/tooltip_controller.h', 409 'corewm/tooltip_controller.h',
410 'corewm/tooltip_win.cc', 410 'corewm/tooltip_win.cc',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 '../aura/aura.gyp:aura', 1047 '../aura/aura.gyp:aura',
1048 '../wm/wm.gyp:wm', 1048 '../wm/wm.gyp:wm',
1049 ], 1049 ],
1050 }], 1050 }],
1051 ], 1051 ],
1052 }, # target_name: macviews_interactive_ui_tests 1052 }, # target_name: macviews_interactive_ui_tests
1053 ], # targets 1053 ], # targets
1054 }], 1054 }],
1055 ], # conditions 1055 ], # conditions
1056 } 1056 }
OLDNEW
« no previous file with comments | « ui/views/controls/menu/submenu_view.h ('k') | ui/wm/public/activation_change_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698