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

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

Issue 340543004: views: Support longer tooltips. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to use views::Label Created 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/corewm/tooltip_aura_unittest.cc ('k') | ui/views/widget/tooltip_manager.cc » ('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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'widget/native_widget_unittest.cc', 537 'widget/native_widget_unittest.cc',
538 'widget/root_view_unittest.cc', 538 'widget/root_view_unittest.cc',
539 'widget/widget_unittest.cc', 539 'widget/widget_unittest.cc',
540 'widget/window_reorderer_unittest.cc', 540 'widget/window_reorderer_unittest.cc',
541 'window/custom_frame_view_unittest.cc', 541 'window/custom_frame_view_unittest.cc',
542 'window/dialog_client_view_unittest.cc', 542 'window/dialog_client_view_unittest.cc',
543 'window/dialog_delegate_unittest.cc', 543 'window/dialog_delegate_unittest.cc',
544 ], 544 ],
545 'views_unittests_aura_sources': [ 545 'views_unittests_aura_sources': [
546 'corewm/capture_controller_unittest.cc', 546 'corewm/capture_controller_unittest.cc',
547 'corewm/tooltip_aura_unittest.cc',
548 'corewm/tooltip_controller_unittest.cc', 547 'corewm/tooltip_controller_unittest.cc',
549 'touchui/touch_selection_controller_impl_unittest.cc', 548 'touchui/touch_selection_controller_impl_unittest.cc',
550 ], 549 ],
551 'views_unittests_desktop_aura_sources': [ 550 'views_unittests_desktop_aura_sources': [
552 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', 551 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc',
553 'widget/desktop_aura/desktop_focus_rules_unittest.cc', 552 'widget/desktop_aura/desktop_focus_rules_unittest.cc',
554 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', 553 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
555 'widget/desktop_aura/desktop_screen_x11_unittest.cc', 554 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
556 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', 555 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
557 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', 556 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 '../aura/aura.gyp:aura', 870 '../aura/aura.gyp:aura',
872 '../wm/wm.gyp:wm', 871 '../wm/wm.gyp:wm',
873 ], 872 ],
874 }], 873 }],
875 ], 874 ],
876 }, # target_name: macviews_interactive_ui_tests 875 }, # target_name: macviews_interactive_ui_tests
877 ], # targets 876 ], # targets
878 }], 877 }],
879 ], # conditions 878 ], # conditions
880 } 879 }
OLDNEW
« no previous file with comments | « ui/views/corewm/tooltip_aura_unittest.cc ('k') | ui/views/widget/tooltip_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698