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

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

Issue 1717453003: Introduce BubbleDialogDelegateView, which extends DialogDelegateView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 9 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/examples/widget_example.cc ('k') | ui/views/window/dialog_client_view.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'animation/square_ink_drop_animation.cc', 42 'animation/square_ink_drop_animation.cc',
43 'animation/square_ink_drop_animation.h', 43 'animation/square_ink_drop_animation.h',
44 'background.cc', 44 'background.cc',
45 'background.h', 45 'background.h',
46 'border.cc', 46 'border.cc',
47 'border.h', 47 'border.h',
48 'bubble/bubble_border.cc', 48 'bubble/bubble_border.cc',
49 'bubble/bubble_border.h', 49 'bubble/bubble_border.h',
50 'bubble/bubble_delegate.cc', 50 'bubble/bubble_delegate.cc',
51 'bubble/bubble_delegate.h', 51 'bubble/bubble_delegate.h',
52 'bubble/bubble_dialog_delegate.cc',
53 'bubble/bubble_dialog_delegate.h',
52 'bubble/bubble_frame_view.cc', 54 'bubble/bubble_frame_view.cc',
53 'bubble/bubble_frame_view.h', 55 'bubble/bubble_frame_view.h',
54 'button_drag_utils.cc', 56 'button_drag_utils.cc',
55 'button_drag_utils.h', 57 'button_drag_utils.h',
56 'cocoa/bridged_content_view.h', 58 'cocoa/bridged_content_view.h',
57 'cocoa/bridged_content_view.mm', 59 'cocoa/bridged_content_view.mm',
58 'cocoa/bridged_native_widget.h', 60 'cocoa/bridged_native_widget.h',
59 'cocoa/bridged_native_widget.mm', 61 'cocoa/bridged_native_widget.mm',
60 'cocoa/bridged_native_widget_owner.h', 62 'cocoa/bridged_native_widget_owner.h',
61 'cocoa/cocoa_mouse_capture.h', 63 'cocoa/cocoa_mouse_capture.h',
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 '../aura/aura.gyp:aura', 1010 '../aura/aura.gyp:aura',
1009 '../wm/wm.gyp:wm', 1011 '../wm/wm.gyp:wm',
1010 ], 1012 ],
1011 }], 1013 }],
1012 ], 1014 ],
1013 }, # target_name: macviews_interactive_ui_tests 1015 }, # target_name: macviews_interactive_ui_tests
1014 ], # targets 1016 ], # targets
1015 }], 1017 }],
1016 ], # conditions 1018 ], # conditions
1017 } 1019 }
OLDNEW
« no previous file with comments | « ui/views/examples/widget_example.cc ('k') | ui/views/window/dialog_client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698