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

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

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit Created 4 years, 7 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
« no previous file with comments | « ui/views/examples/examples.gyp ('k') | no next file » | 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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 '../accessibility/accessibility.gyp:ax_gen', 667 '../accessibility/accessibility.gyp:ax_gen',
668 '../base/ime/ui_base_ime.gyp:ui_base_ime', 668 '../base/ime/ui_base_ime.gyp:ui_base_ime',
669 '../base/ui_base.gyp:ui_base', 669 '../base/ui_base.gyp:ui_base',
670 '../compositor/compositor.gyp:compositor', 670 '../compositor/compositor.gyp:compositor',
671 '../display/display.gyp:display', 671 '../display/display.gyp:display',
672 '../events/events.gyp:events', 672 '../events/events.gyp:events',
673 '../events/events.gyp:events_base', 673 '../events/events.gyp:events_base',
674 '../events/platform/events_platform.gyp:events_platform', 674 '../events/platform/events_platform.gyp:events_platform',
675 '../gfx/gfx.gyp:gfx', 675 '../gfx/gfx.gyp:gfx',
676 '../gfx/gfx.gyp:gfx_geometry', 676 '../gfx/gfx.gyp:gfx_geometry',
677 '../gfx/gfx.gyp:gfx_range',
677 '../gfx/gfx.gyp:gfx_vector_icons', 678 '../gfx/gfx.gyp:gfx_vector_icons',
678 '../native_theme/native_theme.gyp:native_theme', 679 '../native_theme/native_theme.gyp:native_theme',
679 '../resources/ui_resources.gyp:ui_resources', 680 '../resources/ui_resources.gyp:ui_resources',
680 '../strings/ui_strings.gyp:ui_strings', 681 '../strings/ui_strings.gyp:ui_strings',
681 'resources/views_resources.gyp:views_resources', 682 'resources/views_resources.gyp:views_resources',
682 ], 683 ],
683 'all_dependent_settings': { 684 'all_dependent_settings': {
684 'defines': [ 685 'defines': [
685 'TOOLKIT_VIEWS=1', 686 'TOOLKIT_VIEWS=1',
686 ], 687 ],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 '../base/ime/ui_base_ime.gyp:ui_base_ime', 827 '../base/ime/ui_base_ime.gyp:ui_base_ime',
827 '../base/ui_base.gyp:ui_base', 828 '../base/ui_base.gyp:ui_base',
828 '../base/ui_base.gyp:ui_base_test_support', 829 '../base/ui_base.gyp:ui_base_test_support',
829 '../compositor/compositor.gyp:compositor', 830 '../compositor/compositor.gyp:compositor',
830 '../compositor/compositor.gyp:compositor_test_support', 831 '../compositor/compositor.gyp:compositor_test_support',
831 '../events/events.gyp:events', 832 '../events/events.gyp:events',
832 '../events/events.gyp:events_test_support', 833 '../events/events.gyp:events_test_support',
833 '../events/platform/events_platform.gyp:events_platform', 834 '../events/platform/events_platform.gyp:events_platform',
834 '../gfx/gfx.gyp:gfx', 835 '../gfx/gfx.gyp:gfx',
835 '../gfx/gfx.gyp:gfx_geometry', 836 '../gfx/gfx.gyp:gfx_geometry',
837 '../gfx/gfx.gyp:gfx_range',
836 'resources/views_resources.gyp:views_resources', 838 'resources/views_resources.gyp:views_resources',
837 'views', 839 'views',
838 ], 840 ],
839 'include_dirs': [ 841 'include_dirs': [
840 '..', 842 '..',
841 ], 843 ],
842 'sources': [ 844 'sources': [
843 '<@(views_test_support_sources)', 845 '<@(views_test_support_sources)',
844 # These are not listed in views_test_support_sources as they are not 846 # These are not listed in views_test_support_sources as they are not
845 # used by the gn target that pulls in views_test_support_sources. 847 # used by the gn target that pulls in views_test_support_sources.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../accessibility/accessibility.gyp:accessibility', 879 '../accessibility/accessibility.gyp:accessibility',
878 '../base/ime/ui_base_ime.gyp:ui_base_ime', 880 '../base/ime/ui_base_ime.gyp:ui_base_ime',
879 '../base/ui_base.gyp:ui_base', 881 '../base/ui_base.gyp:ui_base',
880 '../base/ui_base.gyp:ui_base_test_support', 882 '../base/ui_base.gyp:ui_base_test_support',
881 '../compositor/compositor.gyp:compositor', 883 '../compositor/compositor.gyp:compositor',
882 '../events/events.gyp:events', 884 '../events/events.gyp:events',
883 '../events/events.gyp:events_base', 885 '../events/events.gyp:events_base',
884 '../events/events.gyp:events_test_support', 886 '../events/events.gyp:events_test_support',
885 '../gfx/gfx.gyp:gfx', 887 '../gfx/gfx.gyp:gfx',
886 '../gfx/gfx.gyp:gfx_geometry', 888 '../gfx/gfx.gyp:gfx_geometry',
889 '../gfx/gfx.gyp:gfx_range',
887 '../native_theme/native_theme.gyp:native_theme', 890 '../native_theme/native_theme.gyp:native_theme',
888 '../resources/ui_resources.gyp:ui_resources', 891 '../resources/ui_resources.gyp:ui_resources',
889 '../resources/ui_resources.gyp:ui_test_pak', 892 '../resources/ui_resources.gyp:ui_test_pak',
890 '../strings/ui_strings.gyp:ui_strings', 893 '../strings/ui_strings.gyp:ui_strings',
891 'resources/views_resources.gyp:views_resources', 894 'resources/views_resources.gyp:views_resources',
892 'views', 895 'views',
893 'views_test_support', 896 'views_test_support',
894 ], 897 ],
895 'include_dirs': [ 898 'include_dirs': [
896 '..', 899 '..',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 '../aura/aura.gyp:aura', 1030 '../aura/aura.gyp:aura',
1028 '../wm/wm.gyp:wm', 1031 '../wm/wm.gyp:wm',
1029 ], 1032 ],
1030 }], 1033 }],
1031 ], 1034 ],
1032 }, # target_name: macviews_interactive_ui_tests 1035 }, # target_name: macviews_interactive_ui_tests
1033 ], # targets 1036 ], # targets
1034 }], 1037 }],
1035 ], # conditions 1038 ], # conditions
1036 } 1039 }
OLDNEW
« no previous file with comments | « ui/views/examples/examples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698