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

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: relative ps Created 4 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 27 matching lines...) Expand all
38 'animation/square_ink_drop_animation.cc', 38 'animation/square_ink_drop_animation.cc',
39 'animation/square_ink_drop_animation.h', 39 'animation/square_ink_drop_animation.h',
40 'background.cc', 40 'background.cc',
41 'background.h', 41 'background.h',
42 'border.cc', 42 'border.cc',
43 'border.h', 43 'border.h',
44 'bubble/bubble_border.cc', 44 'bubble/bubble_border.cc',
45 'bubble/bubble_border.h', 45 'bubble/bubble_border.h',
46 'bubble/bubble_delegate.cc', 46 'bubble/bubble_delegate.cc',
47 'bubble/bubble_delegate.h', 47 'bubble/bubble_delegate.h',
48 'bubble/bubble_dialog_delegate.cc',
49 'bubble/bubble_dialog_delegate.h',
48 'bubble/bubble_frame_view.cc', 50 'bubble/bubble_frame_view.cc',
49 'bubble/bubble_frame_view.h', 51 'bubble/bubble_frame_view.h',
50 'button_drag_utils.cc', 52 'button_drag_utils.cc',
51 'button_drag_utils.h', 53 'button_drag_utils.h',
52 'cocoa/bridged_content_view.h', 54 'cocoa/bridged_content_view.h',
53 'cocoa/bridged_content_view.mm', 55 'cocoa/bridged_content_view.mm',
54 'cocoa/bridged_native_widget.h', 56 'cocoa/bridged_native_widget.h',
55 'cocoa/bridged_native_widget.mm', 57 'cocoa/bridged_native_widget.mm',
56 'cocoa/bridged_native_widget_owner.h', 58 'cocoa/bridged_native_widget_owner.h',
57 'cocoa/cocoa_mouse_capture.h', 59 'cocoa/cocoa_mouse_capture.h',
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 '../aura/aura.gyp:aura', 998 '../aura/aura.gyp:aura',
997 '../wm/wm.gyp:wm', 999 '../wm/wm.gyp:wm',
998 ], 1000 ],
999 }], 1001 }],
1000 ], 1002 ],
1001 }, # target_name: macviews_interactive_ui_tests 1003 }, # target_name: macviews_interactive_ui_tests
1002 ], # targets 1004 ], # targets
1003 }], 1005 }],
1004 ], # conditions 1006 ], # conditions
1005 } 1007 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698