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

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, 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 25 matching lines...) Expand all
36 'animation/scroll_animator.cc', 36 'animation/scroll_animator.cc',
37 'animation/scroll_animator.h', 37 'animation/scroll_animator.h',
38 'background.cc', 38 'background.cc',
39 'background.h', 39 'background.h',
40 'border.cc', 40 'border.cc',
41 'border.h', 41 'border.h',
42 'bubble/bubble_border.cc', 42 'bubble/bubble_border.cc',
43 'bubble/bubble_border.h', 43 'bubble/bubble_border.h',
44 'bubble/bubble_delegate.cc', 44 'bubble/bubble_delegate.cc',
45 'bubble/bubble_delegate.h', 45 'bubble/bubble_delegate.h',
46 'bubble/bubble_dialog_delegate.cc',
47 'bubble/bubble_dialog_delegate.h',
46 'bubble/bubble_frame_view.cc', 48 'bubble/bubble_frame_view.cc',
47 'bubble/bubble_frame_view.h', 49 'bubble/bubble_frame_view.h',
48 'button_drag_utils.cc', 50 'button_drag_utils.cc',
49 'button_drag_utils.h', 51 'button_drag_utils.h',
50 'cocoa/bridged_content_view.h', 52 'cocoa/bridged_content_view.h',
51 'cocoa/bridged_content_view.mm', 53 'cocoa/bridged_content_view.mm',
52 'cocoa/bridged_native_widget.h', 54 'cocoa/bridged_native_widget.h',
53 'cocoa/bridged_native_widget.mm', 55 'cocoa/bridged_native_widget.mm',
54 'cocoa/bridged_native_widget_owner.h', 56 'cocoa/bridged_native_widget_owner.h',
55 'cocoa/cocoa_mouse_capture.h', 57 'cocoa/cocoa_mouse_capture.h',
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 '../aura/aura.gyp:aura', 991 '../aura/aura.gyp:aura',
990 '../wm/wm.gyp:wm', 992 '../wm/wm.gyp:wm',
991 ], 993 ],
992 }], 994 }],
993 ], 995 ],
994 }, # target_name: macviews_interactive_ui_tests 996 }, # target_name: macviews_interactive_ui_tests
995 ], # targets 997 ], # targets
996 }], 998 }],
997 ], # conditions 999 ], # conditions
998 } 1000 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698