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

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

Issue 1137653005: MacViews: Implement Tooltips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @class ToolTip is not a thing Created 5 years, 7 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 20 matching lines...) Expand all
31 'cocoa/bridged_content_view.h', 31 'cocoa/bridged_content_view.h',
32 'cocoa/bridged_content_view.mm', 32 'cocoa/bridged_content_view.mm',
33 'cocoa/bridged_native_widget.h', 33 'cocoa/bridged_native_widget.h',
34 'cocoa/bridged_native_widget.mm', 34 'cocoa/bridged_native_widget.mm',
35 'cocoa/bridged_native_widget_owner.h', 35 'cocoa/bridged_native_widget_owner.h',
36 'cocoa/cocoa_mouse_capture.h', 36 'cocoa/cocoa_mouse_capture.h',
37 'cocoa/cocoa_mouse_capture.mm', 37 'cocoa/cocoa_mouse_capture.mm',
38 'cocoa/cocoa_mouse_capture_delegate.h', 38 'cocoa/cocoa_mouse_capture_delegate.h',
39 'cocoa/native_widget_mac_nswindow.h', 39 'cocoa/native_widget_mac_nswindow.h',
40 'cocoa/native_widget_mac_nswindow.mm', 40 'cocoa/native_widget_mac_nswindow.mm',
41 'cocoa/tooltip_manager_mac.h',
42 'cocoa/tooltip_manager_mac.mm',
41 'cocoa/views_nswindow_delegate.h', 43 'cocoa/views_nswindow_delegate.h',
42 'cocoa/views_nswindow_delegate.mm', 44 'cocoa/views_nswindow_delegate.mm',
43 'cocoa/widget_owner_nswindow_adapter.h', 45 'cocoa/widget_owner_nswindow_adapter.h',
44 'cocoa/widget_owner_nswindow_adapter.mm', 46 'cocoa/widget_owner_nswindow_adapter.mm',
45 'color_chooser/color_chooser_listener.h', 47 'color_chooser/color_chooser_listener.h',
46 'color_chooser/color_chooser_view.cc', 48 'color_chooser/color_chooser_view.cc',
47 'color_chooser/color_chooser_view.h', 49 'color_chooser/color_chooser_view.h',
48 'color_constants.cc', 50 'color_constants.cc',
49 'color_constants.h', 51 'color_constants.h',
50 'context_menu_controller.h', 52 'context_menu_controller.h',
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 '../aura/aura.gyp:aura', 928 '../aura/aura.gyp:aura',
927 '../wm/wm.gyp:wm', 929 '../wm/wm.gyp:wm',
928 ], 930 ],
929 }], 931 }],
930 ], 932 ],
931 }, # target_name: macviews_interactive_ui_tests 933 }, # target_name: macviews_interactive_ui_tests
932 ], # targets 934 ], # targets
933 }], 935 }],
934 ], # conditions 936 ], # conditions
935 } 937 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698