Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Side by Side Diff: ui/views/views.gyp

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 { 608 {
608 'target_name': 'views_test_support', 609 'target_name': 'views_test_support',
609 'type': 'static_library', 610 'type': 'static_library',
610 'dependencies': [ 611 'dependencies': [
611 '../../base/base.gyp:base', 612 '../../base/base.gyp:base',
612 '../../ipc/ipc.gyp:test_support_ipc', 613 '../../ipc/ipc.gyp:test_support_ipc',
613 '../../skia/skia.gyp:skia', 614 '../../skia/skia.gyp:skia',
614 '../../testing/gtest.gyp:gtest', 615 '../../testing/gtest.gyp:gtest',
615 '../events/events.gyp:events', 616 '../events/events.gyp:events',
616 '../gfx/gfx.gyp:gfx', 617 '../gfx/gfx.gyp:gfx',
618 '../gfx/gfx.gyp:gfx_geometry',
617 '../ui.gyp:ui', 619 '../ui.gyp:ui',
618 'views', 620 'views',
619 ], 621 ],
620 'include_dirs': [ 622 'include_dirs': [
621 '..', 623 '..',
622 ], 624 ],
623 'sources': [ 625 'sources': [
624 'corewm/tooltip_controller_test_helper.cc', 626 'corewm/tooltip_controller_test_helper.cc',
625 'corewm/tooltip_controller_test_helper.h', 627 'corewm/tooltip_controller_test_helper.h',
626 'test/capture_tracking_view.cc', 628 'test/capture_tracking_view.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'type': 'static_library', 674 'type': 'static_library',
673 'dependencies': [ 675 'dependencies': [
674 '../../base/base.gyp:base', 676 '../../base/base.gyp:base',
675 '../../content/content.gyp:content', 677 '../../content/content.gyp:content',
676 '../../content/content_shell_and_tests.gyp:test_support_content', 678 '../../content/content_shell_and_tests.gyp:test_support_content',
677 '../../ipc/ipc.gyp:test_support_ipc', 679 '../../ipc/ipc.gyp:test_support_ipc',
678 '../../skia/skia.gyp:skia', 680 '../../skia/skia.gyp:skia',
679 '../../testing/gtest.gyp:gtest', 681 '../../testing/gtest.gyp:gtest',
680 '../events/events.gyp:events', 682 '../events/events.gyp:events',
681 '../gfx/gfx.gyp:gfx', 683 '../gfx/gfx.gyp:gfx',
684 '../gfx/gfx.gyp:gfx_geometry',
682 '../ui.gyp:ui', 685 '../ui.gyp:ui',
683 'controls/webview/webview.gyp:webview', 686 'controls/webview/webview.gyp:webview',
684 'views_test_support', 687 'views_test_support',
685 'views', 688 'views',
686 ], 689 ],
687 'include_dirs': [ 690 'include_dirs': [
688 '..', 691 '..',
689 ], 692 ],
690 'sources': [ 693 'sources': [
691 'test/webview_test_helper.cc', 694 'test/webview_test_helper.cc',
(...skipping 11 matching lines...) Expand all
703 '../../testing/gmock.gyp:gmock', 706 '../../testing/gmock.gyp:gmock',
704 '../../testing/gtest.gyp:gtest', 707 '../../testing/gtest.gyp:gtest',
705 '../../third_party/icu/icu.gyp:icui18n', 708 '../../third_party/icu/icu.gyp:icui18n',
706 '../../third_party/icu/icu.gyp:icuuc', 709 '../../third_party/icu/icu.gyp:icuuc',
707 '../../url/url.gyp:url_lib', 710 '../../url/url.gyp:url_lib',
708 '../base/strings/ui_strings.gyp:ui_strings', 711 '../base/strings/ui_strings.gyp:ui_strings',
709 '../compositor/compositor.gyp:compositor', 712 '../compositor/compositor.gyp:compositor',
710 '../compositor/compositor.gyp:compositor_test_support', 713 '../compositor/compositor.gyp:compositor_test_support',
711 '../events/events.gyp:events', 714 '../events/events.gyp:events',
712 '../gfx/gfx.gyp:gfx', 715 '../gfx/gfx.gyp:gfx',
716 '../gfx/gfx.gyp:gfx_geometry',
713 '../resources/ui_resources.gyp:ui_resources', 717 '../resources/ui_resources.gyp:ui_resources',
714 '../resources/ui_resources.gyp:ui_test_pak', 718 '../resources/ui_resources.gyp:ui_test_pak',
715 '../ui.gyp:ui', 719 '../ui.gyp:ui',
716 '../ui_unittests.gyp:ui_test_support', 720 '../ui_unittests.gyp:ui_test_support',
717 'views', 721 'views',
718 'views_test_support', 722 'views_test_support',
719 ], 723 ],
720 'include_dirs': [ 724 'include_dirs': [
721 '..', 725 '..',
722 ], 726 ],
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 { 862 {
859 'target_name': 'views_examples_lib', 863 'target_name': 'views_examples_lib',
860 'type': '<(component)', 864 'type': '<(component)',
861 'dependencies': [ 865 'dependencies': [
862 '../../base/base.gyp:base', 866 '../../base/base.gyp:base',
863 '../../skia/skia.gyp:skia', 867 '../../skia/skia.gyp:skia',
864 '../../third_party/icu/icu.gyp:icui18n', 868 '../../third_party/icu/icu.gyp:icui18n',
865 '../../third_party/icu/icu.gyp:icuuc', 869 '../../third_party/icu/icu.gyp:icuuc',
866 '../events/events.gyp:events', 870 '../events/events.gyp:events',
867 '../gfx/gfx.gyp:gfx', 871 '../gfx/gfx.gyp:gfx',
872 '../gfx/gfx.gyp:gfx_geometry',
868 '../resources/ui_resources.gyp:ui_resources', 873 '../resources/ui_resources.gyp:ui_resources',
869 '../resources/ui_resources.gyp:ui_test_pak', 874 '../resources/ui_resources.gyp:ui_test_pak',
870 '../ui.gyp:ui', 875 '../ui.gyp:ui',
871 'views', 876 'views',
872 ], 877 ],
873 'include_dirs': [ 878 'include_dirs': [
874 '..', 879 '..',
875 ], 880 ],
876 'defines': [ 881 'defines': [
877 'VIEWS_EXAMPLES_IMPLEMENTATION', 882 'VIEWS_EXAMPLES_IMPLEMENTATION',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 'dependencies': [ 960 'dependencies': [
956 '../../base/base.gyp:base', 961 '../../base/base.gyp:base',
957 '../../base/base.gyp:base_i18n', 962 '../../base/base.gyp:base_i18n',
958 '../../content/content.gyp:content', 963 '../../content/content.gyp:content',
959 '../../skia/skia.gyp:skia', 964 '../../skia/skia.gyp:skia',
960 '../../third_party/icu/icu.gyp:icui18n', 965 '../../third_party/icu/icu.gyp:icui18n',
961 '../../third_party/icu/icu.gyp:icuuc', 966 '../../third_party/icu/icu.gyp:icuuc',
962 '../../url/url.gyp:url_lib', 967 '../../url/url.gyp:url_lib',
963 '../events/events.gyp:events', 968 '../events/events.gyp:events',
964 '../gfx/gfx.gyp:gfx', 969 '../gfx/gfx.gyp:gfx',
970 '../gfx/gfx.gyp:gfx_geometry',
965 '../resources/ui_resources.gyp:ui_resources', 971 '../resources/ui_resources.gyp:ui_resources',
966 '../resources/ui_resources.gyp:ui_test_pak', 972 '../resources/ui_resources.gyp:ui_test_pak',
967 '../ui.gyp:ui', 973 '../ui.gyp:ui',
968 'controls/webview/webview.gyp:webview', 974 'controls/webview/webview.gyp:webview',
969 'views', 975 'views',
970 ], 976 ],
971 'include_dirs': [ 977 'include_dirs': [
972 '..', 978 '..',
973 ], 979 ],
974 'defines': [ 980 'defines': [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 '../../base/base.gyp:base', 1052 '../../base/base.gyp:base',
1047 '../../base/base.gyp:base_i18n', 1053 '../../base/base.gyp:base_i18n',
1048 '../../content/content.gyp:content', 1054 '../../content/content.gyp:content',
1049 '../../content/content_shell_and_tests.gyp:content_shell_lib', 1055 '../../content/content_shell_and_tests.gyp:content_shell_lib',
1050 '../../content/content_shell_and_tests.gyp:test_support_content', 1056 '../../content/content_shell_and_tests.gyp:test_support_content',
1051 '../../skia/skia.gyp:skia', 1057 '../../skia/skia.gyp:skia',
1052 '../../third_party/icu/icu.gyp:icui18n', 1058 '../../third_party/icu/icu.gyp:icui18n',
1053 '../../third_party/icu/icu.gyp:icuuc', 1059 '../../third_party/icu/icu.gyp:icuuc',
1054 '../events/events.gyp:events', 1060 '../events/events.gyp:events',
1055 '../gfx/gfx.gyp:gfx', 1061 '../gfx/gfx.gyp:gfx',
1062 '../gfx/gfx.gyp:gfx_geometry',
1056 '../resources/ui_resources.gyp:ui_resources', 1063 '../resources/ui_resources.gyp:ui_resources',
1057 '../resources/ui_resources.gyp:ui_test_pak', 1064 '../resources/ui_resources.gyp:ui_test_pak',
1058 '../ui.gyp:ui', 1065 '../ui.gyp:ui',
1059 '../wm/wm.gyp:wm_test_support', 1066 '../wm/wm.gyp:wm_test_support',
1060 'views', 1067 'views',
1061 'views_examples_with_content_lib', 1068 'views_examples_with_content_lib',
1062 'views_test_support' 1069 'views_test_support'
1063 ], 1070 ],
1064 'include_dirs': [ 1071 'include_dirs': [
1065 '../..', 1072 '../..',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'sources/': [ 1112 'sources/': [
1106 # This is needed because the aura rule strips it from the default 1113 # This is needed because the aura rule strips it from the default
1107 # sources list. 1114 # sources list.
1108 ['include', '^../../content/app/startup_helper_win.cc'], 1115 ['include', '^../../content/app/startup_helper_win.cc'],
1109 ], 1116 ],
1110 }], 1117 }],
1111 ], 1118 ],
1112 }, # target_name: views_examples_with_content_exe 1119 }, # target_name: views_examples_with_content_exe
1113 ], 1120 ],
1114 } 1121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698