OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |