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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'controls/button/checkbox.cc', | 72 'controls/button/checkbox.cc', |
73 'controls/button/checkbox.h', | 73 'controls/button/checkbox.h', |
74 'controls/button/custom_button.cc', | 74 'controls/button/custom_button.cc', |
75 'controls/button/custom_button.h', | 75 'controls/button/custom_button.h', |
76 'controls/button/image_button.cc', | 76 'controls/button/image_button.cc', |
77 'controls/button/image_button.h', | 77 'controls/button/image_button.h', |
78 'controls/button/label_button.cc', | 78 'controls/button/label_button.cc', |
79 'controls/button/label_button.h', | 79 'controls/button/label_button.h', |
80 'controls/button/label_button_border.cc', | 80 'controls/button/label_button_border.cc', |
81 'controls/button/label_button_border.h', | 81 'controls/button/label_button_border.h', |
| 82 'controls/button/md_text_button.cc', |
| 83 'controls/button/md_text_button.h', |
82 'controls/button/menu_button.cc', | 84 'controls/button/menu_button.cc', |
83 'controls/button/menu_button.h', | 85 'controls/button/menu_button.h', |
84 'controls/button/menu_button_listener.h', | 86 'controls/button/menu_button_listener.h', |
85 'controls/button/radio_button.cc', | 87 'controls/button/radio_button.cc', |
86 'controls/button/radio_button.h', | 88 'controls/button/radio_button.h', |
87 'controls/combobox/combobox.cc', | 89 'controls/combobox/combobox.cc', |
88 'controls/combobox/combobox.h', | 90 'controls/combobox/combobox.h', |
89 'controls/combobox/combobox_listener.h', | 91 'controls/combobox/combobox_listener.h', |
90 'controls/focusable_border.cc', | 92 'controls/focusable_border.cc', |
91 'controls/focusable_border.h', | 93 'controls/focusable_border.h', |
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
971 '../aura/aura.gyp:aura', | 973 '../aura/aura.gyp:aura', |
972 '../wm/wm.gyp:wm', | 974 '../wm/wm.gyp:wm', |
973 ], | 975 ], |
974 }], | 976 }], |
975 ], | 977 ], |
976 }, # target_name: macviews_interactive_ui_tests | 978 }, # target_name: macviews_interactive_ui_tests |
977 ], # targets | 979 ], # targets |
978 }], | 980 }], |
979 ], # conditions | 981 ], # conditions |
980 } | 982 } |
OLD | NEW |