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

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

Issue 1898033003: Revert https://codereview.chromium.org/1871233002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/BUILD.gn ('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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 '../base/ime/ui_base_ime.gyp:ui_base_ime', 666 '../base/ime/ui_base_ime.gyp:ui_base_ime',
667 '../base/ui_base.gyp:ui_base', 667 '../base/ui_base.gyp:ui_base',
668 '../compositor/compositor.gyp:compositor', 668 '../compositor/compositor.gyp:compositor',
669 '../display/display.gyp:display', 669 '../display/display.gyp:display',
670 '../events/events.gyp:events', 670 '../events/events.gyp:events',
671 '../events/events.gyp:events_base', 671 '../events/events.gyp:events_base',
672 '../events/platform/events_platform.gyp:events_platform', 672 '../events/platform/events_platform.gyp:events_platform',
673 '../gfx/gfx.gyp:gfx', 673 '../gfx/gfx.gyp:gfx',
674 '../gfx/gfx.gyp:gfx_geometry', 674 '../gfx/gfx.gyp:gfx_geometry',
675 '../gfx/gfx.gyp:gfx_vector_icons', 675 '../gfx/gfx.gyp:gfx_vector_icons',
676 '../latency_info/latency_info.gyp:latency_info',
677 '../native_theme/native_theme.gyp:native_theme', 676 '../native_theme/native_theme.gyp:native_theme',
678 '../resources/ui_resources.gyp:ui_resources', 677 '../resources/ui_resources.gyp:ui_resources',
679 '../strings/ui_strings.gyp:ui_strings', 678 '../strings/ui_strings.gyp:ui_strings',
680 'resources/views_resources.gyp:views_resources', 679 'resources/views_resources.gyp:views_resources',
681 ], 680 ],
682 'all_dependent_settings': { 681 'all_dependent_settings': {
683 'defines': [ 682 'defines': [
684 'TOOLKIT_VIEWS=1', 683 'TOOLKIT_VIEWS=1',
685 ], 684 ],
686 }, 685 },
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '../accessibility/accessibility.gyp:accessibility', 873 '../accessibility/accessibility.gyp:accessibility',
875 '../base/ime/ui_base_ime.gyp:ui_base_ime', 874 '../base/ime/ui_base_ime.gyp:ui_base_ime',
876 '../base/ui_base.gyp:ui_base', 875 '../base/ui_base.gyp:ui_base',
877 '../base/ui_base.gyp:ui_base_test_support', 876 '../base/ui_base.gyp:ui_base_test_support',
878 '../compositor/compositor.gyp:compositor', 877 '../compositor/compositor.gyp:compositor',
879 '../events/events.gyp:events', 878 '../events/events.gyp:events',
880 '../events/events.gyp:events_base', 879 '../events/events.gyp:events_base',
881 '../events/events.gyp:events_test_support', 880 '../events/events.gyp:events_test_support',
882 '../gfx/gfx.gyp:gfx', 881 '../gfx/gfx.gyp:gfx',
883 '../gfx/gfx.gyp:gfx_geometry', 882 '../gfx/gfx.gyp:gfx_geometry',
884 '../latency_info/latency_info.gyp:latency_info',
885 '../native_theme/native_theme.gyp:native_theme', 883 '../native_theme/native_theme.gyp:native_theme',
886 '../resources/ui_resources.gyp:ui_resources', 884 '../resources/ui_resources.gyp:ui_resources',
887 '../resources/ui_resources.gyp:ui_test_pak', 885 '../resources/ui_resources.gyp:ui_test_pak',
888 '../strings/ui_strings.gyp:ui_strings', 886 '../strings/ui_strings.gyp:ui_strings',
889 'resources/views_resources.gyp:views_resources', 887 'resources/views_resources.gyp:views_resources',
890 'views', 888 'views',
891 'views_test_support', 889 'views_test_support',
892 ], 890 ],
893 'include_dirs': [ 891 'include_dirs': [
894 '..', 892 '..',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 '../aura/aura.gyp:aura', 1023 '../aura/aura.gyp:aura',
1026 '../wm/wm.gyp:wm', 1024 '../wm/wm.gyp:wm',
1027 ], 1025 ],
1028 }], 1026 }],
1029 ], 1027 ],
1030 }, # target_name: macviews_interactive_ui_tests 1028 }, # target_name: macviews_interactive_ui_tests
1031 ], # targets 1029 ], # targets
1032 }], 1030 }],
1033 ], # conditions 1031 ], # conditions
1034 } 1032 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698