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 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 15 matching lines...) Expand all Loading... |
26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 26 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
27 '../../skia/skia.gyp:skia', | 27 '../../skia/skia.gyp:skia', |
28 '../../third_party/icu/icu.gyp:icui18n', | 28 '../../third_party/icu/icu.gyp:icui18n', |
29 '../../third_party/icu/icu.gyp:icuuc', | 29 '../../third_party/icu/icu.gyp:icuuc', |
30 '../../url/url.gyp:url_lib', | 30 '../../url/url.gyp:url_lib', |
31 '../base/strings/ui_strings.gyp:ui_strings', | 31 '../base/strings/ui_strings.gyp:ui_strings', |
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 '../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 '../ui.gyp:ui', |
39 ], | 40 ], |
40 'defines': [ | 41 'defines': [ |
41 'VIEWS_IMPLEMENTATION', | 42 'VIEWS_IMPLEMENTATION', |
42 ], | 43 ], |
43 'sources': [ | 44 'sources': [ |
44 # All .cc, .h under views, except unittests | 45 # All .cc, .h under views, except unittests |
45 'accessibility/native_view_accessibility.cc', | 46 'accessibility/native_view_accessibility.cc', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 { | 612 { |
612 'target_name': 'views_test_support', | 613 'target_name': 'views_test_support', |
613 'type': 'static_library', | 614 'type': 'static_library', |
614 'dependencies': [ | 615 'dependencies': [ |
615 '../../base/base.gyp:base', | 616 '../../base/base.gyp:base', |
616 '../../ipc/ipc.gyp:test_support_ipc', | 617 '../../ipc/ipc.gyp:test_support_ipc', |
617 '../../skia/skia.gyp:skia', | 618 '../../skia/skia.gyp:skia', |
618 '../../testing/gtest.gyp:gtest', | 619 '../../testing/gtest.gyp:gtest', |
619 '../events/events.gyp:events', | 620 '../events/events.gyp:events', |
620 '../gfx/gfx.gyp:gfx', | 621 '../gfx/gfx.gyp:gfx', |
| 622 '../gfx/gfx.gyp:gfx_geometry', |
621 '../ui.gyp:ui', | 623 '../ui.gyp:ui', |
622 'views', | 624 'views', |
623 ], | 625 ], |
624 'include_dirs': [ | 626 'include_dirs': [ |
625 '..', | 627 '..', |
626 ], | 628 ], |
627 'sources': [ | 629 'sources': [ |
628 'corewm/tooltip_controller_test_helper.cc', | 630 'corewm/tooltip_controller_test_helper.cc', |
629 'corewm/tooltip_controller_test_helper.h', | 631 'corewm/tooltip_controller_test_helper.h', |
630 'test/capture_tracking_view.cc', | 632 'test/capture_tracking_view.cc', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 'type': 'static_library', | 678 'type': 'static_library', |
677 'dependencies': [ | 679 'dependencies': [ |
678 '../../base/base.gyp:base', | 680 '../../base/base.gyp:base', |
679 '../../content/content.gyp:content', | 681 '../../content/content.gyp:content', |
680 '../../content/content_shell_and_tests.gyp:test_support_content', | 682 '../../content/content_shell_and_tests.gyp:test_support_content', |
681 '../../ipc/ipc.gyp:test_support_ipc', | 683 '../../ipc/ipc.gyp:test_support_ipc', |
682 '../../skia/skia.gyp:skia', | 684 '../../skia/skia.gyp:skia', |
683 '../../testing/gtest.gyp:gtest', | 685 '../../testing/gtest.gyp:gtest', |
684 '../events/events.gyp:events', | 686 '../events/events.gyp:events', |
685 '../gfx/gfx.gyp:gfx', | 687 '../gfx/gfx.gyp:gfx', |
| 688 '../gfx/gfx.gyp:gfx_geometry', |
686 '../ui.gyp:ui', | 689 '../ui.gyp:ui', |
687 'controls/webview/webview.gyp:webview', | 690 'controls/webview/webview.gyp:webview', |
688 'views_test_support', | 691 'views_test_support', |
689 'views', | 692 'views', |
690 ], | 693 ], |
691 'include_dirs': [ | 694 'include_dirs': [ |
692 '..', | 695 '..', |
693 ], | 696 ], |
694 'sources': [ | 697 'sources': [ |
695 'test/webview_test_helper.cc', | 698 'test/webview_test_helper.cc', |
(...skipping 10 matching lines...) Expand all Loading... |
706 '../../skia/skia.gyp:skia', | 709 '../../skia/skia.gyp:skia', |
707 '../../testing/gtest.gyp:gtest', | 710 '../../testing/gtest.gyp:gtest', |
708 '../../third_party/icu/icu.gyp:icui18n', | 711 '../../third_party/icu/icu.gyp:icui18n', |
709 '../../third_party/icu/icu.gyp:icuuc', | 712 '../../third_party/icu/icu.gyp:icuuc', |
710 '../../url/url.gyp:url_lib', | 713 '../../url/url.gyp:url_lib', |
711 '../base/strings/ui_strings.gyp:ui_strings', | 714 '../base/strings/ui_strings.gyp:ui_strings', |
712 '../compositor/compositor.gyp:compositor', | 715 '../compositor/compositor.gyp:compositor', |
713 '../compositor/compositor.gyp:compositor_test_support', | 716 '../compositor/compositor.gyp:compositor_test_support', |
714 '../events/events.gyp:events', | 717 '../events/events.gyp:events', |
715 '../gfx/gfx.gyp:gfx', | 718 '../gfx/gfx.gyp:gfx', |
| 719 '../gfx/gfx.gyp:gfx_geometry', |
716 '../resources/ui_resources.gyp:ui_resources', | 720 '../resources/ui_resources.gyp:ui_resources', |
717 '../resources/ui_resources.gyp:ui_test_pak', | 721 '../resources/ui_resources.gyp:ui_test_pak', |
718 '../ui.gyp:ui', | 722 '../ui.gyp:ui', |
719 '../ui_unittests.gyp:ui_test_support', | 723 '../ui_unittests.gyp:ui_test_support', |
720 'views', | 724 'views', |
721 'views_test_support', | 725 'views_test_support', |
722 ], | 726 ], |
723 'include_dirs': [ | 727 'include_dirs': [ |
724 '..', | 728 '..', |
725 ], | 729 ], |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 { | 866 { |
863 'target_name': 'views_examples_lib', | 867 'target_name': 'views_examples_lib', |
864 'type': '<(component)', | 868 'type': '<(component)', |
865 'dependencies': [ | 869 'dependencies': [ |
866 '../../base/base.gyp:base', | 870 '../../base/base.gyp:base', |
867 '../../skia/skia.gyp:skia', | 871 '../../skia/skia.gyp:skia', |
868 '../../third_party/icu/icu.gyp:icui18n', | 872 '../../third_party/icu/icu.gyp:icui18n', |
869 '../../third_party/icu/icu.gyp:icuuc', | 873 '../../third_party/icu/icu.gyp:icuuc', |
870 '../events/events.gyp:events', | 874 '../events/events.gyp:events', |
871 '../gfx/gfx.gyp:gfx', | 875 '../gfx/gfx.gyp:gfx', |
| 876 '../gfx/gfx.gyp:gfx_geometry', |
872 '../resources/ui_resources.gyp:ui_resources', | 877 '../resources/ui_resources.gyp:ui_resources', |
873 '../resources/ui_resources.gyp:ui_test_pak', | 878 '../resources/ui_resources.gyp:ui_test_pak', |
874 '../ui.gyp:ui', | 879 '../ui.gyp:ui', |
875 'views', | 880 'views', |
876 ], | 881 ], |
877 'include_dirs': [ | 882 'include_dirs': [ |
878 '..', | 883 '..', |
879 ], | 884 ], |
880 'defines': [ | 885 'defines': [ |
881 'VIEWS_EXAMPLES_IMPLEMENTATION', | 886 'VIEWS_EXAMPLES_IMPLEMENTATION', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
959 'dependencies': [ | 964 'dependencies': [ |
960 '../../base/base.gyp:base', | 965 '../../base/base.gyp:base', |
961 '../../base/base.gyp:base_i18n', | 966 '../../base/base.gyp:base_i18n', |
962 '../../content/content.gyp:content', | 967 '../../content/content.gyp:content', |
963 '../../skia/skia.gyp:skia', | 968 '../../skia/skia.gyp:skia', |
964 '../../third_party/icu/icu.gyp:icui18n', | 969 '../../third_party/icu/icu.gyp:icui18n', |
965 '../../third_party/icu/icu.gyp:icuuc', | 970 '../../third_party/icu/icu.gyp:icuuc', |
966 '../../url/url.gyp:url_lib', | 971 '../../url/url.gyp:url_lib', |
967 '../events/events.gyp:events', | 972 '../events/events.gyp:events', |
968 '../gfx/gfx.gyp:gfx', | 973 '../gfx/gfx.gyp:gfx', |
| 974 '../gfx/gfx.gyp:gfx_geometry', |
969 '../resources/ui_resources.gyp:ui_resources', | 975 '../resources/ui_resources.gyp:ui_resources', |
970 '../resources/ui_resources.gyp:ui_test_pak', | 976 '../resources/ui_resources.gyp:ui_test_pak', |
971 '../ui.gyp:ui', | 977 '../ui.gyp:ui', |
972 'controls/webview/webview.gyp:webview', | 978 'controls/webview/webview.gyp:webview', |
973 'views', | 979 'views', |
974 ], | 980 ], |
975 'include_dirs': [ | 981 'include_dirs': [ |
976 '..', | 982 '..', |
977 ], | 983 ], |
978 'defines': [ | 984 'defines': [ |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 '../../base/base.gyp:base', | 1056 '../../base/base.gyp:base', |
1051 '../../base/base.gyp:base_i18n', | 1057 '../../base/base.gyp:base_i18n', |
1052 '../../content/content.gyp:content', | 1058 '../../content/content.gyp:content', |
1053 '../../content/content_shell_and_tests.gyp:content_shell_lib', | 1059 '../../content/content_shell_and_tests.gyp:content_shell_lib', |
1054 '../../content/content_shell_and_tests.gyp:test_support_content', | 1060 '../../content/content_shell_and_tests.gyp:test_support_content', |
1055 '../../skia/skia.gyp:skia', | 1061 '../../skia/skia.gyp:skia', |
1056 '../../third_party/icu/icu.gyp:icui18n', | 1062 '../../third_party/icu/icu.gyp:icui18n', |
1057 '../../third_party/icu/icu.gyp:icuuc', | 1063 '../../third_party/icu/icu.gyp:icuuc', |
1058 '../events/events.gyp:events', | 1064 '../events/events.gyp:events', |
1059 '../gfx/gfx.gyp:gfx', | 1065 '../gfx/gfx.gyp:gfx', |
| 1066 '../gfx/gfx.gyp:gfx_geometry', |
1060 '../resources/ui_resources.gyp:ui_resources', | 1067 '../resources/ui_resources.gyp:ui_resources', |
1061 '../resources/ui_resources.gyp:ui_test_pak', | 1068 '../resources/ui_resources.gyp:ui_test_pak', |
1062 '../ui.gyp:ui', | 1069 '../ui.gyp:ui', |
1063 '../wm/wm.gyp:wm_test_support', | 1070 '../wm/wm.gyp:wm_test_support', |
1064 'views', | 1071 'views', |
1065 'views_examples_with_content_lib', | 1072 'views_examples_with_content_lib', |
1066 'views_test_support' | 1073 'views_test_support' |
1067 ], | 1074 ], |
1068 'include_dirs': [ | 1075 'include_dirs': [ |
1069 '../..', | 1076 '../..', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 'sources/': [ | 1116 'sources/': [ |
1110 # This is needed because the aura rule strips it from the default | 1117 # This is needed because the aura rule strips it from the default |
1111 # sources list. | 1118 # sources list. |
1112 ['include', '^../../content/app/startup_helper_win.cc'], | 1119 ['include', '^../../content/app/startup_helper_win.cc'], |
1113 ], | 1120 ], |
1114 }], | 1121 }], |
1115 ], | 1122 ], |
1116 }, # target_name: views_examples_with_content_exe | 1123 }, # target_name: views_examples_with_content_exe |
1117 ], | 1124 ], |
1118 } | 1125 } |
OLD | NEW |