OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': [ |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'controls/single_split_view.h', | 189 'controls/single_split_view.h', |
190 'controls/single_split_view_listener.h', | 190 'controls/single_split_view_listener.h', |
191 'controls/tabbed_pane/native_tabbed_pane_gtk.cc', | 191 'controls/tabbed_pane/native_tabbed_pane_gtk.cc', |
192 'controls/tabbed_pane/native_tabbed_pane_gtk.h', | 192 'controls/tabbed_pane/native_tabbed_pane_gtk.h', |
193 'controls/tabbed_pane/native_tabbed_pane_win.cc', | 193 'controls/tabbed_pane/native_tabbed_pane_win.cc', |
194 'controls/tabbed_pane/native_tabbed_pane_win.h', | 194 'controls/tabbed_pane/native_tabbed_pane_win.h', |
195 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', | 195 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', |
196 'controls/tabbed_pane/tabbed_pane.cc', | 196 'controls/tabbed_pane/tabbed_pane.cc', |
197 'controls/tabbed_pane/tabbed_pane.h', | 197 'controls/tabbed_pane/tabbed_pane.h', |
198 'controls/tabbed_pane/tabbed_pane_listener.h', | 198 'controls/tabbed_pane/tabbed_pane_listener.h', |
199 'controls/table/native_table_wrapper.h', | |
200 'controls/table/native_table_gtk.cc', | |
201 'controls/table/native_table_gtk.h', | |
202 'controls/table/native_table_win.cc', | |
203 'controls/table/native_table_win.h', | |
204 'controls/table/group_table_view.cc', | |
205 'controls/table/group_table_view.h', | |
206 'controls/table/table_view.cc', | |
207 'controls/table/table_view.h', | |
208 'controls/table/table_view2.cc', | |
209 'controls/table/table_view2.h', | |
210 'controls/table/table_view_observer.h', | |
211 'controls/textfield/gtk_views_entry.cc', | 199 'controls/textfield/gtk_views_entry.cc', |
212 'controls/textfield/gtk_views_entry.h', | 200 'controls/textfield/gtk_views_entry.h', |
213 'controls/textfield/gtk_views_textview.cc', | 201 'controls/textfield/gtk_views_textview.cc', |
214 'controls/textfield/gtk_views_textview.h', | 202 'controls/textfield/gtk_views_textview.h', |
215 'controls/textfield/textfield.cc', | 203 'controls/textfield/textfield.cc', |
216 'controls/textfield/textfield.h', | 204 'controls/textfield/textfield.h', |
217 'controls/textfield/textfield_controller.h', | 205 'controls/textfield/textfield_controller.h', |
218 'controls/textfield/textfield_views_model.cc', | 206 'controls/textfield/textfield_views_model.cc', |
219 'controls/textfield/textfield_views_model.h', | 207 'controls/textfield/textfield_views_model.h', |
220 'controls/textfield/native_textfield_gtk.cc', | 208 'controls/textfield/native_textfield_gtk.cc', |
221 'controls/textfield/native_textfield_gtk.h', | 209 'controls/textfield/native_textfield_gtk.h', |
222 'controls/textfield/native_textfield_win.cc', | 210 'controls/textfield/native_textfield_win.cc', |
223 'controls/textfield/native_textfield_win.h', | 211 'controls/textfield/native_textfield_win.h', |
224 'controls/textfield/native_textfield_wrapper.h', | 212 'controls/textfield/native_textfield_wrapper.h', |
225 'controls/textfield/native_textfield_views.cc', | 213 'controls/textfield/native_textfield_views.cc', |
226 'controls/textfield/native_textfield_views.h', | 214 'controls/textfield/native_textfield_views.h', |
227 'controls/throbber.cc', | 215 'controls/throbber.cc', |
228 'controls/throbber.h', | 216 'controls/throbber.h', |
229 'controls/tree/tree_view.cc', | |
230 'controls/tree/tree_view.h', | |
231 #'debug_utils.cc', | 217 #'debug_utils.cc', |
232 #'debug_utils.h', | 218 #'debug_utils.h', |
233 'drag_controller.h', | 219 'drag_controller.h', |
234 'drag_utils.cc', | 220 'drag_utils.cc', |
235 'drag_utils.h', | 221 'drag_utils.h', |
236 'drag_utils_aura.cc', | 222 'drag_utils_aura.cc', |
237 'drag_utils_gtk.cc', | 223 'drag_utils_gtk.cc', |
238 'drag_utils_win.cc', | 224 'drag_utils_win.cc', |
239 'metrics.cc', | 225 'metrics.cc', |
240 'metrics.h', | 226 'metrics.h', |
(...skipping 14 matching lines...) Expand all Loading... |
255 'view.cc', | 241 'view.cc', |
256 'view.h', | 242 'view.h', |
257 'view_aura.cc', | 243 'view_aura.cc', |
258 'view_constants.cc', | 244 'view_constants.cc', |
259 'view_constants.h', | 245 'view_constants.h', |
260 'view_gtk.cc', | 246 'view_gtk.cc', |
261 'view_text_utils.cc', | 247 'view_text_utils.cc', |
262 'view_text_utils.h', | 248 'view_text_utils.h', |
263 'view_win.cc', | 249 'view_win.cc', |
264 'views_delegate.h', | 250 'views_delegate.h', |
265 '../ui/views/widget/aero_tooltip_manager.cc', | |
266 '../ui/views/widget/aero_tooltip_manager.h', | |
267 '../ui/views/widget/child_window_message_processor.cc', | |
268 '../ui/views/widget/child_window_message_processor.h', | |
269 '../ui/views/widget/default_theme_provider.cc', | |
270 '../ui/views/widget/default_theme_provider.h', | |
271 '../ui/views/widget/drop_helper.cc', | |
272 '../ui/views/widget/drop_helper.h', | |
273 '../ui/views/widget/drop_target_gtk.cc', | |
274 '../ui/views/widget/drop_target_gtk.h', | |
275 '../ui/views/widget/drop_target_win.cc', | |
276 '../ui/views/widget/drop_target_win.h', | |
277 '../ui/views/widget/gtk_views_fixed.cc', | |
278 '../ui/views/widget/gtk_views_fixed.h', | |
279 '../ui/views/widget/gtk_views_window.cc', | |
280 '../ui/views/widget/gtk_views_window.h', | |
281 '../ui/views/widget/root_view.cc', | |
282 '../ui/views/widget/root_view.h', | |
283 '../ui/views/widget/tooltip_manager_gtk.cc', | |
284 '../ui/views/widget/tooltip_manager_gtk.h', | |
285 '../ui/views/widget/tooltip_manager_views.cc', | |
286 '../ui/views/widget/tooltip_manager_views.h', | |
287 '../ui/views/widget/tooltip_manager_win.cc', | |
288 '../ui/views/widget/tooltip_manager_win.h', | |
289 '../ui/views/widget/tooltip_manager.cc', | |
290 '../ui/views/widget/tooltip_manager.h', | |
291 '../ui/views/widget/monitor_win.cc', | |
292 '../ui/views/widget/monitor_win.h', | |
293 '../ui/views/widget/native_widget.h', | |
294 '../ui/views/widget/native_widget_aura.cc', | |
295 '../ui/views/widget/native_widget_aura.h', | |
296 '../ui/views/widget/native_widget_delegate.h', | |
297 '../ui/views/widget/native_widget_private.h', | |
298 '../ui/views/widget/native_widget_gtk.cc', | |
299 '../ui/views/widget/native_widget_gtk.h', | |
300 '../ui/views/widget/native_widget_win.cc', | |
301 '../ui/views/widget/native_widget_win.h', | |
302 '../ui/views/widget/widget.cc', | |
303 '../ui/views/widget/widget.h', | |
304 '../ui/views/widget/widget_delegate.cc', | |
305 '../ui/views/widget/widget_delegate.h', | |
306 '../ui/views/widget/window_manager.cc', | |
307 '../ui/views/widget/window_manager.h', | |
308 '../ui/views/accessibility/native_view_accessibility_win.cc', | 251 '../ui/views/accessibility/native_view_accessibility_win.cc', |
309 '../ui/views/accessibility/native_view_accessibility_win.h', | 252 '../ui/views/accessibility/native_view_accessibility_win.h', |
310 '../ui/views/animation/bounds_animator.cc', | 253 '../ui/views/animation/bounds_animator.cc', |
311 '../ui/views/animation/bounds_animator.h', | 254 '../ui/views/animation/bounds_animator.h', |
312 '../ui/views/bubble/border_contents_view.cc', | 255 '../ui/views/bubble/border_contents_view.cc', |
313 '../ui/views/bubble/border_contents_view.h', | 256 '../ui/views/bubble/border_contents_view.h', |
314 '../ui/views/bubble/bubble_border.cc', | 257 '../ui/views/bubble/bubble_border.cc', |
315 '../ui/views/bubble/bubble_border.h', | 258 '../ui/views/bubble/bubble_border.h', |
316 '../ui/views/bubble/bubble_delegate.cc', | 259 '../ui/views/bubble/bubble_delegate.cc', |
317 '../ui/views/bubble/bubble_delegate.h', | 260 '../ui/views/bubble/bubble_delegate.h', |
318 '../ui/views/bubble/bubble_frame_view.cc', | 261 '../ui/views/bubble/bubble_frame_view.cc', |
319 '../ui/views/bubble/bubble_frame_view.h', | 262 '../ui/views/bubble/bubble_frame_view.h', |
| 263 '../ui/views/controls/table/native_table_wrapper.h', |
| 264 '../ui/views/controls/table/native_table_gtk.cc', |
| 265 '../ui/views/controls/table/native_table_gtk.h', |
| 266 '../ui/views/controls/table/native_table_win.cc', |
| 267 '../ui/views/controls/table/native_table_win.h', |
| 268 '../ui/views/controls/table/group_table_view.cc', |
| 269 '../ui/views/controls/table/group_table_view.h', |
| 270 '../ui/views/controls/table/table_view.cc', |
| 271 '../ui/views/controls/table/table_view.h', |
| 272 '../ui/views/controls/table/table_view2.cc', |
| 273 '../ui/views/controls/table/table_view2.h', |
| 274 '../ui/views/controls/table/table_view_observer.h', |
| 275 '../ui/views/controls/tree/tree_view.cc', |
| 276 '../ui/views/controls/tree/tree_view.h', |
320 '../ui/views/events/event.cc', | 277 '../ui/views/events/event.cc', |
321 '../ui/views/events/event.h', | 278 '../ui/views/events/event.h', |
322 '../ui/views/events/event_aura.cc', | 279 '../ui/views/events/event_aura.cc', |
323 '../ui/views/events/event_gtk.cc', | 280 '../ui/views/events/event_gtk.cc', |
324 '../ui/views/events/event_win.cc', | 281 '../ui/views/events/event_win.cc', |
325 '../ui/views/events/event_x.cc', | 282 '../ui/views/events/event_x.cc', |
326 '../ui/views/focus/accelerator_handler.h', | 283 '../ui/views/focus/accelerator_handler.h', |
327 '../ui/views/focus/accelerator_handler_aura.cc', | 284 '../ui/views/focus/accelerator_handler_aura.cc', |
328 '../ui/views/focus/accelerator_handler_gtk.cc', | 285 '../ui/views/focus/accelerator_handler_gtk.cc', |
329 '../ui/views/focus/accelerator_handler_win.cc', | 286 '../ui/views/focus/accelerator_handler_win.cc', |
(...skipping 29 matching lines...) Expand all Loading... |
359 '../ui/views/layout/fill_layout.h', | 316 '../ui/views/layout/fill_layout.h', |
360 '../ui/views/layout/grid_layout.cc', | 317 '../ui/views/layout/grid_layout.cc', |
361 '../ui/views/layout/grid_layout.h', | 318 '../ui/views/layout/grid_layout.h', |
362 '../ui/views/layout/layout_constants.h', | 319 '../ui/views/layout/layout_constants.h', |
363 '../ui/views/layout/layout_manager.cc', | 320 '../ui/views/layout/layout_manager.cc', |
364 '../ui/views/layout/layout_manager.h', | 321 '../ui/views/layout/layout_manager.h', |
365 '../ui/views/touchui/gesture_manager.cc', | 322 '../ui/views/touchui/gesture_manager.cc', |
366 '../ui/views/touchui/gesture_manager.h', | 323 '../ui/views/touchui/gesture_manager.h', |
367 '../ui/views/touchui/touch_selection_controller.cc', | 324 '../ui/views/touchui/touch_selection_controller.cc', |
368 '../ui/views/touchui/touch_selection_controller.h', | 325 '../ui/views/touchui/touch_selection_controller.h', |
| 326 '../ui/views/widget/aero_tooltip_manager.cc', |
| 327 '../ui/views/widget/aero_tooltip_manager.h', |
| 328 '../ui/views/widget/child_window_message_processor.cc', |
| 329 '../ui/views/widget/child_window_message_processor.h', |
| 330 '../ui/views/widget/default_theme_provider.cc', |
| 331 '../ui/views/widget/default_theme_provider.h', |
| 332 '../ui/views/widget/drop_helper.cc', |
| 333 '../ui/views/widget/drop_helper.h', |
| 334 '../ui/views/widget/drop_target_gtk.cc', |
| 335 '../ui/views/widget/drop_target_gtk.h', |
| 336 '../ui/views/widget/drop_target_win.cc', |
| 337 '../ui/views/widget/drop_target_win.h', |
| 338 '../ui/views/widget/gtk_views_fixed.cc', |
| 339 '../ui/views/widget/gtk_views_fixed.h', |
| 340 '../ui/views/widget/gtk_views_window.cc', |
| 341 '../ui/views/widget/gtk_views_window.h', |
| 342 '../ui/views/widget/root_view.cc', |
| 343 '../ui/views/widget/root_view.h', |
| 344 '../ui/views/widget/tooltip_manager_gtk.cc', |
| 345 '../ui/views/widget/tooltip_manager_gtk.h', |
| 346 '../ui/views/widget/tooltip_manager_views.cc', |
| 347 '../ui/views/widget/tooltip_manager_views.h', |
| 348 '../ui/views/widget/tooltip_manager_win.cc', |
| 349 '../ui/views/widget/tooltip_manager_win.h', |
| 350 '../ui/views/widget/tooltip_manager.cc', |
| 351 '../ui/views/widget/tooltip_manager.h', |
| 352 '../ui/views/widget/monitor_win.cc', |
| 353 '../ui/views/widget/monitor_win.h', |
| 354 '../ui/views/widget/native_widget.h', |
| 355 '../ui/views/widget/native_widget_aura.cc', |
| 356 '../ui/views/widget/native_widget_aura.h', |
| 357 '../ui/views/widget/native_widget_delegate.h', |
| 358 '../ui/views/widget/native_widget_private.h', |
| 359 '../ui/views/widget/native_widget_gtk.cc', |
| 360 '../ui/views/widget/native_widget_gtk.h', |
| 361 '../ui/views/widget/native_widget_win.cc', |
| 362 '../ui/views/widget/native_widget_win.h', |
| 363 '../ui/views/widget/widget.cc', |
| 364 '../ui/views/widget/widget.h', |
| 365 '../ui/views/widget/widget_delegate.cc', |
| 366 '../ui/views/widget/widget_delegate.h', |
| 367 '../ui/views/widget/window_manager.cc', |
| 368 '../ui/views/widget/window_manager.h', |
369 '../ui/views/window/client_view.cc', | 369 '../ui/views/window/client_view.cc', |
370 '../ui/views/window/client_view.h', | 370 '../ui/views/window/client_view.h', |
371 '../ui/views/window/custom_frame_view.cc', | 371 '../ui/views/window/custom_frame_view.cc', |
372 '../ui/views/window/window/custom_frame_view.h', | 372 '../ui/views/window/window/custom_frame_view.h', |
373 '../ui/views/window/dialog_client_view.cc', | 373 '../ui/views/window/dialog_client_view.cc', |
374 '../ui/views/window/window/dialog_client_view.h', | 374 '../ui/views/window/window/dialog_client_view.h', |
375 '../ui/views/window/dialog_delegate.cc', | 375 '../ui/views/window/dialog_delegate.cc', |
376 '../ui/views/window/dialog_delegate.h', | 376 '../ui/views/window/dialog_delegate.h', |
377 '../ui/views/window/native_frame_view.cc', | 377 '../ui/views/window/native_frame_view.cc', |
378 '../ui/views/window/native_frame_view.h', | 378 '../ui/views/window/native_frame_view.h', |
(...skipping 16 matching lines...) Expand all Loading... |
395 'sources!': [ | 395 'sources!': [ |
396 'controls/menu/menu_config_linux.cc', | 396 'controls/menu/menu_config_linux.cc', |
397 'controls/menu/menu_item_view_linux.cc', | 397 'controls/menu/menu_item_view_linux.cc', |
398 'controls/menu/menu_separator_linux.cc', | 398 'controls/menu/menu_separator_linux.cc', |
399 'controls/native_control.cc', | 399 'controls/native_control.cc', |
400 'controls/native_control.h', | 400 'controls/native_control.h', |
401 'controls/scrollbar/bitmap_scroll_bar.cc', | 401 'controls/scrollbar/bitmap_scroll_bar.cc', |
402 'controls/scrollbar/bitmap_scroll_bar.h', | 402 'controls/scrollbar/bitmap_scroll_bar.h', |
403 'controls/tabbed_pane/tabbed_pane.cc', | 403 'controls/tabbed_pane/tabbed_pane.cc', |
404 'controls/tabbed_pane/tabbed_pane.h', | 404 'controls/tabbed_pane/tabbed_pane.h', |
405 'controls/table/group_table_view.cc', | |
406 'controls/table/group_table_view.h', | |
407 'controls/table/native_table_wrapper.h', | |
408 'controls/table/table_view.cc', | |
409 'controls/table/table_view.h', | |
410 'controls/table/table_view2.cc', | |
411 'controls/table/table_view2.h', | |
412 'controls/table/table_view_observer.h', | |
413 'controls/tree/tree_view.cc', | |
414 'controls/tree/tree_view.h', | |
415 'drag_utils_win.cc', | 405 'drag_utils_win.cc', |
| 406 '../ui/views/controls/table/group_table_view.cc', |
| 407 '../ui/views/controls/table/group_table_view.h', |
| 408 '../ui/views/controls/table/native_table_wrapper.h', |
| 409 '../ui/views/controls/table/table_view.cc', |
| 410 '../ui/views/controls/table/table_view.h', |
| 411 '../ui/views/controls/table/table_view2.cc', |
| 412 '../ui/views/controls/table/table_view2.h', |
| 413 '../ui/views/controls/table/table_view_observer.h', |
| 414 '../ui/views/controls/tree/tree_view.cc', |
| 415 '../ui/views/controls/tree/tree_view.h', |
416 '../ui/views/widget/aero_tooltip_manager.cc', | 416 '../ui/views/widget/aero_tooltip_manager.cc', |
417 '../ui/views/widget/aero_tooltip_manager.h', | 417 '../ui/views/widget/aero_tooltip_manager.h', |
418 '../ui/views/widget/child_window_message_processor.cc', | 418 '../ui/views/widget/child_window_message_processor.cc', |
419 '../ui/views/widget/child_window_message_processor.h', | 419 '../ui/views/widget/child_window_message_processor.h', |
420 ], | 420 ], |
421 }, | 421 }, |
422 ], | 422 ], |
423 ['toolkit_uses_gtk == 1', { | 423 ['toolkit_uses_gtk == 1', { |
424 'dependencies': [ | 424 'dependencies': [ |
425 '../build/linux/system.gyp:gtk', | 425 '../build/linux/system.gyp:gtk', |
426 '../build/linux/system.gyp:x11', | 426 '../build/linux/system.gyp:x11', |
427 '../build/linux/system.gyp:xext', | 427 '../build/linux/system.gyp:xext', |
428 ], | 428 ], |
429 'sources!': [ | 429 'sources!': [ |
430 '../ui/views/events/event_win.cc', | |
431 'accessibility/native_view_accessibility_win.cc', | 430 'accessibility/native_view_accessibility_win.cc', |
432 'controls/scrollbar/bitmap_scroll_bar.cc', | 431 'controls/scrollbar/bitmap_scroll_bar.cc', |
433 'controls/native_control.cc', | 432 'controls/native_control.cc', |
434 'controls/table/group_table_view.cc', | 433 '../ui/views/controls/table/group_table_view.cc', |
435 'controls/table/table_view.cc', | 434 '../ui/views/controls/table/table_view.cc', |
436 'controls/tree/tree_view.cc', | 435 '../ui/views/controls/tree/tree_view.cc', |
| 436 '../ui/views/events/event_win.cc', |
437 '../ui/views/widget/aero_tooltip_manager.cc', | 437 '../ui/views/widget/aero_tooltip_manager.cc', |
438 '../ui/views/widget/child_window_message_processor.cc', | 438 '../ui/views/widget/child_window_message_processor.cc', |
439 '../ui/views/widget/child_window_message_processor.h', | 439 '../ui/views/widget/child_window_message_processor.h', |
440 '../ui/views/widget/native_widget_win.cc', | 440 '../ui/views/widget/native_widget_win.cc', |
441 ], | 441 ], |
442 }], | 442 }], |
443 ['use_aura==0', { | 443 ['use_aura==0', { |
444 'sources!': [ | 444 'sources!': [ |
445 'controls/menu/native_menu_views.cc', | 445 'controls/menu/native_menu_views.cc', |
446 'controls/menu/native_menu_views.h', | 446 'controls/menu/native_menu_views.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 '../ui/ui.gyp:ui_resources_standard', | 502 '../ui/ui.gyp:ui_resources_standard', |
503 'views', | 503 'views', |
504 ], | 504 ], |
505 'include_dirs': [ | 505 'include_dirs': [ |
506 '..', | 506 '..', |
507 ], | 507 ], |
508 'sources': [ | 508 'sources': [ |
509 '../ui/views/animation/bounds_animator_unittest.cc', | 509 '../ui/views/animation/bounds_animator_unittest.cc', |
510 '../ui/views/bubble/bubble_delegate_unittest.cc', | 510 '../ui/views/bubble/bubble_delegate_unittest.cc', |
511 '../ui/views/bubble/bubble_frame_view_unittest.cc', | 511 '../ui/views/bubble/bubble_frame_view_unittest.cc', |
| 512 '../ui/views/controls/table/table_view_unittest.cc', |
512 '../ui/views/events/event_unittest.cc', | 513 '../ui/views/events/event_unittest.cc', |
513 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', | 514 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', |
514 '../ui/views/focus/focus_manager_test.h', | 515 '../ui/views/focus/focus_manager_test.h', |
515 '../ui/views/focus/focus_manager_test.cc', | 516 '../ui/views/focus/focus_manager_test.cc', |
516 '../ui/views/focus/focus_manager_unittest.cc', | 517 '../ui/views/focus/focus_manager_unittest.cc', |
517 '../ui/views/focus/focus_manager_unittest_win.cc', | 518 '../ui/views/focus/focus_manager_unittest_win.cc', |
518 '../ui/views/focus/focus_traversal_unittest.cc', | 519 '../ui/views/focus/focus_traversal_unittest.cc', |
519 '../ui/views/layout/box_layout_unittest.cc', | 520 '../ui/views/layout/box_layout_unittest.cc', |
520 '../ui/views/layout/grid_layout_unittest.cc', | 521 '../ui/views/layout/grid_layout_unittest.cc', |
521 '../ui/views/test/test_views_delegate.cc', | 522 '../ui/views/test/test_views_delegate.cc', |
522 '../ui/views/test/test_views_delegate.h', | 523 '../ui/views/test/test_views_delegate.h', |
523 '../ui/views/test/views_test_base.cc', | 524 '../ui/views/test/views_test_base.cc', |
524 '../ui/views/test/views_test_base.h', | 525 '../ui/views/test/views_test_base.h', |
| 526 '../ui/views/widget/native_widget_test_utils.h', |
| 527 '../ui/views/widget/native_widget_test_utils_aura.cc', |
| 528 '../ui/views/widget/native_widget_test_utils_gtk.cc', |
| 529 '../ui/views/widget/native_widget_test_utils_win.cc', |
| 530 '../ui/views/widget/native_widget_unittest.cc', |
| 531 '../ui/views/widget/native_widget_win_unittest.cc', |
| 532 '../ui/views/widget/widget_unittest.cc', |
525 'accessible_pane_view_unittest.cc', | 533 'accessible_pane_view_unittest.cc', |
526 'controls/label_unittest.cc', | 534 'controls/label_unittest.cc', |
527 'controls/progress_bar_unittest.cc', | 535 'controls/progress_bar_unittest.cc', |
528 'controls/single_split_view_unittest.cc', | 536 'controls/single_split_view_unittest.cc', |
529 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 537 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
530 'controls/table/table_view_unittest.cc', | |
531 'controls/combobox/native_combobox_views_unittest.cc', | 538 'controls/combobox/native_combobox_views_unittest.cc', |
532 'controls/menu/menu_model_adapter_unittest.cc', | 539 'controls/menu/menu_model_adapter_unittest.cc', |
533 'controls/textfield/native_textfield_views_unittest.cc', | 540 'controls/textfield/native_textfield_views_unittest.cc', |
534 'controls/textfield/textfield_views_model_unittest.cc', | 541 'controls/textfield/textfield_views_model_unittest.cc', |
535 'controls/scrollbar/scrollbar_unittest.cc', | 542 'controls/scrollbar/scrollbar_unittest.cc', |
536 'run_all_unittests.cc', | 543 'run_all_unittests.cc', |
537 'view_unittest.cc', | 544 'view_unittest.cc', |
538 '../ui/views/widget/native_widget_test_utils.h', | |
539 '../ui/views/widget/native_widget_test_utils_aura.cc', | |
540 '../ui/views/widget/native_widget_test_utils_gtk.cc', | |
541 '../ui/views/widget/native_widget_test_utils_win.cc', | |
542 '../ui/views/widget/native_widget_unittest.cc', | |
543 '../ui/views/widget/native_widget_win_unittest.cc', | |
544 '../ui/views/widget/widget_unittest.cc', | |
545 | 545 |
546 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 546 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
547 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 547 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
548 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 548 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
549 ], | 549 ], |
550 'conditions': [ | 550 'conditions': [ |
551 ['toolkit_uses_gtk == 1', { | 551 ['toolkit_uses_gtk == 1', { |
552 'dependencies': [ | 552 'dependencies': [ |
553 '../build/linux/system.gyp:gtk', | 553 '../build/linux/system.gyp:gtk', |
554 ], | 554 ], |
(...skipping 14 matching lines...) Expand all Loading... |
569 }, | 569 }, |
570 'include_dirs': [ | 570 'include_dirs': [ |
571 '../third_party/wtl/include', | 571 '../third_party/wtl/include', |
572 ], | 572 ], |
573 }], | 573 }], |
574 [ 'use_aura==1', { | 574 [ 'use_aura==1', { |
575 'dependencies': [ | 575 'dependencies': [ |
576 '../ui/aura/aura.gyp:test_support_aura', | 576 '../ui/aura/aura.gyp:test_support_aura', |
577 ], | 577 ], |
578 'sources/': [ | 578 'sources/': [ |
| 579 ['exclude', '../ui/views/controls/table/table_view_unittest.cc'], |
| 580 ['exclude', '../ui/views/widget/native_widget_win_unittest.cc'], |
579 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 581 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
580 ['exclude', 'controls/table/table_view_unittest.cc'], | |
581 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 582 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
582 ['exclude', '../ui/views/widget/native_widget_win_unittest.cc'], | |
583 ], | 583 ], |
584 }, { | 584 }, { |
585 'sources/': [ | 585 'sources/': [ |
586 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 586 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
587 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 587 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
588 ], | 588 ], |
589 }], | 589 }], |
590 ], | 590 ], |
591 }, | 591 }, |
592 { | 592 { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
690 }, | 690 }, |
691 'sources': [ | 691 'sources': [ |
692 '../ui/views/examples/table_example.cc', | 692 '../ui/views/examples/table_example.cc', |
693 '../ui/views/examples/table_example.h', | 693 '../ui/views/examples/table_example.h', |
694 ], | 694 ], |
695 }], | 695 }], |
696 ], | 696 ], |
697 }, | 697 }, |
698 ], | 698 ], |
699 } | 699 } |
OLD | NEW |