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

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

Issue 924433002: Use RenderText directly to draw tooltip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'widget/native_widget_mac_unittest.mm', 562 'widget/native_widget_mac_unittest.mm',
563 'widget/native_widget_unittest.cc', 563 'widget/native_widget_unittest.cc',
564 'widget/root_view_unittest.cc', 564 'widget/root_view_unittest.cc',
565 'widget/widget_unittest.cc', 565 'widget/widget_unittest.cc',
566 'widget/window_reorderer_unittest.cc', 566 'widget/window_reorderer_unittest.cc',
567 'window/custom_frame_view_unittest.cc', 567 'window/custom_frame_view_unittest.cc',
568 'window/dialog_client_view_unittest.cc', 568 'window/dialog_client_view_unittest.cc',
569 'window/dialog_delegate_unittest.cc', 569 'window/dialog_delegate_unittest.cc',
570 ], 570 ],
571 'views_unittests_aura_sources': [ 571 'views_unittests_aura_sources': [
572 'corewm/tooltip_aura_unittest.cc',
573 'corewm/tooltip_controller_unittest.cc', 572 'corewm/tooltip_controller_unittest.cc',
574 'touchui/touch_selection_controller_impl_unittest.cc', 573 'touchui/touch_selection_controller_impl_unittest.cc',
575 ], 574 ],
576 'views_unittests_desktop_aura_sources': [ 575 'views_unittests_desktop_aura_sources': [
577 'widget/desktop_aura/desktop_focus_rules_unittest.cc', 576 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
578 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 577 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
579 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 578 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
580 ], 579 ],
581 'views_unittests_desktop_aurax11_sources': [ 580 'views_unittests_desktop_aurax11_sources': [
582 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', 581 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 '../aura/aura.gyp:aura', 911 '../aura/aura.gyp:aura',
913 '../wm/wm.gyp:wm', 912 '../wm/wm.gyp:wm',
914 ], 913 ],
915 }], 914 }],
916 ], 915 ],
917 }, # target_name: macviews_interactive_ui_tests 916 }, # target_name: macviews_interactive_ui_tests
918 ], # targets 917 ], # targets
919 }], 918 }],
920 ], # conditions 919 ], # conditions
921 } 920 }
OLDNEW
« ui/views/corewm/tooltip_aura.cc ('K') | « ui/views/corewm/tooltip_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698