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

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

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 months 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
« no previous file with comments | « ui/views/controls/webview/webview.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 'dependencies': [ 23 'dependencies': [
24 '../../base/base.gyp:base', 24 '../../base/base.gyp:base',
25 '../../base/base.gyp:base_i18n', 25 '../../base/base.gyp:base_i18n',
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 '../gfx/gfx.gyp:gfx',
33 '../native_theme/native_theme.gyp:native_theme', 34 '../native_theme/native_theme.gyp:native_theme',
34 '../ui.gyp:ui', 35 '../ui.gyp:ui',
35 '../ui.gyp:ui_resources', 36 '../ui.gyp:ui_resources',
36 ], 37 ],
37 'defines': [ 38 'defines': [
38 'VIEWS_IMPLEMENTATION', 39 'VIEWS_IMPLEMENTATION',
39 ], 40 ],
40 'sources': [ 41 'sources': [
41 # All .cc, .h under views, except unittests 42 # All .cc, .h under views, except unittests
42 'accessibility/native_view_accessibility.cc', 43 'accessibility/native_view_accessibility.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 ], 595 ],
595 }, # target_name: views 596 }, # target_name: views
596 { 597 {
597 'target_name': 'views_test_support', 598 'target_name': 'views_test_support',
598 'type': 'static_library', 599 'type': 'static_library',
599 'dependencies': [ 600 'dependencies': [
600 '../../base/base.gyp:base', 601 '../../base/base.gyp:base',
601 '../../ipc/ipc.gyp:test_support_ipc', 602 '../../ipc/ipc.gyp:test_support_ipc',
602 '../../skia/skia.gyp:skia', 603 '../../skia/skia.gyp:skia',
603 '../../testing/gtest.gyp:gtest', 604 '../../testing/gtest.gyp:gtest',
605 '../gfx/gfx.gyp:gfx',
604 '../ui.gyp:ui', 606 '../ui.gyp:ui',
605 'views', 607 'views',
606 ], 608 ],
607 'include_dirs': [ 609 'include_dirs': [
608 '..', 610 '..',
609 ], 611 ],
610 'sources': [ 612 'sources': [
611 'corewm/tooltip_controller_test_helper.cc', 613 'corewm/tooltip_controller_test_helper.cc',
612 'corewm/tooltip_controller_test_helper.h', 614 'corewm/tooltip_controller_test_helper.h',
613 'test/capture_tracking_view.cc', 615 'test/capture_tracking_view.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 { 649 {
648 'target_name': 'views_with_content_test_support', 650 'target_name': 'views_with_content_test_support',
649 'type': 'static_library', 651 'type': 'static_library',
650 'dependencies': [ 652 'dependencies': [
651 '../../base/base.gyp:base', 653 '../../base/base.gyp:base',
652 '../../content/content.gyp:content', 654 '../../content/content.gyp:content',
653 '../../content/content.gyp:test_support_content', 655 '../../content/content.gyp:test_support_content',
654 '../../ipc/ipc.gyp:test_support_ipc', 656 '../../ipc/ipc.gyp:test_support_ipc',
655 '../../skia/skia.gyp:skia', 657 '../../skia/skia.gyp:skia',
656 '../../testing/gtest.gyp:gtest', 658 '../../testing/gtest.gyp:gtest',
659 '../gfx/gfx.gyp:gfx',
657 '../ui.gyp:ui', 660 '../ui.gyp:ui',
658 'controls/webview/webview.gyp:webview', 661 'controls/webview/webview.gyp:webview',
659 'views_test_support', 662 'views_test_support',
660 'views', 663 'views',
661 ], 664 ],
662 'include_dirs': [ 665 'include_dirs': [
663 '..', 666 '..',
664 ], 667 ],
665 'sources': [ 668 'sources': [
666 'test/webview_test_helper.cc', 669 'test/webview_test_helper.cc',
(...skipping 13 matching lines...) Expand all
680 '../../chrome/chrome_resources.gyp:packed_resources', 683 '../../chrome/chrome_resources.gyp:packed_resources',
681 '../../skia/skia.gyp:skia', 684 '../../skia/skia.gyp:skia',
682 '../../testing/gmock.gyp:gmock', 685 '../../testing/gmock.gyp:gmock',
683 '../../testing/gtest.gyp:gtest', 686 '../../testing/gtest.gyp:gtest',
684 '../../third_party/icu/icu.gyp:icui18n', 687 '../../third_party/icu/icu.gyp:icui18n',
685 '../../third_party/icu/icu.gyp:icuuc', 688 '../../third_party/icu/icu.gyp:icuuc',
686 '../../url/url.gyp:url_lib', 689 '../../url/url.gyp:url_lib',
687 '../base/strings/ui_strings.gyp:ui_strings', 690 '../base/strings/ui_strings.gyp:ui_strings',
688 '../compositor/compositor.gyp:compositor', 691 '../compositor/compositor.gyp:compositor',
689 '../compositor/compositor.gyp:compositor_test_support', 692 '../compositor/compositor.gyp:compositor_test_support',
693 '../gfx/gfx.gyp:gfx',
690 '../ui.gyp:ui', 694 '../ui.gyp:ui',
691 '../ui.gyp:ui_resources', 695 '../ui.gyp:ui_resources',
692 '../ui.gyp:ui_test_support', 696 '../ui.gyp:ui_test_support',
693 'views', 697 'views',
694 'views_test_support', 698 'views_test_support',
695 ], 699 ],
696 'include_dirs': [ 700 'include_dirs': [
697 '..', 701 '..',
698 ], 702 ],
699 'sources': [ 703 'sources': [
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 }, # target_name: views_unittests 827 }, # target_name: views_unittests
824 { 828 {
825 'target_name': 'views_examples_lib', 829 'target_name': 'views_examples_lib',
826 'type': '<(component)', 830 'type': '<(component)',
827 'dependencies': [ 831 'dependencies': [
828 '../../base/base.gyp:base', 832 '../../base/base.gyp:base',
829 '../../chrome/chrome_resources.gyp:packed_resources', 833 '../../chrome/chrome_resources.gyp:packed_resources',
830 '../../skia/skia.gyp:skia', 834 '../../skia/skia.gyp:skia',
831 '../../third_party/icu/icu.gyp:icui18n', 835 '../../third_party/icu/icu.gyp:icui18n',
832 '../../third_party/icu/icu.gyp:icuuc', 836 '../../third_party/icu/icu.gyp:icuuc',
837 '../gfx/gfx.gyp:gfx',
833 '../ui.gyp:ui', 838 '../ui.gyp:ui',
834 '../ui.gyp:ui_resources', 839 '../ui.gyp:ui_resources',
835 'views', 840 'views',
836 ], 841 ],
837 'include_dirs': [ 842 'include_dirs': [
838 '..', 843 '..',
839 ], 844 ],
840 'defines': [ 845 'defines': [
841 'VIEWS_EXAMPLES_IMPLEMENTATION', 846 'VIEWS_EXAMPLES_IMPLEMENTATION',
842 ], 847 ],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'type': '<(component)', 920 'type': '<(component)',
916 'dependencies': [ 921 'dependencies': [
917 '../../base/base.gyp:base', 922 '../../base/base.gyp:base',
918 '../../base/base.gyp:base_i18n', 923 '../../base/base.gyp:base_i18n',
919 '../../chrome/chrome_resources.gyp:packed_resources', 924 '../../chrome/chrome_resources.gyp:packed_resources',
920 '../../content/content.gyp:content', 925 '../../content/content.gyp:content',
921 '../../skia/skia.gyp:skia', 926 '../../skia/skia.gyp:skia',
922 '../../third_party/icu/icu.gyp:icui18n', 927 '../../third_party/icu/icu.gyp:icui18n',
923 '../../third_party/icu/icu.gyp:icuuc', 928 '../../third_party/icu/icu.gyp:icuuc',
924 '../../url/url.gyp:url_lib', 929 '../../url/url.gyp:url_lib',
930 '../gfx/gfx.gyp:gfx',
925 '../ui.gyp:ui', 931 '../ui.gyp:ui',
926 '../ui.gyp:ui_resources', 932 '../ui.gyp:ui_resources',
927 'controls/webview/webview.gyp:webview', 933 'controls/webview/webview.gyp:webview',
928 'views', 934 'views',
929 ], 935 ],
930 'include_dirs': [ 936 'include_dirs': [
931 '..', 937 '..',
932 ], 938 ],
933 'defines': [ 939 'defines': [
934 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION', 940 'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'dependencies': [ 1010 'dependencies': [
1005 '../../base/base.gyp:base', 1011 '../../base/base.gyp:base',
1006 '../../base/base.gyp:base_i18n', 1012 '../../base/base.gyp:base_i18n',
1007 '../../chrome/chrome_resources.gyp:packed_resources', 1013 '../../chrome/chrome_resources.gyp:packed_resources',
1008 '../../content/content.gyp:content', 1014 '../../content/content.gyp:content',
1009 '../../content/content.gyp:content_shell_lib', 1015 '../../content/content.gyp:content_shell_lib',
1010 '../../content/content.gyp:test_support_content', 1016 '../../content/content.gyp:test_support_content',
1011 '../../skia/skia.gyp:skia', 1017 '../../skia/skia.gyp:skia',
1012 '../../third_party/icu/icu.gyp:icui18n', 1018 '../../third_party/icu/icu.gyp:icui18n',
1013 '../../third_party/icu/icu.gyp:icuuc', 1019 '../../third_party/icu/icu.gyp:icuuc',
1020 '../gfx/gfx.gyp:gfx',
1014 '../ui.gyp:ui', 1021 '../ui.gyp:ui',
1015 '../ui.gyp:ui_resources', 1022 '../ui.gyp:ui_resources',
1016 'views', 1023 'views',
1017 'views_examples_with_content_lib', 1024 'views_examples_with_content_lib',
1018 'views_test_support' 1025 'views_test_support'
1019 ], 1026 ],
1020 'include_dirs': [ 1027 'include_dirs': [
1021 '../..', 1028 '../..',
1022 ], 1029 ],
1023 'sources': [ 1030 'sources': [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 'sources/': [ 1068 'sources/': [
1062 # This is needed because the aura rule strips it from the default 1069 # This is needed because the aura rule strips it from the default
1063 # sources list. 1070 # sources list.
1064 ['include', '^../../content/app/startup_helper_win.cc'], 1071 ['include', '^../../content/app/startup_helper_win.cc'],
1065 ], 1072 ],
1066 }], 1073 }],
1067 ], 1074 ],
1068 }, # target_name: views_examples_with_content_exe 1075 }, # target_name: views_examples_with_content_exe
1069 ], 1076 ],
1070 } 1077 }
OLDNEW
« no previous file with comments | « ui/views/controls/webview/webview.gyp ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698