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

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

Issue 9728002: Removing deprecated GTK-Views code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/view_gtk.cc ('k') | ui/views/widget/drop_target_gtk.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 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
11 ['OS=="win"', {'sources/': [ 11 ['OS=="win"', {'sources/': [
12 ['include', '_(win)\\.cc$'], 12 ['include', '_(win)\\.cc$'],
13 ['include', '/win/'], 13 ['include', '/win/'],
14 ['include', '/win_[^/]*\\.cc$'], 14 ['include', '/win_[^/]*\\.cc$'],
15 ]}], 15 ]}],
16 ['use_aura==1', { 16 ['use_aura==1', {
17 'sources/': [ ['exclude', '_win\\.(h|cc)$'], 17 'sources/': [ ['exclude', '_win\\.(h|cc)$'],
18 ['exclude', '_gtk\\.(h|cc)$'],
19 ['exclude', '_x\\.(h|cc)$'] ], 18 ['exclude', '_x\\.(h|cc)$'] ],
20 'dependencies': [ '../aura/aura.gyp:aura', ], 19 'dependencies': [ '../aura/aura.gyp:aura', ],
21 }], 20 }],
22 ], 21 ],
23 }, 22 },
24 'targets': [ 23 'targets': [
25 { 24 {
26 'target_name': 'views', 25 'target_name': 'views',
27 'type': '<(component)', 26 'type': '<(component)',
28 'dependencies': [ 27 'dependencies': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'controls/button/menu_button.cc', 80 'controls/button/menu_button.cc',
82 'controls/button/menu_button.h', 81 'controls/button/menu_button.h',
83 'controls/button/menu_button_listener.h', 82 'controls/button/menu_button_listener.h',
84 'controls/button/radio_button.cc', 83 'controls/button/radio_button.cc',
85 'controls/button/radio_button.h', 84 'controls/button/radio_button.h',
86 'controls/button/text_button.cc', 85 'controls/button/text_button.cc',
87 'controls/button/text_button.h', 86 'controls/button/text_button.h',
88 'controls/combobox/combobox.cc', 87 'controls/combobox/combobox.cc',
89 'controls/combobox/combobox.h', 88 'controls/combobox/combobox.h',
90 'controls/combobox/combobox_listener.h', 89 'controls/combobox/combobox_listener.h',
91 'controls/combobox/native_combobox_gtk.cc',
92 'controls/combobox/native_combobox_gtk.h',
93 'controls/combobox/native_combobox_views.cc', 90 'controls/combobox/native_combobox_views.cc',
94 'controls/combobox/native_combobox_views.h', 91 'controls/combobox/native_combobox_views.h',
95 'controls/combobox/native_combobox_win.cc', 92 'controls/combobox/native_combobox_win.cc',
96 'controls/combobox/native_combobox_win.h', 93 'controls/combobox/native_combobox_win.h',
97 'controls/combobox/native_combobox_wrapper.h', 94 'controls/combobox/native_combobox_wrapper.h',
98 'controls/focusable_border.cc', 95 'controls/focusable_border.cc',
99 'controls/focusable_border.h', 96 'controls/focusable_border.h',
100 'controls/glow_hover_controller.cc', 97 'controls/glow_hover_controller.cc',
101 'controls/glow_hover_controller.h', 98 'controls/glow_hover_controller.h',
102 'controls/image_view.cc', 99 'controls/image_view.cc',
103 'controls/image_view.h', 100 'controls/image_view.h',
104 'controls/label.cc', 101 'controls/label.cc',
105 'controls/label.h', 102 'controls/label.h',
106 'controls/link.cc', 103 'controls/link.cc',
107 'controls/link.h', 104 'controls/link.h',
108 'controls/link_listener.h', 105 'controls/link_listener.h',
109 'controls/menu/menu.cc', 106 'controls/menu/menu.cc',
110 'controls/menu/menu.h', 107 'controls/menu/menu.h',
111 'controls/menu/menu_2.cc', 108 'controls/menu/menu_2.cc',
112 'controls/menu/menu_2.h', 109 'controls/menu/menu_2.h',
113 'controls/menu/menu_config.cc', 110 'controls/menu/menu_config.cc',
114 'controls/menu/menu_config.h', 111 'controls/menu/menu_config.h',
115 'controls/menu/menu_config_views.cc', 112 'controls/menu/menu_config_views.cc',
116 'controls/menu/menu_config_win.cc', 113 'controls/menu/menu_config_win.cc',
117 'controls/menu/menu_controller.cc', 114 'controls/menu/menu_controller.cc',
118 'controls/menu/menu_controller.h', 115 'controls/menu/menu_controller.h',
119 'controls/menu/menu_controller_delegate.h', 116 'controls/menu/menu_controller_delegate.h',
120 'controls/menu/menu_delegate.cc', 117 'controls/menu/menu_delegate.cc',
121 'controls/menu/menu_delegate.h', 118 'controls/menu/menu_delegate.h',
122 'controls/menu/menu_gtk.cc',
123 'controls/menu/menu_gtk.h',
124 'controls/menu/menu_host.cc', 119 'controls/menu/menu_host.cc',
125 'controls/menu/menu_host.h', 120 'controls/menu/menu_host.h',
126 'controls/menu/menu_host_root_view.cc', 121 'controls/menu/menu_host_root_view.cc',
127 'controls/menu/menu_host_root_view.h', 122 'controls/menu/menu_host_root_view.h',
128 'controls/menu/menu_item_view.cc', 123 'controls/menu/menu_item_view.cc',
129 'controls/menu/menu_item_view.h', 124 'controls/menu/menu_item_view.h',
130 'controls/menu/menu_item_view_views.cc', 125 'controls/menu/menu_item_view_views.cc',
131 'controls/menu/menu_item_view_win.cc', 126 'controls/menu/menu_item_view_win.cc',
132 'controls/menu/menu_listener.cc', 127 'controls/menu/menu_listener.cc',
133 'controls/menu/menu_listener.h', 128 'controls/menu/menu_listener.h',
134 'controls/menu/menu_model_adapter.cc', 129 'controls/menu/menu_model_adapter.cc',
135 'controls/menu/menu_model_adapter.h', 130 'controls/menu/menu_model_adapter.h',
136 'controls/menu/menu_runner.cc', 131 'controls/menu/menu_runner.cc',
137 'controls/menu/menu_runner.h', 132 'controls/menu/menu_runner.h',
138 'controls/menu/menu_scroll_view_container.cc', 133 'controls/menu/menu_scroll_view_container.cc',
139 'controls/menu/menu_scroll_view_container.h', 134 'controls/menu/menu_scroll_view_container.h',
140 'controls/menu/menu_separator.h', 135 'controls/menu/menu_separator.h',
141 'controls/menu/menu_separator_views.cc', 136 'controls/menu/menu_separator_views.cc',
142 'controls/menu/menu_separator_win.cc', 137 'controls/menu/menu_separator_win.cc',
143 'controls/menu/menu_win.cc', 138 'controls/menu/menu_win.cc',
144 'controls/menu/menu_win.h', 139 'controls/menu/menu_win.h',
145 'controls/menu/menu_wrapper.h', 140 'controls/menu/menu_wrapper.h',
146 'controls/menu/native_menu_gtk.cc',
147 'controls/menu/native_menu_gtk.h',
148 'controls/menu/native_menu_host.h', 141 'controls/menu/native_menu_host.h',
149 'controls/menu/native_menu_host_delegate.h', 142 'controls/menu/native_menu_host_delegate.h',
150 'controls/menu/native_menu_win.cc', 143 'controls/menu/native_menu_win.cc',
151 'controls/menu/native_menu_win.h', 144 'controls/menu/native_menu_win.h',
152 'controls/menu/nested_dispatcher_gtk.cc',
153 'controls/menu/nested_dispatcher_gtk.h',
154 'controls/menu/menu_image_util.cc', 145 'controls/menu/menu_image_util.cc',
155 'controls/menu/menu_image_util.h', 146 'controls/menu/menu_image_util.h',
156 'controls/menu/submenu_view.cc', 147 'controls/menu/submenu_view.cc',
157 'controls/menu/submenu_view.h', 148 'controls/menu/submenu_view.h',
158 'controls/message_box_view.cc', 149 'controls/message_box_view.cc',
159 'controls/message_box_view.h', 150 'controls/message_box_view.h',
160 'controls/native_control.cc', 151 'controls/native_control.cc',
161 'controls/native_control.h', 152 'controls/native_control.h',
162 'controls/native_control_gtk.cc',
163 'controls/native_control_gtk.h',
164 'controls/native_control_win.cc', 153 'controls/native_control_win.cc',
165 'controls/native_control_win.h', 154 'controls/native_control_win.h',
166 'controls/native/native_view_host.cc', 155 'controls/native/native_view_host.cc',
167 'controls/native/native_view_host.h', 156 'controls/native/native_view_host.h',
168 'controls/native/native_view_host_aura.cc', 157 'controls/native/native_view_host_aura.cc',
169 'controls/native/native_view_host_aura.h', 158 'controls/native/native_view_host_aura.h',
170 'controls/native/native_view_host_gtk.cc',
171 'controls/native/native_view_host_gtk.h',
172 'controls/native/native_view_host_win.cc', 159 'controls/native/native_view_host_win.cc',
173 'controls/native/native_view_host_win.h', 160 'controls/native/native_view_host_win.h',
174 'controls/progress_bar.cc', 161 'controls/progress_bar.cc',
175 'controls/progress_bar.h', 162 'controls/progress_bar.h',
176 'controls/resize_area.cc', 163 'controls/resize_area.cc',
177 'controls/resize_area.h', 164 'controls/resize_area.h',
178 'controls/resize_area_delegate.h', 165 'controls/resize_area_delegate.h',
179 'controls/scroll_view.cc', 166 'controls/scroll_view.cc',
180 'controls/scroll_view.h', 167 'controls/scroll_view.h',
181 'controls/scrollbar/base_scroll_bar.cc', 168 'controls/scrollbar/base_scroll_bar.cc',
182 'controls/scrollbar/base_scroll_bar.h', 169 'controls/scrollbar/base_scroll_bar.h',
183 'controls/scrollbar/base_scroll_bar_button.cc', 170 'controls/scrollbar/base_scroll_bar_button.cc',
184 'controls/scrollbar/base_scroll_bar_button.h', 171 'controls/scrollbar/base_scroll_bar_button.h',
185 'controls/scrollbar/base_scroll_bar_thumb.cc', 172 'controls/scrollbar/base_scroll_bar_thumb.cc',
186 'controls/scrollbar/base_scroll_bar_thumb.h', 173 'controls/scrollbar/base_scroll_bar_thumb.h',
187 'controls/scrollbar/bitmap_scroll_bar.cc', 174 'controls/scrollbar/bitmap_scroll_bar.cc',
188 'controls/scrollbar/bitmap_scroll_bar.h', 175 'controls/scrollbar/bitmap_scroll_bar.h',
189 'controls/scrollbar/native_scroll_bar_gtk.cc',
190 'controls/scrollbar/native_scroll_bar_gtk.h',
191 'controls/scrollbar/native_scroll_bar_views.cc', 176 'controls/scrollbar/native_scroll_bar_views.cc',
192 'controls/scrollbar/native_scroll_bar_views.h', 177 'controls/scrollbar/native_scroll_bar_views.h',
193 'controls/scrollbar/native_scroll_bar_win.cc', 178 'controls/scrollbar/native_scroll_bar_win.cc',
194 'controls/scrollbar/native_scroll_bar_win.h', 179 'controls/scrollbar/native_scroll_bar_win.h',
195 'controls/scrollbar/native_scroll_bar_wrapper.h', 180 'controls/scrollbar/native_scroll_bar_wrapper.h',
196 'controls/scrollbar/native_scroll_bar.cc', 181 'controls/scrollbar/native_scroll_bar.cc',
197 'controls/scrollbar/native_scroll_bar.h', 182 'controls/scrollbar/native_scroll_bar.h',
198 'controls/scrollbar/scroll_bar.cc', 183 'controls/scrollbar/scroll_bar.cc',
199 'controls/scrollbar/scroll_bar.h', 184 'controls/scrollbar/scroll_bar.h',
200 'controls/separator.cc', 185 'controls/separator.cc',
201 'controls/separator.h', 186 'controls/separator.h',
202 'controls/single_split_view.cc', 187 'controls/single_split_view.cc',
203 'controls/single_split_view.h', 188 'controls/single_split_view.h',
204 'controls/single_split_view_listener.h', 189 'controls/single_split_view_listener.h',
205 'controls/slider.cc', 190 'controls/slider.cc',
206 'controls/slider.h', 191 'controls/slider.h',
207 'controls/tabbed_pane/native_tabbed_pane_gtk.cc',
208 'controls/tabbed_pane/native_tabbed_pane_gtk.h',
209 'controls/tabbed_pane/native_tabbed_pane_views.cc', 192 'controls/tabbed_pane/native_tabbed_pane_views.cc',
210 'controls/tabbed_pane/native_tabbed_pane_views.h', 193 'controls/tabbed_pane/native_tabbed_pane_views.h',
211 'controls/tabbed_pane/native_tabbed_pane_win.cc', 194 'controls/tabbed_pane/native_tabbed_pane_win.cc',
212 'controls/tabbed_pane/native_tabbed_pane_win.h', 195 'controls/tabbed_pane/native_tabbed_pane_win.h',
213 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', 196 'controls/tabbed_pane/native_tabbed_pane_wrapper.h',
214 'controls/tabbed_pane/tabbed_pane.cc', 197 'controls/tabbed_pane/tabbed_pane.cc',
215 'controls/tabbed_pane/tabbed_pane.h', 198 'controls/tabbed_pane/tabbed_pane.h',
216 'controls/tabbed_pane/tabbed_pane_listener.h', 199 'controls/tabbed_pane/tabbed_pane_listener.h',
217 'controls/table/group_table_model.h', 200 'controls/table/group_table_model.h',
218 'controls/table/group_table_view.h', 201 'controls/table/group_table_view.h',
219 'controls/table/group_table_view_views.cc', 202 'controls/table/group_table_view_views.cc',
220 'controls/table/group_table_view_views.h', 203 'controls/table/group_table_view_views.h',
221 'controls/table/group_table_view_win.cc', 204 'controls/table/group_table_view_win.cc',
222 'controls/table/group_table_view_win.h', 205 'controls/table/group_table_view_win.h',
223 'controls/table/table_view.h', 206 'controls/table/table_view.h',
224 'controls/table/table_view_observer.h', 207 'controls/table/table_view_observer.h',
225 'controls/table/table_view_views.cc', 208 'controls/table/table_view_views.cc',
226 'controls/table/table_view_views.h', 209 'controls/table/table_view_views.h',
227 'controls/table/table_view_win.cc', 210 'controls/table/table_view_win.cc',
228 'controls/table/table_view_win.h', 211 'controls/table/table_view_win.h',
229 'controls/textfield/gtk_views_entry.cc',
230 'controls/textfield/gtk_views_entry.h',
231 'controls/textfield/gtk_views_textview.cc',
232 'controls/textfield/gtk_views_textview.h',
233 'controls/textfield/native_textfield_gtk.cc',
234 'controls/textfield/native_textfield_gtk.h',
235 'controls/textfield/native_textfield_views.cc', 212 'controls/textfield/native_textfield_views.cc',
236 'controls/textfield/native_textfield_views.h', 213 'controls/textfield/native_textfield_views.h',
237 'controls/textfield/native_textfield_win.cc', 214 'controls/textfield/native_textfield_win.cc',
238 'controls/textfield/native_textfield_win.h', 215 'controls/textfield/native_textfield_win.h',
239 'controls/textfield/native_textfield_wrapper.h', 216 'controls/textfield/native_textfield_wrapper.h',
240 'controls/textfield/textfield.cc', 217 'controls/textfield/textfield.cc',
241 'controls/textfield/textfield.h', 218 'controls/textfield/textfield.h',
242 'controls/textfield/textfield_controller.cc', 219 'controls/textfield/textfield_controller.cc',
243 'controls/textfield/textfield_controller.h', 220 'controls/textfield/textfield_controller.h',
244 'controls/textfield/textfield_views_model.cc', 221 'controls/textfield/textfield_views_model.cc',
245 'controls/textfield/textfield_views_model.h', 222 'controls/textfield/textfield_views_model.h',
246 'controls/throbber.cc', 223 'controls/throbber.cc',
247 'controls/throbber.h', 224 'controls/throbber.h',
248 'controls/tree/tree_view.h', 225 'controls/tree/tree_view.h',
249 'controls/tree/tree_view_controller.cc', 226 'controls/tree/tree_view_controller.cc',
250 'controls/tree/tree_view_controller.h', 227 'controls/tree/tree_view_controller.h',
251 'controls/tree/tree_view_views.cc', 228 'controls/tree/tree_view_views.cc',
252 'controls/tree/tree_view_views.h', 229 'controls/tree/tree_view_views.h',
253 'controls/tree/tree_view_win.cc', 230 'controls/tree/tree_view_win.cc',
254 'controls/tree/tree_view_win.h', 231 'controls/tree/tree_view_win.h',
255 #'debug_utils.cc', 232 #'debug_utils.cc',
256 #'debug_utils.h', 233 #'debug_utils.h',
257 'drag_controller.h', 234 'drag_controller.h',
258 'events/event.cc', 235 'events/event.cc',
259 'events/event.h', 236 'events/event.h',
260 'events/event_aura.cc', 237 'events/event_aura.cc',
261 'events/event_gtk.cc',
262 'events/event_win.cc', 238 'events/event_win.cc',
263 'events/event_x.cc', 239 'events/event_x.cc',
264 'focus/accelerator_handler.h', 240 'focus/accelerator_handler.h',
265 'focus/accelerator_handler_aura.cc', 241 'focus/accelerator_handler_aura.cc',
266 'focus/accelerator_handler_gtk.cc',
267 'focus/accelerator_handler_win.cc', 242 'focus/accelerator_handler_win.cc',
268 'focus/external_focus_tracker.cc', 243 'focus/external_focus_tracker.cc',
269 'focus/external_focus_tracker.h', 244 'focus/external_focus_tracker.h',
270 'focus/focus_manager.cc', 245 'focus/focus_manager.cc',
271 'focus/focus_manager.h', 246 'focus/focus_manager.h',
272 'focus/focus_manager_factory.cc', 247 'focus/focus_manager_factory.cc',
273 'focus/focus_manager_factory.h', 248 'focus/focus_manager_factory.h',
274 'focus/focus_search.cc', 249 'focus/focus_search.cc',
275 'focus/focus_search.h', 250 'focus/focus_search.h',
276 'focus/view_storage.cc', 251 'focus/view_storage.cc',
277 'focus/view_storage.h', 252 'focus/view_storage.h',
278 'focus/widget_focus_manager.cc', 253 'focus/widget_focus_manager.cc',
279 'focus/widget_focus_manager.h', 254 'focus/widget_focus_manager.h',
280 'ime/input_method_base.cc', 255 'ime/input_method_base.cc',
281 'ime/input_method_base.h', 256 'ime/input_method_base.h',
282 'ime/input_method_bridge.cc', 257 'ime/input_method_bridge.cc',
283 'ime/input_method_bridge.h', 258 'ime/input_method_bridge.h',
284 'ime/input_method_delegate.h', 259 'ime/input_method_delegate.h',
285 'ime/input_method_gtk.cc',
286 'ime/input_method_gtk.h',
287 'ime/input_method.h', 260 'ime/input_method.h',
288 'ime/input_method_win.cc', 261 'ime/input_method_win.cc',
289 'ime/input_method_win.h', 262 'ime/input_method_win.h',
290 'ime/mock_input_method.cc', 263 'ime/mock_input_method.cc',
291 'ime/mock_input_method.h', 264 'ime/mock_input_method.h',
292 'ime/text_input_type_tracker.cc', 265 'ime/text_input_type_tracker.cc',
293 'ime/text_input_type_tracker.h', 266 'ime/text_input_type_tracker.h',
294 'layout/box_layout.cc', 267 'layout/box_layout.cc',
295 'layout/box_layout.h', 268 'layout/box_layout.h',
296 'layout/fill_layout.cc', 269 'layout/fill_layout.cc',
297 'layout/fill_layout.h', 270 'layout/fill_layout.h',
298 'layout/grid_layout.cc', 271 'layout/grid_layout.cc',
299 'layout/grid_layout.h', 272 'layout/grid_layout.h',
300 'layout/layout_constants.h', 273 'layout/layout_constants.h',
301 'layout/layout_manager.cc', 274 'layout/layout_manager.cc',
302 'layout/layout_manager.h', 275 'layout/layout_manager.h',
303 'metrics.cc', 276 'metrics.cc',
304 'metrics.h', 277 'metrics.h',
305 'metrics_aura.cc', 278 'metrics_aura.cc',
306 'metrics_gtk.cc',
307 'metrics_win.cc', 279 'metrics_win.cc',
308 'mouse_watcher.cc', 280 'mouse_watcher.cc',
309 'mouse_watcher.h', 281 'mouse_watcher.h',
310 'mouse_watcher_view_host.cc', 282 'mouse_watcher_view_host.cc',
311 'mouse_watcher_view_host.h', 283 'mouse_watcher_view_host.h',
312 'native_theme_delegate.h', 284 'native_theme_delegate.h',
313 'native_theme_painter.cc', 285 'native_theme_painter.cc',
314 'native_theme_painter.h', 286 'native_theme_painter.h',
315 'paint_lock.cc', 287 'paint_lock.cc',
316 'paint_lock.h', 288 'paint_lock.h',
317 'painter.cc', 289 'painter.cc',
318 'painter.h', 290 'painter.h',
319 'repeat_controller.cc', 291 'repeat_controller.cc',
320 'repeat_controller.h', 292 'repeat_controller.h',
321 'touchui/touch_mode_support.cc', 293 'touchui/touch_mode_support.cc',
322 'touchui/touch_mode_support.h', 294 'touchui/touch_mode_support.h',
323 'touchui/touch_selection_controller.cc', 295 'touchui/touch_selection_controller.cc',
324 'touchui/touch_selection_controller.h', 296 'touchui/touch_selection_controller.h',
325 'view.cc', 297 'view.cc',
326 'view.h', 298 'view.h',
327 'view_constants.cc', 299 'view_constants.cc',
328 'view_constants.h', 300 'view_constants.h',
329 'view_aura.cc', 301 'view_aura.cc',
330 'view_gtk.cc',
331 'view_text_utils.cc', 302 'view_text_utils.cc',
332 'view_text_utils.h', 303 'view_text_utils.h',
333 'view_win.cc', 304 'view_win.cc',
334 'views_delegate.h', 305 'views_delegate.h',
335 'widget/aero_tooltip_manager.cc', 306 'widget/aero_tooltip_manager.cc',
336 'widget/aero_tooltip_manager.h', 307 'widget/aero_tooltip_manager.h',
337 'widget/child_window_message_processor.cc', 308 'widget/child_window_message_processor.cc',
338 'widget/child_window_message_processor.h', 309 'widget/child_window_message_processor.h',
339 'widget/default_theme_provider.cc', 310 'widget/default_theme_provider.cc',
340 'widget/default_theme_provider.h', 311 'widget/default_theme_provider.h',
341 'widget/drop_helper.cc', 312 'widget/drop_helper.cc',
342 'widget/drop_helper.h', 313 'widget/drop_helper.h',
343 'widget/drop_target_gtk.cc',
344 'widget/drop_target_gtk.h',
345 'widget/drop_target_win.cc', 314 'widget/drop_target_win.cc',
346 'widget/drop_target_win.h', 315 'widget/drop_target_win.h',
347 'widget/gtk_views_fixed.cc',
348 'widget/gtk_views_fixed.h',
349 'widget/gtk_views_window.cc',
350 'widget/gtk_views_window.h',
351 'widget/root_view.cc', 316 'widget/root_view.cc',
352 'widget/root_view.h', 317 'widget/root_view.h',
353 'widget/tooltip_manager_aura.cc', 318 'widget/tooltip_manager_aura.cc',
354 'widget/tooltip_manager_aura.h', 319 'widget/tooltip_manager_aura.h',
355 'widget/tooltip_manager_gtk.cc',
356 'widget/tooltip_manager_gtk.h',
357 'widget/tooltip_manager_win.cc', 320 'widget/tooltip_manager_win.cc',
358 'widget/tooltip_manager_win.h', 321 'widget/tooltip_manager_win.h',
359 'widget/tooltip_manager.cc', 322 'widget/tooltip_manager.cc',
360 'widget/tooltip_manager.h', 323 'widget/tooltip_manager.h',
361 'widget/monitor_win.cc', 324 'widget/monitor_win.cc',
362 'widget/monitor_win.h', 325 'widget/monitor_win.h',
363 'widget/native_widget.h', 326 'widget/native_widget.h',
364 'widget/native_widget_aura.cc', 327 'widget/native_widget_aura.cc',
365 'widget/native_widget_aura.h', 328 'widget/native_widget_aura.h',
366 'widget/native_widget_delegate.h', 329 'widget/native_widget_delegate.h',
367 'widget/native_widget_private.h', 330 'widget/native_widget_private.h',
368 'widget/native_widget_gtk.cc',
369 'widget/native_widget_gtk.h',
370 'widget/native_widget_win.cc', 331 'widget/native_widget_win.cc',
371 'widget/native_widget_win.h', 332 'widget/native_widget_win.h',
372 'widget/widget.cc', 333 'widget/widget.cc',
373 'widget/widget.h', 334 'widget/widget.h',
374 'widget/widget_delegate.cc', 335 'widget/widget_delegate.cc',
375 'widget/widget_delegate.h', 336 'widget/widget_delegate.h',
376 'window/client_view.cc', 337 'window/client_view.cc',
377 'window/client_view.h', 338 'window/client_view.h',
378 'window/custom_frame_view.cc', 339 'window/custom_frame_view.cc',
379 'window/custom_frame_view.h', 340 'window/custom_frame_view.h',
(...skipping 10 matching lines...) Expand all
390 'window/window_resources.h', 351 'window/window_resources.h',
391 'window/window_shape.cc', 352 'window/window_shape.cc',
392 'window/window_shape.h', 353 'window/window_shape.h',
393 ], 354 ],
394 'include_dirs': [ 355 'include_dirs': [
395 '../../third_party/wtl/include', 356 '../../third_party/wtl/include',
396 ], 357 ],
397 'conditions': [ 358 'conditions': [
398 ['use_aura==1', { 359 ['use_aura==1', {
399 'sources/': [ 360 'sources/': [
400 ['exclude', '_(gtk|x)\\.cc$'], 361 ['exclude', '_x\\.cc$'],
401 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], 362 ['exclude', '/x_[^/]*\\.cc$'],
402 ['exclude', 'controls/menu/menu_2.*'], 363 ['exclude', 'controls/menu/menu_2.*'],
403 ], 364 ],
404 'sources!': [ 365 'sources!': [
405 'controls/native_control.cc', 366 'controls/native_control.cc',
406 'controls/native_control.h', 367 'controls/native_control.h',
407 'controls/scrollbar/bitmap_scroll_bar.cc', 368 'controls/scrollbar/bitmap_scroll_bar.cc',
408 'controls/scrollbar/bitmap_scroll_bar.h', 369 'controls/scrollbar/bitmap_scroll_bar.h',
409 'controls/table/group_table_model.h', 370 'controls/table/group_table_model.h',
410 'controls/table/group_table_view.cc', 371 'controls/table/group_table_view.cc',
411 'controls/table/group_table_view.h', 372 'controls/table/group_table_view.h',
412 'controls/table/table_view_observer.h', 373 'controls/table/table_view_observer.h',
413 'widget/aero_tooltip_manager.cc', 374 'widget/aero_tooltip_manager.cc',
414 'widget/aero_tooltip_manager.h', 375 'widget/aero_tooltip_manager.h',
415 'widget/child_window_message_processor.cc', 376 'widget/child_window_message_processor.cc',
416 'widget/child_window_message_processor.h', 377 'widget/child_window_message_processor.h',
417 ], 378 ],
418 'conditions': [ 379 'conditions': [
419 ['OS=="mac"', { 380 ['OS=="mac"', {
420 'sources/': [ 381 'sources/': [
421 ['exclude', 'mouse_watcher.cc'], 382 ['exclude', 'mouse_watcher.cc'],
422 ['exclude', 'controls/menu/*'], 383 ['exclude', 'controls/menu/*'],
423 ['exclude', 'controls/scrollbar/*'], 384 ['exclude', 'controls/scrollbar/*'],
424 ['exclude', 'focus/accelerator_handler_aura.cc'], 385 ['exclude', 'focus/accelerator_handler_aura.cc'],
425 ['exclude', 'widget/tooltip_manager_views.cc'], 386 ['exclude', 'widget/tooltip_manager_views.cc'],
426 ], 387 ],
427 }], 388 }],
428 ], 389 ],
429 }], 390 }],
430 ['toolkit_uses_gtk == 1', {
431 'dependencies': [
432 '../../build/linux/system.gyp:gtk',
433 '../../build/linux/system.gyp:x11',
434 '../../build/linux/system.gyp:xext',
435 ],
436 'sources!': [
437 'accessibility/native_view_accessibility_win.cc',
438 'controls/native_control.cc',
439 'controls/scrollbar/bitmap_scroll_bar.cc',
440 'controls/table/group_table_model.cc',
441 'controls/tree/tree_view.h',
442 'events/event_win.cc',
443 'widget/aero_tooltip_manager.cc',
444 'widget/child_window_message_processor.cc',
445 'widget/child_window_message_processor.h',
446 'widget/native_widget_win.cc',
447 ],
448 }],
449 ['use_aura==0', { 391 ['use_aura==0', {
450 'sources!': [ 392 'sources!': [
451 'controls/tabbed_pane/native_tabbed_pane_views.cc', 393 'controls/tabbed_pane/native_tabbed_pane_views.cc',
452 'controls/tabbed_pane/native_tabbed_pane_views.h', 394 'controls/tabbed_pane/native_tabbed_pane_views.h',
453 'widget/tooltip_manager_views.cc', 395 'widget/tooltip_manager_views.cc',
454 ], 396 ],
455 }], 397 }],
456 ['use_aura==0 and OS=="win"', { 398 ['use_aura==0 and OS=="win"', {
457 'sources!': [ 399 'sources!': [
458 'controls/menu/menu_config_views.cc', 400 'controls/menu/menu_config_views.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'controls/progress_bar_unittest.cc', 463 'controls/progress_bar_unittest.cc',
522 'controls/scrollbar/scrollbar_unittest.cc', 464 'controls/scrollbar/scrollbar_unittest.cc',
523 'controls/single_split_view_unittest.cc', 465 'controls/single_split_view_unittest.cc',
524 'controls/slider_unittest.cc', 466 'controls/slider_unittest.cc',
525 'controls/tabbed_pane/tabbed_pane_unittest.cc', 467 'controls/tabbed_pane/tabbed_pane_unittest.cc',
526 'controls/table/table_view_unittest.cc', 468 'controls/table/table_view_unittest.cc',
527 'controls/textfield/native_textfield_views_unittest.cc', 469 'controls/textfield/native_textfield_views_unittest.cc',
528 'controls/textfield/textfield_views_model_unittest.cc', 470 'controls/textfield/textfield_views_model_unittest.cc',
529 'controls/tree/tree_view_views_unittest.cc', 471 'controls/tree/tree_view_views_unittest.cc',
530 'events/event_unittest.cc', 472 'events/event_unittest.cc',
531 'focus/accelerator_handler_gtk_unittest.cc',
532 'focus/focus_manager_test.h', 473 'focus/focus_manager_test.h',
533 'focus/focus_manager_test.cc', 474 'focus/focus_manager_test.cc',
534 'focus/focus_manager_unittest.cc', 475 'focus/focus_manager_unittest.cc',
535 'focus/focus_manager_unittest_win.cc', 476 'focus/focus_manager_unittest_win.cc',
536 'focus/focus_traversal_unittest.cc', 477 'focus/focus_traversal_unittest.cc',
537 'layout/box_layout_unittest.cc', 478 'layout/box_layout_unittest.cc',
538 'layout/grid_layout_unittest.cc', 479 'layout/grid_layout_unittest.cc',
539 'test/test_tooltip_client.h', 480 'test/test_tooltip_client.h',
540 'test/test_views_delegate.cc', 481 'test/test_views_delegate.cc',
541 'test/test_views_delegate.h', 482 'test/test_views_delegate.h',
542 'test/views_test_base.cc', 483 'test/views_test_base.cc',
543 'test/views_test_base.h', 484 'test/views_test_base.h',
544 'view_unittest.cc', 485 'view_unittest.cc',
545 'widget/native_widget_aura_unittest.cc', 486 'widget/native_widget_aura_unittest.cc',
546 'widget/native_widget_test_utils.h', 487 'widget/native_widget_test_utils.h',
547 'widget/native_widget_test_utils_aura.cc', 488 'widget/native_widget_test_utils_aura.cc',
548 'widget/native_widget_test_utils_gtk.cc',
549 'widget/native_widget_test_utils_win.cc', 489 'widget/native_widget_test_utils_win.cc',
550 'widget/native_widget_unittest.cc', 490 'widget/native_widget_unittest.cc',
551 'widget/native_widget_win_unittest.cc', 491 'widget/native_widget_win_unittest.cc',
552 'widget/widget_unittest.cc', 492 'widget/widget_unittest.cc',
553 'run_all_unittests.cc', 493 'run_all_unittests.cc',
554 494
555 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 495 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
556 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 496 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
557 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 497 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
558 ], 498 ],
559 'conditions': [ 499 'conditions': [
560 ['toolkit_uses_gtk == 1', {
561 'dependencies': [
562 '../../build/linux/system.gyp:gtk',
563 ],
564 'conditions': [
565 ['linux_use_tcmalloc==1', {
566 'dependencies': [
567 '../../base/allocator/allocator.gyp:allocator',
568 ],
569 }],
570 ],
571 'sources/': [
572 ['exclude', 'controls/table/table_view_unittest.cc'],
573 ],
574 }],
575 ['OS=="win"', { 500 ['OS=="win"', {
576 'link_settings': { 501 'link_settings': {
577 'libraries': [ 502 'libraries': [
578 '-limm32.lib', 503 '-limm32.lib',
579 '-loleacc.lib', 504 '-loleacc.lib',
580 ] 505 ]
581 }, 506 },
582 'include_dirs': [ 507 'include_dirs': [
583 '../third_party/wtl/include', 508 '../third_party/wtl/include',
584 ], 509 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 ], 632 ],
708 'sources': [ 633 'sources': [
709 'examples/examples_main.cc', 634 'examples/examples_main.cc',
710 'test/test_views_delegate.cc', 635 'test/test_views_delegate.cc',
711 'test/test_views_delegate.h', 636 'test/test_views_delegate.h',
712 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 637 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
713 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 638 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
714 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 639 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
715 ], 640 ],
716 'conditions': [ 641 'conditions': [
717 ['toolkit_uses_gtk == 1', {
718 'dependencies': [
719 '../../build/linux/system.gyp:gtk',
720 ],
721 'conditions': [
722 ['linux_use_tcmalloc==1', {
723 'dependencies': [
724 '../../base/allocator/allocator.gyp:allocator',
725 ],
726 }],
727 ],
728 },
729 ],
730 ['OS=="win"', { 642 ['OS=="win"', {
731 'link_settings': { 643 'link_settings': {
732 'libraries': [ 644 'libraries': [
733 '-limm32.lib', 645 '-limm32.lib',
734 '-loleacc.lib', 646 '-loleacc.lib',
735 ] 647 ]
736 }, 648 },
737 'msvs_settings': { 649 'msvs_settings': {
738 'VCManifestTool': { 650 'VCManifestTool': {
739 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' , 651 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest' ,
740 }, 652 },
741 }, 653 },
742 }], 654 }],
743 ], 655 ],
744 }, # target_name: views_examples_lib 656 }, # target_name: views_examples_lib
745 ], 657 ],
746 } 658 }
OLDNEW
« no previous file with comments | « ui/views/view_gtk.cc ('k') | ui/views/widget/drop_target_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698