| 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 }, | 7 }, |
| 8 'target_defaults': { | 8 'target_defaults': { |
| 9 'conditions': [ | 9 'conditions': [ |
| 10 ['OS!="linux" or chromeos==1', { | 10 ['OS!="linux" or chromeos==1', { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 '../aura/aura.gyp:aura', | 29 '../aura/aura.gyp:aura', |
| 30 '../base/strings/ui_strings.gyp:ui_strings', | 30 '../base/strings/ui_strings.gyp:ui_strings', |
| 31 '../base/ui_base.gyp:ui_base', | 31 '../base/ui_base.gyp:ui_base', |
| 32 '../compositor/compositor.gyp:compositor', | 32 '../compositor/compositor.gyp:compositor', |
| 33 '../events/events.gyp:events', | 33 '../events/events.gyp:events', |
| 34 '../events/events.gyp:events_base', | 34 '../events/events.gyp:events_base', |
| 35 '../gfx/gfx.gyp:gfx', | 35 '../gfx/gfx.gyp:gfx', |
| 36 '../gfx/gfx.gyp:gfx_geometry', | 36 '../gfx/gfx.gyp:gfx_geometry', |
| 37 '../native_theme/native_theme.gyp:native_theme', | 37 '../native_theme/native_theme.gyp:native_theme', |
| 38 '../resources/ui_resources.gyp:ui_resources', | 38 '../resources/ui_resources.gyp:ui_resources', |
| 39 '../wm/wm.gyp:wm_public', | 39 '../wm/wm.gyp:wm_core', |
| 40 ], | 40 ], |
| 41 'export_dependent_settings': [ | 41 'export_dependent_settings': [ |
| 42 '../accessibility/accessibility.gyp:ax_gen', | 42 '../accessibility/accessibility.gyp:ax_gen', |
| 43 ], | 43 ], |
| 44 'defines': [ | 44 'defines': [ |
| 45 'VIEWS_IMPLEMENTATION', | 45 'VIEWS_IMPLEMENTATION', |
| 46 ], | 46 ], |
| 47 'sources': [ | 47 'sources': [ |
| 48 # All .cc, .h under views, except unittests | 48 # All .cc, .h under views, except unittests |
| 49 'accessibility/native_view_accessibility.cc', | 49 'accessibility/native_view_accessibility.cc', |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'window/frame_background.cc', | 410 'window/frame_background.cc', |
| 411 'window/frame_background.h', | 411 'window/frame_background.h', |
| 412 'window/frame_buttons.h', | 412 'window/frame_buttons.h', |
| 413 'window/native_frame_view.cc', | 413 'window/native_frame_view.cc', |
| 414 'window/native_frame_view.h', | 414 'window/native_frame_view.h', |
| 415 'window/non_client_view.cc', | 415 'window/non_client_view.cc', |
| 416 'window/non_client_view.h', | 416 'window/non_client_view.h', |
| 417 'window/window_resources.h', | 417 'window/window_resources.h', |
| 418 'window/window_shape.cc', | 418 'window/window_shape.cc', |
| 419 'window/window_shape.h', | 419 'window/window_shape.h', |
| 420 '../wm/core/base_focus_rules.cc', | |
| 421 '../wm/core/base_focus_rules.h', | |
| 422 '../wm/core/capture_controller.cc', | |
| 423 '../wm/core/capture_controller.h', | |
| 424 '../wm/core/compound_event_filter.cc', | |
| 425 '../wm/core/compound_event_filter.h', | |
| 426 '../wm/core/cursor_manager.cc', | |
| 427 '../wm/core/cursor_manager.h', | |
| 428 '../wm/core/focus_controller.cc', | |
| 429 '../wm/core/focus_controller.h', | |
| 430 '../wm/core/focus_rules.h', | |
| 431 '../wm/core/image_grid.cc', | |
| 432 '../wm/core/image_grid.h', | |
| 433 '../wm/core/input_method_event_filter.cc', | |
| 434 '../wm/core/input_method_event_filter.h', | |
| 435 '../wm/core/native_cursor_manager.h', | |
| 436 '../wm/core/native_cursor_manager_delegate.h', | |
| 437 '../wm/core/shadow.cc', | |
| 438 '../wm/core/shadow.h', | |
| 439 '../wm/core/shadow_controller.cc', | |
| 440 '../wm/core/shadow_controller.h', | |
| 441 '../wm/core/shadow_types.cc', | |
| 442 '../wm/core/shadow_types.h', | |
| 443 '../wm/core/transient_window_controller.cc', | |
| 444 '../wm/core/transient_window_controller.h', | |
| 445 '../wm/core/transient_window_manager.cc', | |
| 446 '../wm/core/transient_window_manager.h', | |
| 447 '../wm/core/transient_window_observer.h', | |
| 448 '../wm/core/transient_window_stacking_client.cc', | |
| 449 '../wm/core/transient_window_stacking_client.h', | |
| 450 '../wm/core/visibility_controller.cc', | |
| 451 '../wm/core/visibility_controller.h', | |
| 452 '../wm/core/window_animations.cc', | |
| 453 '../wm/core/window_animations.h', | |
| 454 '../wm/core/window_modality_controller.cc', | |
| 455 '../wm/core/window_modality_controller.h', | |
| 456 '../wm/core/window_util.cc', | |
| 457 '../wm/core/window_util.h', | |
| 458 '../wm/core/wm_core_export.h', | |
| 459 '../wm/core/wm_core_switches.cc', | |
| 460 '../wm/core/wm_core_switches.h', | |
| 461 '../wm/core/wm_state.cc', | |
| 462 '../wm/core/wm_state.h', | |
| 463 ], | 420 ], |
| 464 'include_dirs': [ | 421 'include_dirs': [ |
| 465 '../../third_party/wtl/include', | 422 '../../third_party/wtl/include', |
| 466 ], | 423 ], |
| 467 'conditions': [ | 424 'conditions': [ |
| 468 ['chromeos==1', { | 425 ['chromeos==1', { |
| 469 'sources/': [ | 426 'sources/': [ |
| 470 ['exclude', 'widget/desktop_aura'], | 427 ['exclude', 'widget/desktop_aura'], |
| 471 ], | 428 ], |
| 472 }], | 429 }], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 '../../ipc/ipc.gyp:test_support_ipc', | 503 '../../ipc/ipc.gyp:test_support_ipc', |
| 547 '../../skia/skia.gyp:skia', | 504 '../../skia/skia.gyp:skia', |
| 548 '../../testing/gtest.gyp:gtest', | 505 '../../testing/gtest.gyp:gtest', |
| 549 '../aura/aura.gyp:aura', | 506 '../aura/aura.gyp:aura', |
| 550 '../aura/aura.gyp:aura_test_support', | 507 '../aura/aura.gyp:aura_test_support', |
| 551 '../base/ui_base.gyp:ui_base', | 508 '../base/ui_base.gyp:ui_base', |
| 552 '../compositor/compositor.gyp:compositor', | 509 '../compositor/compositor.gyp:compositor', |
| 553 '../events/events.gyp:events', | 510 '../events/events.gyp:events', |
| 554 '../gfx/gfx.gyp:gfx', | 511 '../gfx/gfx.gyp:gfx', |
| 555 '../gfx/gfx.gyp:gfx_geometry', | 512 '../gfx/gfx.gyp:gfx_geometry', |
| 513 '../wm/wm.gyp:wm_core', |
| 556 'views', | 514 'views', |
| 557 ], | 515 ], |
| 558 'include_dirs': [ | 516 'include_dirs': [ |
| 559 '..', | 517 '..', |
| 560 ], | 518 ], |
| 561 'sources': [ | 519 'sources': [ |
| 562 'corewm/tooltip_controller_test_helper.cc', | 520 'corewm/tooltip_controller_test_helper.cc', |
| 563 'corewm/tooltip_controller_test_helper.h', | 521 'corewm/tooltip_controller_test_helper.h', |
| 564 'test/capture_tracking_view.cc', | 522 'test/capture_tracking_view.cc', |
| 565 'test/capture_tracking_view.h', | 523 'test/capture_tracking_view.h', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 '../base/strings/ui_strings.gyp:ui_strings', | 595 '../base/strings/ui_strings.gyp:ui_strings', |
| 638 '../base/ui_base.gyp:ui_base', | 596 '../base/ui_base.gyp:ui_base', |
| 639 '../compositor/compositor.gyp:compositor', | 597 '../compositor/compositor.gyp:compositor', |
| 640 '../compositor/compositor.gyp:compositor_test_support', | 598 '../compositor/compositor.gyp:compositor_test_support', |
| 641 '../events/events.gyp:events', | 599 '../events/events.gyp:events', |
| 642 '../gfx/gfx.gyp:gfx', | 600 '../gfx/gfx.gyp:gfx', |
| 643 '../gfx/gfx.gyp:gfx_geometry', | 601 '../gfx/gfx.gyp:gfx_geometry', |
| 644 '../resources/ui_resources.gyp:ui_resources', | 602 '../resources/ui_resources.gyp:ui_resources', |
| 645 '../resources/ui_resources.gyp:ui_test_pak', | 603 '../resources/ui_resources.gyp:ui_test_pak', |
| 646 '../ui_unittests.gyp:ui_test_support', | 604 '../ui_unittests.gyp:ui_test_support', |
| 647 '../wm/wm.gyp:wm_public', | 605 '../wm/wm.gyp:wm_core', |
| 648 'views', | 606 'views', |
| 649 'views_test_support', | 607 'views_test_support', |
| 650 ], | 608 ], |
| 651 'include_dirs': [ | 609 'include_dirs': [ |
| 652 '..', | 610 '..', |
| 653 ], | 611 ], |
| 654 'sources': [ | 612 'sources': [ |
| 655 'accessibility/native_view_accessibility_win_unittest.cc', | 613 'accessibility/native_view_accessibility_win_unittest.cc', |
| 656 'accessible_pane_view_unittest.cc', | 614 'accessible_pane_view_unittest.cc', |
| 657 'animation/bounds_animator_unittest.cc', | 615 'animation/bounds_animator_unittest.cc', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', | 661 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', |
| 704 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 662 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
| 705 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 663 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
| 706 'widget/native_widget_aura_unittest.cc', | 664 'widget/native_widget_aura_unittest.cc', |
| 707 'widget/native_widget_unittest.cc', | 665 'widget/native_widget_unittest.cc', |
| 708 'widget/root_view_unittest.cc', | 666 'widget/root_view_unittest.cc', |
| 709 'widget/widget_unittest.cc', | 667 'widget/widget_unittest.cc', |
| 710 'widget/window_reorderer_unittest.cc', | 668 'widget/window_reorderer_unittest.cc', |
| 711 'window/dialog_client_view_unittest.cc', | 669 'window/dialog_client_view_unittest.cc', |
| 712 'window/dialog_delegate_unittest.cc', | 670 'window/dialog_delegate_unittest.cc', |
| 713 '../wm/core/compound_event_filter_unittest.cc', | |
| 714 '../wm/core/cursor_manager_unittest.cc', | |
| 715 '../wm/core/focus_controller_unittest.cc', | |
| 716 '../wm/core/input_method_event_filter_unittest.cc', | |
| 717 '../wm/core/image_grid_unittest.cc', | |
| 718 '../wm/core/shadow_controller_unittest.cc', | |
| 719 '../wm/core/transient_window_manager_unittest.cc', | |
| 720 '../wm/core/transient_window_stacking_client_unittest.cc', | |
| 721 '../wm/core/visibility_controller_unittest.cc', | |
| 722 '../wm/core/window_animations_unittest.cc', | |
| 723 ], | 671 ], |
| 724 'conditions': [ | 672 'conditions': [ |
| 725 ['chromeos==0', { | 673 ['chromeos==0', { |
| 726 'sources!': [ | 674 'sources!': [ |
| 727 'touchui/touch_selection_controller_impl_unittest.cc', | 675 'touchui/touch_selection_controller_impl_unittest.cc', |
| 728 ], | 676 ], |
| 729 }, { # use_chromeos==1 | 677 }, { # use_chromeos==1 |
| 730 'sources/': [ | 678 'sources/': [ |
| 731 ['exclude', 'ime/input_method_bridge_unittest.cc'], | 679 ['exclude', 'ime/input_method_bridge_unittest.cc'], |
| 732 ['exclude', 'widget/desktop_aura'], | 680 ['exclude', 'widget/desktop_aura'], |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 'sources/': [ | 933 'sources/': [ |
| 986 # This is needed because the aura rule strips it from the default | 934 # This is needed because the aura rule strips it from the default |
| 987 # sources list. | 935 # sources list. |
| 988 ['include', '^../../content/app/startup_helper_win.cc'], | 936 ['include', '^../../content/app/startup_helper_win.cc'], |
| 989 ], | 937 ], |
| 990 }], | 938 }], |
| 991 ], | 939 ], |
| 992 }, # target_name: views_examples_with_content_exe | 940 }, # target_name: views_examples_with_content_exe |
| 993 ], | 941 ], |
| 994 } | 942 } |
| OLD | NEW |