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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'view.cc', | 259 'view.cc', |
260 'view.h', | 260 'view.h', |
261 'view_aura.cc', | 261 'view_aura.cc', |
262 'view_constants.cc', | 262 'view_constants.cc', |
263 'view_constants.h', | 263 'view_constants.h', |
264 'view_gtk.cc', | 264 'view_gtk.cc', |
265 'view_text_utils.cc', | 265 'view_text_utils.cc', |
266 'view_text_utils.h', | 266 'view_text_utils.h', |
267 'view_win.cc', | 267 'view_win.cc', |
268 'views_delegate.h', | 268 'views_delegate.h', |
| 269 'widget/aero_tooltip_manager.cc', |
| 270 'widget/aero_tooltip_manager.h', |
| 271 'widget/child_window_message_processor.cc', |
| 272 'widget/child_window_message_processor.h', |
| 273 'widget/default_theme_provider.cc', |
| 274 'widget/default_theme_provider.h', |
| 275 'widget/drop_helper.cc', |
| 276 'widget/drop_helper.h', |
| 277 'widget/drop_target_gtk.cc', |
| 278 'widget/drop_target_gtk.h', |
| 279 'widget/drop_target_win.cc', |
| 280 'widget/drop_target_win.h', |
| 281 'widget/gtk_views_fixed.cc', |
| 282 'widget/gtk_views_fixed.h', |
| 283 'widget/gtk_views_window.cc', |
| 284 'widget/gtk_views_window.h', |
| 285 'widget/root_view.cc', |
| 286 'widget/root_view.h', |
| 287 'widget/tooltip_manager_gtk.cc', |
| 288 'widget/tooltip_manager_gtk.h', |
| 289 'widget/tooltip_manager_views.cc', |
| 290 'widget/tooltip_manager_views.h', |
| 291 'widget/tooltip_manager_win.cc', |
| 292 'widget/tooltip_manager_win.h', |
| 293 'widget/tooltip_manager.cc', |
| 294 'widget/tooltip_manager.h', |
| 295 'widget/monitor_win.cc', |
| 296 'widget/monitor_win.h', |
| 297 'widget/native_widget.h', |
| 298 'widget/native_widget_aura.cc', |
| 299 'widget/native_widget_aura.h', |
| 300 'widget/native_widget_delegate.h', |
| 301 'widget/native_widget_private.h', |
| 302 'widget/native_widget_gtk.cc', |
| 303 'widget/native_widget_gtk.h', |
| 304 'widget/native_widget_win.cc', |
| 305 'widget/native_widget_win.h', |
| 306 'widget/widget.cc', |
| 307 'widget/widget.h', |
| 308 'widget/widget_delegate.cc', |
| 309 'widget/widget_delegate.h', |
| 310 'widget/window_manager.cc', |
| 311 'widget/window_manager.h', |
269 '../ui/views/accessibility/native_view_accessibility_win.cc', | 312 '../ui/views/accessibility/native_view_accessibility_win.cc', |
270 '../ui/views/accessibility/native_view_accessibility_win.h', | 313 '../ui/views/accessibility/native_view_accessibility_win.h', |
271 '../ui/views/animation/bounds_animator.cc', | 314 '../ui/views/animation/bounds_animator.cc', |
272 '../ui/views/animation/bounds_animator.h', | 315 '../ui/views/animation/bounds_animator.h', |
273 '../ui/views/bubble/border_contents_view.cc', | 316 '../ui/views/bubble/border_contents_view.cc', |
274 '../ui/views/bubble/border_contents_view.h', | 317 '../ui/views/bubble/border_contents_view.h', |
275 '../ui/views/bubble/bubble_border.cc', | 318 '../ui/views/bubble/bubble_border.cc', |
276 '../ui/views/bubble/bubble_border.h', | 319 '../ui/views/bubble/bubble_border.h', |
277 '../ui/views/bubble/bubble_delegate.cc', | 320 '../ui/views/bubble/bubble_delegate.cc', |
278 '../ui/views/bubble/bubble_delegate.h', | 321 '../ui/views/bubble/bubble_delegate.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 '../ui/views/layout/grid_layout.h', | 365 '../ui/views/layout/grid_layout.h', |
323 '../ui/views/layout/layout_constants.h', | 366 '../ui/views/layout/layout_constants.h', |
324 '../ui/views/layout/layout_manager.cc', | 367 '../ui/views/layout/layout_manager.cc', |
325 '../ui/views/layout/layout_manager.h', | 368 '../ui/views/layout/layout_manager.h', |
326 '../ui/views/touchui/gesture_manager.cc', | 369 '../ui/views/touchui/gesture_manager.cc', |
327 '../ui/views/touchui/gesture_manager.h', | 370 '../ui/views/touchui/gesture_manager.h', |
328 '../ui/views/touchui/touch_selection_controller.cc', | 371 '../ui/views/touchui/touch_selection_controller.cc', |
329 '../ui/views/touchui/touch_selection_controller.h', | 372 '../ui/views/touchui/touch_selection_controller.h', |
330 '../ui/views/touchui/touch_selection_controller_impl.cc', | 373 '../ui/views/touchui/touch_selection_controller_impl.cc', |
331 '../ui/views/touchui/touch_selection_controller_impl.h', | 374 '../ui/views/touchui/touch_selection_controller_impl.h', |
332 '../ui/views/widget/aero_tooltip_manager.cc', | |
333 '../ui/views/widget/aero_tooltip_manager.h', | |
334 '../ui/views/widget/child_window_message_processor.cc', | |
335 '../ui/views/widget/child_window_message_processor.h', | |
336 '../ui/views/widget/default_theme_provider.cc', | |
337 '../ui/views/widget/default_theme_provider.h', | |
338 '../ui/views/widget/drop_helper.cc', | |
339 '../ui/views/widget/drop_helper.h', | |
340 '../ui/views/widget/drop_target_gtk.cc', | |
341 '../ui/views/widget/drop_target_gtk.h', | |
342 '../ui/views/widget/drop_target_win.cc', | |
343 '../ui/views/widget/drop_target_win.h', | |
344 '../ui/views/widget/gtk_views_fixed.cc', | |
345 '../ui/views/widget/gtk_views_fixed.h', | |
346 '../ui/views/widget/gtk_views_window.cc', | |
347 '../ui/views/widget/gtk_views_window.h', | |
348 '../ui/views/widget/root_view.cc', | |
349 '../ui/views/widget/root_view.h', | |
350 '../ui/views/widget/tooltip_manager_gtk.cc', | |
351 '../ui/views/widget/tooltip_manager_gtk.h', | |
352 '../ui/views/widget/tooltip_manager_views.cc', | |
353 '../ui/views/widget/tooltip_manager_views.h', | |
354 '../ui/views/widget/tooltip_manager_win.cc', | |
355 '../ui/views/widget/tooltip_manager_win.h', | |
356 '../ui/views/widget/tooltip_manager.cc', | |
357 '../ui/views/widget/tooltip_manager.h', | |
358 '../ui/views/widget/monitor_win.cc', | |
359 '../ui/views/widget/monitor_win.h', | |
360 '../ui/views/widget/native_widget.h', | |
361 '../ui/views/widget/native_widget_aura.cc', | |
362 '../ui/views/widget/native_widget_aura.h', | |
363 '../ui/views/widget/native_widget_delegate.h', | |
364 '../ui/views/widget/native_widget_private.h', | |
365 '../ui/views/widget/native_widget_gtk.cc', | |
366 '../ui/views/widget/native_widget_gtk.h', | |
367 '../ui/views/widget/native_widget_win.cc', | |
368 '../ui/views/widget/native_widget_win.h', | |
369 '../ui/views/widget/widget.cc', | |
370 '../ui/views/widget/widget.h', | |
371 '../ui/views/widget/widget_delegate.cc', | |
372 '../ui/views/widget/widget_delegate.h', | |
373 '../ui/views/widget/window_manager.cc', | |
374 '../ui/views/widget/window_manager.h', | |
375 '../ui/views/window/client_view.cc', | 375 '../ui/views/window/client_view.cc', |
376 '../ui/views/window/client_view.h', | 376 '../ui/views/window/client_view.h', |
377 '../ui/views/window/custom_frame_view.cc', | 377 '../ui/views/window/custom_frame_view.cc', |
378 '../ui/views/window/window/custom_frame_view.h', | 378 '../ui/views/window/window/custom_frame_view.h', |
379 '../ui/views/window/dialog_client_view.cc', | 379 '../ui/views/window/dialog_client_view.cc', |
380 '../ui/views/window/window/dialog_client_view.h', | 380 '../ui/views/window/window/dialog_client_view.h', |
381 '../ui/views/window/dialog_delegate.cc', | 381 '../ui/views/window/dialog_delegate.cc', |
382 '../ui/views/window/dialog_delegate.h', | 382 '../ui/views/window/dialog_delegate.h', |
383 '../ui/views/window/native_frame_view.cc', | 383 '../ui/views/window/native_frame_view.cc', |
384 '../ui/views/window/native_frame_view.h', | 384 '../ui/views/window/native_frame_view.h', |
(...skipping 27 matching lines...) Expand all Loading... |
412 'controls/table/group_table_view.h', | 412 'controls/table/group_table_view.h', |
413 'controls/table/native_table_wrapper.h', | 413 'controls/table/native_table_wrapper.h', |
414 'controls/table/table_view.cc', | 414 'controls/table/table_view.cc', |
415 'controls/table/table_view.h', | 415 'controls/table/table_view.h', |
416 'controls/table/table_view2.cc', | 416 'controls/table/table_view2.cc', |
417 'controls/table/table_view2.h', | 417 'controls/table/table_view2.h', |
418 'controls/table/table_view_observer.h', | 418 'controls/table/table_view_observer.h', |
419 'controls/tree/tree_view.cc', | 419 'controls/tree/tree_view.cc', |
420 'controls/tree/tree_view.h', | 420 'controls/tree/tree_view.h', |
421 'drag_utils_win.cc', | 421 'drag_utils_win.cc', |
| 422 'widget/aero_tooltip_manager.cc', |
| 423 'widget/aero_tooltip_manager.h', |
| 424 'widget/child_window_message_processor.cc', |
| 425 'widget/child_window_message_processor.h', |
422 ], | 426 ], |
423 }, | 427 }, |
424 ], | 428 ], |
425 ['toolkit_uses_gtk == 1', { | 429 ['toolkit_uses_gtk == 1', { |
426 'dependencies': [ | 430 'dependencies': [ |
427 '../build/linux/system.gyp:gtk', | 431 '../build/linux/system.gyp:gtk', |
428 '../build/linux/system.gyp:x11', | 432 '../build/linux/system.gyp:x11', |
429 '../build/linux/system.gyp:xext', | 433 '../build/linux/system.gyp:xext', |
430 ], | 434 ], |
431 'sources!': [ | 435 'sources!': [ |
432 '../ui/views/accessibility/native_view_accessibility_win.cc', | |
433 '../ui/views/events/event_win.cc', | 436 '../ui/views/events/event_win.cc', |
434 '../ui/views/widget/aero_tooltip_manager.cc', | 437 'accessibility/native_view_accessibility_win.cc', |
435 '../ui/views/widget/child_window_message_processor.cc', | |
436 '../ui/views/widget/child_window_message_processor.h', | |
437 '../ui/views/widget/native_widget_win.cc', | |
438 'controls/scrollbar/bitmap_scroll_bar.cc', | 438 'controls/scrollbar/bitmap_scroll_bar.cc', |
439 'controls/native_control.cc', | 439 'controls/native_control.cc', |
440 'controls/table/group_table_view.cc', | 440 'controls/table/group_table_view.cc', |
441 'controls/table/table_view.cc', | 441 'controls/table/table_view.cc', |
442 'controls/tree/tree_view.cc', | 442 'controls/tree/tree_view.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', |
443 ], | 447 ], |
444 }], | 448 }], |
445 ['touchui==1', { | 449 ['touchui==1', { |
446 'defines': ['TOUCH_UI=1'], | 450 'defines': ['TOUCH_UI=1'], |
447 'sources/': [ | 451 'sources/': [ |
448 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'], | 452 ['exclude', '../ui/views/focus/accelerator_handler_gtk.cc'], |
449 ['exclude', '../ui/views/widget/tooltip_manager_gtk.cc'], | |
450 ['exclude', 'controls/menu/native_menu_gtk.cc'], | 453 ['exclude', 'controls/menu/native_menu_gtk.cc'], |
| 454 ['exclude', 'widget/tooltip_manager_gtk.cc'], |
451 ], | 455 ], |
452 }], | 456 }], |
453 ['touchui==0', { | 457 ['touchui==0', { |
454 'sources!': [ | 458 'sources!': [ |
455 '../ui/views/touchui/touch_selection_controller_impl.cc', | 459 '../ui/views/touchui/touch_selection_controller_impl.cc', |
456 '../ui/views/touchui/touch_selection_controller_impl.h', | 460 '../ui/views/touchui/touch_selection_controller_impl.h', |
457 ], | 461 ], |
458 }], | 462 }], |
459 ['touchui==0 and use_aura==0', { | 463 ['touchui==0 and use_aura==0', { |
460 'sources!': [ | 464 'sources!': [ |
461 '../ui/views/widget/tooltip_manager_views.cc', | |
462 'controls/menu/native_menu_views.cc', | 465 'controls/menu/native_menu_views.cc', |
463 'controls/menu/native_menu_views.h', | 466 'controls/menu/native_menu_views.h', |
| 467 'widget/tooltip_manager_views.cc', |
464 ], | 468 ], |
465 }], | 469 }], |
466 ['use_ibus==1', { | 470 ['use_ibus==1', { |
467 'dependencies': [ | 471 'dependencies': [ |
468 '../build/linux/system.gyp:ibus', | 472 '../build/linux/system.gyp:ibus', |
469 ], | 473 ], |
470 'sources/': [ | 474 'sources/': [ |
471 ['exclude', '../ui/views/ime/mock_input_method.cc'], | 475 ['exclude', '../ui/views/ime/mock_input_method.cc'], |
472 ['exclude', '../ui/views/ime/mock_input_method.h'], | 476 ['exclude', '../ui/views/ime/mock_input_method.h'], |
473 ], | 477 ], |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 '../ui/views/events/event_unittest.cc', | 532 '../ui/views/events/event_unittest.cc', |
529 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', | 533 '../ui/views/focus/accelerator_handler_gtk_unittest.cc', |
530 '../ui/views/focus/focus_manager_unittest.cc', | 534 '../ui/views/focus/focus_manager_unittest.cc', |
531 '../ui/views/layout/box_layout_unittest.cc', | 535 '../ui/views/layout/box_layout_unittest.cc', |
532 '../ui/views/layout/grid_layout_unittest.cc', | 536 '../ui/views/layout/grid_layout_unittest.cc', |
533 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc', | 537 '../ui/views/touchui/touch_selection_controller_impl_unittest.cc', |
534 '../ui/views/test/test_views_delegate.cc', | 538 '../ui/views/test/test_views_delegate.cc', |
535 '../ui/views/test/test_views_delegate.h', | 539 '../ui/views/test/test_views_delegate.h', |
536 '../ui/views/test/views_test_base.cc', | 540 '../ui/views/test/views_test_base.cc', |
537 '../ui/views/test/views_test_base.h', | 541 '../ui/views/test/views_test_base.h', |
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 'accessible_pane_view_unittest.cc', | 542 'accessible_pane_view_unittest.cc', |
546 'controls/label_unittest.cc', | 543 'controls/label_unittest.cc', |
547 'controls/progress_bar_unittest.cc', | 544 'controls/progress_bar_unittest.cc', |
548 'controls/single_split_view_unittest.cc', | 545 'controls/single_split_view_unittest.cc', |
549 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 546 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
550 'controls/table/table_view_unittest.cc', | 547 'controls/table/table_view_unittest.cc', |
551 'controls/combobox/native_combobox_views_unittest.cc', | 548 'controls/combobox/native_combobox_views_unittest.cc', |
552 'controls/menu/menu_model_adapter_unittest.cc', | 549 'controls/menu/menu_model_adapter_unittest.cc', |
553 'controls/textfield/native_textfield_views_unittest.cc', | 550 'controls/textfield/native_textfield_views_unittest.cc', |
554 'controls/textfield/textfield_views_model_unittest.cc', | 551 'controls/textfield/textfield_views_model_unittest.cc', |
555 'controls/scrollbar/scrollbar_unittest.cc', | 552 'controls/scrollbar/scrollbar_unittest.cc', |
556 'run_all_unittests.cc', | 553 'run_all_unittests.cc', |
557 'view_unittest.cc', | 554 'view_unittest.cc', |
| 555 'widget/native_widget_test_utils.h', |
| 556 'widget/native_widget_test_utils_aura.cc', |
| 557 'widget/native_widget_test_utils_gtk.cc', |
| 558 'widget/native_widget_test_utils_win.cc', |
| 559 'widget/native_widget_unittest.cc', |
| 560 'widget/native_widget_win_unittest.cc', |
| 561 'widget/widget_unittest.cc', |
558 | 562 |
559 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 563 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
560 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 564 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
561 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 565 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
562 ], | 566 ], |
563 'conditions': [ | 567 'conditions': [ |
564 ['toolkit_uses_gtk == 1', { | 568 ['toolkit_uses_gtk == 1', { |
565 'dependencies': [ | 569 'dependencies': [ |
566 '../build/linux/system.gyp:gtk', | 570 '../build/linux/system.gyp:gtk', |
567 ], | 571 ], |
(...skipping 27 matching lines...) Expand all Loading... |
595 'include_dirs': [ | 599 'include_dirs': [ |
596 '../third_party/wtl/include', | 600 '../third_party/wtl/include', |
597 ], | 601 ], |
598 }], | 602 }], |
599 [ 'use_aura==1', { | 603 [ 'use_aura==1', { |
600 'dependencies': [ | 604 'dependencies': [ |
601 '../ui/aura/aura.gyp:test_support_aura', | 605 '../ui/aura/aura.gyp:test_support_aura', |
602 ], | 606 ], |
603 'sources/': [ | 607 'sources/': [ |
604 ['exclude', '../ui/views/focus/focus_manager_unittest.cc'], # TODO(b
eng): | 608 ['exclude', '../ui/views/focus/focus_manager_unittest.cc'], # TODO(b
eng): |
605 ['exclude', '../ui/views/widget/native_widget_win_unittest.cc'], | |
606 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], | 609 ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'], |
607 ['exclude', 'controls/table/table_view_unittest.cc'], | 610 ['exclude', 'controls/table/table_view_unittest.cc'], |
608 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], | 611 ['exclude', 'controls/tabbed_pane/tabbed_pane_unittest.cc'], |
| 612 ['exclude', 'widget/native_widget_win_unittest.cc'], |
609 ], | 613 ], |
610 }, { | 614 }, { |
611 'sources/': [ | 615 'sources/': [ |
612 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], | 616 ['exclude', '../ui/aura/test/test_desktop_delegate.cc'], |
613 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], | 617 ['exclude', '../ui/aura/test/test_desktop_delegate.h'], |
614 ], | 618 ], |
615 }], | 619 }], |
616 ], | 620 ], |
617 }, | 621 }, |
618 { | 622 { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 }, | 720 }, |
717 'sources': [ | 721 'sources': [ |
718 '../ui/views/examples/table_example.cc', | 722 '../ui/views/examples/table_example.cc', |
719 '../ui/views/examples/table_example.h', | 723 '../ui/views/examples/table_example.h', |
720 ], | 724 ], |
721 }], | 725 }], |
722 ], | 726 ], |
723 }, | 727 }, |
724 ], | 728 ], |
725 } | 729 } |
OLD | NEW |