| 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 10 matching lines...) Expand all Loading... |
| 21 '../../base/base.gyp:base_i18n', | 21 '../../base/base.gyp:base_i18n', |
| 22 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 22 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 23 '../../skia/skia.gyp:skia', | 23 '../../skia/skia.gyp:skia', |
| 24 '../../third_party/icu/icu.gyp:icui18n', | 24 '../../third_party/icu/icu.gyp:icui18n', |
| 25 '../../third_party/icu/icu.gyp:icuuc', | 25 '../../third_party/icu/icu.gyp:icuuc', |
| 26 '../../url/url.gyp:url_lib', | 26 '../../url/url.gyp:url_lib', |
| 27 '../accessibility/accessibility.gyp:accessibility', | 27 '../accessibility/accessibility.gyp:accessibility', |
| 28 '../accessibility/accessibility.gyp:ax_gen', | 28 '../accessibility/accessibility.gyp:ax_gen', |
| 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 '../compositor/compositor.gyp:compositor', | 32 '../compositor/compositor.gyp:compositor', |
| 32 '../events/events.gyp:events', | 33 '../events/events.gyp:events', |
| 33 '../events/events.gyp:events_base', | 34 '../events/events.gyp:events_base', |
| 34 '../gfx/gfx.gyp:gfx', | 35 '../gfx/gfx.gyp:gfx', |
| 35 '../gfx/gfx.gyp:gfx_geometry', | 36 '../gfx/gfx.gyp:gfx_geometry', |
| 36 '../native_theme/native_theme.gyp:native_theme', | 37 '../native_theme/native_theme.gyp:native_theme', |
| 37 '../resources/ui_resources.gyp:ui_resources', | 38 '../resources/ui_resources.gyp:ui_resources', |
| 38 '../ui.gyp:ui', | |
| 39 '../wm/wm.gyp:wm_public', | 39 '../wm/wm.gyp:wm_public', |
| 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 |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 { | 543 { |
| 544 'target_name': 'views_test_support', | 544 'target_name': 'views_test_support', |
| 545 'type': 'static_library', | 545 'type': 'static_library', |
| 546 'dependencies': [ | 546 'dependencies': [ |
| 547 '../../base/base.gyp:base', | 547 '../../base/base.gyp:base', |
| 548 '../../ipc/ipc.gyp:test_support_ipc', | 548 '../../ipc/ipc.gyp:test_support_ipc', |
| 549 '../../skia/skia.gyp:skia', | 549 '../../skia/skia.gyp:skia', |
| 550 '../../testing/gtest.gyp:gtest', | 550 '../../testing/gtest.gyp:gtest', |
| 551 '../aura/aura.gyp:aura', | 551 '../aura/aura.gyp:aura', |
| 552 '../aura/aura.gyp:aura_test_support', | 552 '../aura/aura.gyp:aura_test_support', |
| 553 '../base/ui_base.gyp:ui_base', |
| 553 '../compositor/compositor.gyp:compositor', | 554 '../compositor/compositor.gyp:compositor', |
| 554 '../events/events.gyp:events', | 555 '../events/events.gyp:events', |
| 555 '../gfx/gfx.gyp:gfx', | 556 '../gfx/gfx.gyp:gfx', |
| 556 '../gfx/gfx.gyp:gfx_geometry', | 557 '../gfx/gfx.gyp:gfx_geometry', |
| 557 '../ui.gyp:ui', | |
| 558 'views', | 558 'views', |
| 559 ], | 559 ], |
| 560 'include_dirs': [ | 560 'include_dirs': [ |
| 561 '..', | 561 '..', |
| 562 ], | 562 ], |
| 563 'sources': [ | 563 'sources': [ |
| 564 'corewm/tooltip_controller_test_helper.cc', | 564 'corewm/tooltip_controller_test_helper.cc', |
| 565 'corewm/tooltip_controller_test_helper.h', | 565 'corewm/tooltip_controller_test_helper.h', |
| 566 'test/capture_tracking_view.cc', | 566 'test/capture_tracking_view.cc', |
| 567 'test/capture_tracking_view.h', | 567 'test/capture_tracking_view.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 598 'target_name': 'views_with_content_test_support', | 598 'target_name': 'views_with_content_test_support', |
| 599 'type': 'static_library', | 599 'type': 'static_library', |
| 600 'dependencies': [ | 600 'dependencies': [ |
| 601 '../../base/base.gyp:base', | 601 '../../base/base.gyp:base', |
| 602 '../../content/content.gyp:content', | 602 '../../content/content.gyp:content', |
| 603 '../../content/content_shell_and_tests.gyp:test_support_content', | 603 '../../content/content_shell_and_tests.gyp:test_support_content', |
| 604 '../../ipc/ipc.gyp:test_support_ipc', | 604 '../../ipc/ipc.gyp:test_support_ipc', |
| 605 '../../skia/skia.gyp:skia', | 605 '../../skia/skia.gyp:skia', |
| 606 '../../testing/gtest.gyp:gtest', | 606 '../../testing/gtest.gyp:gtest', |
| 607 '../aura/aura.gyp:aura', | 607 '../aura/aura.gyp:aura', |
| 608 '../base/ui_base.gyp:ui_base', |
| 608 '../events/events.gyp:events', | 609 '../events/events.gyp:events', |
| 609 '../gfx/gfx.gyp:gfx', | 610 '../gfx/gfx.gyp:gfx', |
| 610 '../gfx/gfx.gyp:gfx_geometry', | 611 '../gfx/gfx.gyp:gfx_geometry', |
| 611 '../ui.gyp:ui', | |
| 612 'controls/webview/webview.gyp:webview', | 612 'controls/webview/webview.gyp:webview', |
| 613 'views_test_support', | 613 'views_test_support', |
| 614 'views', | 614 'views', |
| 615 ], | 615 ], |
| 616 'include_dirs': [ | 616 'include_dirs': [ |
| 617 '..', | 617 '..', |
| 618 ], | 618 ], |
| 619 'sources': [ | 619 'sources': [ |
| 620 'test/webview_test_helper.cc', | 620 'test/webview_test_helper.cc', |
| 621 'test/webview_test_helper.h', | 621 'test/webview_test_helper.h', |
| 622 ], | 622 ], |
| 623 }, # target_name: views_with_content_test_support | 623 }, # target_name: views_with_content_test_support |
| 624 { | 624 { |
| 625 'target_name': 'views_unittests', | 625 'target_name': 'views_unittests', |
| 626 'type': 'executable', | 626 'type': 'executable', |
| 627 'dependencies': [ | 627 'dependencies': [ |
| 628 '../../base/base.gyp:base', | 628 '../../base/base.gyp:base', |
| 629 '../../base/base.gyp:base_i18n', | 629 '../../base/base.gyp:base_i18n', |
| 630 '../../base/base.gyp:test_support_base', | 630 '../../base/base.gyp:test_support_base', |
| 631 '../../skia/skia.gyp:skia', | 631 '../../skia/skia.gyp:skia', |
| 632 '../../testing/gtest.gyp:gtest', | 632 '../../testing/gtest.gyp:gtest', |
| 633 '../../third_party/icu/icu.gyp:icui18n', | 633 '../../third_party/icu/icu.gyp:icui18n', |
| 634 '../../third_party/icu/icu.gyp:icuuc', | 634 '../../third_party/icu/icu.gyp:icuuc', |
| 635 '../../url/url.gyp:url_lib', | 635 '../../url/url.gyp:url_lib', |
| 636 '../accessibility/accessibility.gyp:accessibility', | 636 '../accessibility/accessibility.gyp:accessibility', |
| 637 '../aura/aura.gyp:aura', | 637 '../aura/aura.gyp:aura', |
| 638 '../aura/aura.gyp:aura_test_support', | 638 '../aura/aura.gyp:aura_test_support', |
| 639 '../base/strings/ui_strings.gyp:ui_strings', | 639 '../base/strings/ui_strings.gyp:ui_strings', |
| 640 '../base/ui_base.gyp:ui_base', |
| 640 '../compositor/compositor.gyp:compositor', | 641 '../compositor/compositor.gyp:compositor', |
| 641 '../compositor/compositor.gyp:compositor_test_support', | 642 '../compositor/compositor.gyp:compositor_test_support', |
| 642 '../events/events.gyp:events', | 643 '../events/events.gyp:events', |
| 643 '../gfx/gfx.gyp:gfx', | 644 '../gfx/gfx.gyp:gfx', |
| 644 '../gfx/gfx.gyp:gfx_geometry', | 645 '../gfx/gfx.gyp:gfx_geometry', |
| 645 '../resources/ui_resources.gyp:ui_resources', | 646 '../resources/ui_resources.gyp:ui_resources', |
| 646 '../resources/ui_resources.gyp:ui_test_pak', | 647 '../resources/ui_resources.gyp:ui_test_pak', |
| 647 '../ui.gyp:ui', | |
| 648 '../ui_unittests.gyp:ui_test_support', | 648 '../ui_unittests.gyp:ui_test_support', |
| 649 '../wm/wm.gyp:wm_public', | 649 '../wm/wm.gyp:wm_public', |
| 650 'views', | 650 'views', |
| 651 'views_test_support', | 651 'views_test_support', |
| 652 ], | 652 ], |
| 653 'include_dirs': [ | 653 'include_dirs': [ |
| 654 '..', | 654 '..', |
| 655 ], | 655 ], |
| 656 'sources': [ | 656 'sources': [ |
| 657 'accessibility/ax_tree_source_views_unittest.cc', | 657 'accessibility/ax_tree_source_views_unittest.cc', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 }, # target_name: views_unittests | 775 }, # target_name: views_unittests |
| 776 { | 776 { |
| 777 'target_name': 'views_examples_lib', | 777 'target_name': 'views_examples_lib', |
| 778 'type': '<(component)', | 778 'type': '<(component)', |
| 779 'dependencies': [ | 779 'dependencies': [ |
| 780 '../../base/base.gyp:base', | 780 '../../base/base.gyp:base', |
| 781 '../../skia/skia.gyp:skia', | 781 '../../skia/skia.gyp:skia', |
| 782 '../../third_party/icu/icu.gyp:icui18n', | 782 '../../third_party/icu/icu.gyp:icui18n', |
| 783 '../../third_party/icu/icu.gyp:icuuc', | 783 '../../third_party/icu/icu.gyp:icuuc', |
| 784 '../aura/aura.gyp:aura', | 784 '../aura/aura.gyp:aura', |
| 785 '../base/ui_base.gyp:ui_base', |
| 785 '../events/events.gyp:events', | 786 '../events/events.gyp:events', |
| 786 '../gfx/gfx.gyp:gfx', | 787 '../gfx/gfx.gyp:gfx', |
| 787 '../gfx/gfx.gyp:gfx_geometry', | 788 '../gfx/gfx.gyp:gfx_geometry', |
| 788 '../resources/ui_resources.gyp:ui_resources', | 789 '../resources/ui_resources.gyp:ui_resources', |
| 789 '../resources/ui_resources.gyp:ui_test_pak', | 790 '../resources/ui_resources.gyp:ui_test_pak', |
| 790 '../ui.gyp:ui', | |
| 791 'views', | 791 'views', |
| 792 ], | 792 ], |
| 793 'include_dirs': [ | 793 'include_dirs': [ |
| 794 '..', | 794 '..', |
| 795 ], | 795 ], |
| 796 'defines': [ | 796 'defines': [ |
| 797 'VIEWS_EXAMPLES_IMPLEMENTATION', | 797 'VIEWS_EXAMPLES_IMPLEMENTATION', |
| 798 ], | 798 ], |
| 799 'sources': [ | 799 'sources': [ |
| 800 'examples/bubble_example.cc', | 800 'examples/bubble_example.cc', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 }], | 859 }], |
| 860 ], | 860 ], |
| 861 }, # target_name: views_examples_lib | 861 }, # target_name: views_examples_lib |
| 862 { | 862 { |
| 863 'target_name': 'views_examples_exe', | 863 'target_name': 'views_examples_exe', |
| 864 'type': 'executable', | 864 'type': 'executable', |
| 865 'dependencies': [ | 865 'dependencies': [ |
| 866 '../../base/base.gyp:base', | 866 '../../base/base.gyp:base', |
| 867 '../../base/base.gyp:base_i18n', | 867 '../../base/base.gyp:base_i18n', |
| 868 '../aura/aura.gyp:aura', | 868 '../aura/aura.gyp:aura', |
| 869 '../base/ui_base.gyp:ui_base', |
| 869 '../compositor/compositor.gyp:compositor', | 870 '../compositor/compositor.gyp:compositor', |
| 870 '../compositor/compositor.gyp:compositor_test_support', | 871 '../compositor/compositor.gyp:compositor_test_support', |
| 871 '../gfx/gfx.gyp:gfx', | 872 '../gfx/gfx.gyp:gfx', |
| 872 '../resources/ui_resources.gyp:ui_test_pak', | 873 '../resources/ui_resources.gyp:ui_test_pak', |
| 873 '../ui.gyp:ui', | |
| 874 'views', | 874 'views', |
| 875 'views_examples_lib', | 875 'views_examples_lib', |
| 876 'views_test_support', | 876 'views_test_support', |
| 877 ], | 877 ], |
| 878 'sources': [ | 878 'sources': [ |
| 879 'examples/examples_main.cc', | 879 'examples/examples_main.cc', |
| 880 ], | 880 ], |
| 881 }, # target_name: views_examples_exe | 881 }, # target_name: views_examples_exe |
| 882 { | 882 { |
| 883 'target_name': 'views_examples_with_content_lib', | 883 'target_name': 'views_examples_with_content_lib', |
| 884 'type': '<(component)', | 884 'type': '<(component)', |
| 885 'dependencies': [ | 885 'dependencies': [ |
| 886 '../../base/base.gyp:base', | 886 '../../base/base.gyp:base', |
| 887 '../../base/base.gyp:base_i18n', | 887 '../../base/base.gyp:base_i18n', |
| 888 '../../content/content.gyp:content', | 888 '../../content/content.gyp:content', |
| 889 '../../skia/skia.gyp:skia', | 889 '../../skia/skia.gyp:skia', |
| 890 '../../third_party/icu/icu.gyp:icui18n', | 890 '../../third_party/icu/icu.gyp:icui18n', |
| 891 '../../third_party/icu/icu.gyp:icuuc', | 891 '../../third_party/icu/icu.gyp:icuuc', |
| 892 '../../url/url.gyp:url_lib', | 892 '../../url/url.gyp:url_lib', |
| 893 '../aura/aura.gyp:aura', | 893 '../aura/aura.gyp:aura', |
| 894 '../base/ui_base.gyp:ui_base', |
| 894 '../events/events.gyp:events', | 895 '../events/events.gyp:events', |
| 895 '../gfx/gfx.gyp:gfx', | 896 '../gfx/gfx.gyp:gfx', |
| 896 '../gfx/gfx.gyp:gfx_geometry', | 897 '../gfx/gfx.gyp:gfx_geometry', |
| 897 '../resources/ui_resources.gyp:ui_resources', | 898 '../resources/ui_resources.gyp:ui_resources', |
| 898 '../resources/ui_resources.gyp:ui_test_pak', | 899 '../resources/ui_resources.gyp:ui_test_pak', |
| 899 '../ui.gyp:ui', | |
| 900 'controls/webview/webview.gyp:webview', | 900 'controls/webview/webview.gyp:webview', |
| 901 'views', | 901 'views', |
| 902 'views_examples_lib', | 902 'views_examples_lib', |
| 903 ], | 903 ], |
| 904 'include_dirs': [ | 904 'include_dirs': [ |
| 905 '..', | 905 '..', |
| 906 ], | 906 ], |
| 907 'defines': [ | 907 'defines': [ |
| 908 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION', | 908 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION', |
| 909 ], | 909 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 930 'dependencies': [ | 930 'dependencies': [ |
| 931 '../../base/base.gyp:base', | 931 '../../base/base.gyp:base', |
| 932 '../../base/base.gyp:base_i18n', | 932 '../../base/base.gyp:base_i18n', |
| 933 '../../content/content.gyp:content', | 933 '../../content/content.gyp:content', |
| 934 '../../content/content_shell_and_tests.gyp:content_shell_lib', | 934 '../../content/content_shell_and_tests.gyp:content_shell_lib', |
| 935 '../../content/content_shell_and_tests.gyp:test_support_content', | 935 '../../content/content_shell_and_tests.gyp:test_support_content', |
| 936 '../../skia/skia.gyp:skia', | 936 '../../skia/skia.gyp:skia', |
| 937 '../../third_party/icu/icu.gyp:icui18n', | 937 '../../third_party/icu/icu.gyp:icui18n', |
| 938 '../../third_party/icu/icu.gyp:icuuc', | 938 '../../third_party/icu/icu.gyp:icuuc', |
| 939 '../aura/aura.gyp:aura', | 939 '../aura/aura.gyp:aura', |
| 940 '../base/ui_base.gyp:ui_base', |
| 940 '../compositor/compositor.gyp:compositor', | 941 '../compositor/compositor.gyp:compositor', |
| 941 '../events/events.gyp:events', | 942 '../events/events.gyp:events', |
| 942 '../gfx/gfx.gyp:gfx', | 943 '../gfx/gfx.gyp:gfx', |
| 943 '../gfx/gfx.gyp:gfx_geometry', | 944 '../gfx/gfx.gyp:gfx_geometry', |
| 944 '../resources/ui_resources.gyp:ui_resources', | 945 '../resources/ui_resources.gyp:ui_resources', |
| 945 '../resources/ui_resources.gyp:ui_test_pak', | 946 '../resources/ui_resources.gyp:ui_test_pak', |
| 946 '../ui.gyp:ui', | |
| 947 '../wm/wm.gyp:wm_test_support', | 947 '../wm/wm.gyp:wm_test_support', |
| 948 'views', | 948 'views', |
| 949 'views_examples_with_content_lib', | 949 'views_examples_with_content_lib', |
| 950 'views_test_support' | 950 'views_test_support' |
| 951 ], | 951 ], |
| 952 'include_dirs': [ | 952 'include_dirs': [ |
| 953 '../..', | 953 '../..', |
| 954 ], | 954 ], |
| 955 'sources': [ | 955 'sources': [ |
| 956 '../../content/app/startup_helper_win.cc', | 956 '../../content/app/startup_helper_win.cc', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 'sources/': [ | 988 'sources/': [ |
| 989 # This is needed because the aura rule strips it from the default | 989 # This is needed because the aura rule strips it from the default |
| 990 # sources list. | 990 # sources list. |
| 991 ['include', '^../../content/app/startup_helper_win.cc'], | 991 ['include', '^../../content/app/startup_helper_win.cc'], |
| 992 ], | 992 ], |
| 993 }], | 993 }], |
| 994 ], | 994 ], |
| 995 }, # target_name: views_examples_with_content_exe | 995 }, # target_name: views_examples_with_content_exe |
| 996 ], | 996 ], |
| 997 } | 997 } |
| OLD | NEW |