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

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

Issue 1182053007: Revert of Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 '../compositor/compositor.gyp:compositor', 615 '../compositor/compositor.gyp:compositor',
616 '../events/events.gyp:events', 616 '../events/events.gyp:events',
617 '../events/events.gyp:events_base', 617 '../events/events.gyp:events_base',
618 '../events/platform/events_platform.gyp:events_platform', 618 '../events/platform/events_platform.gyp:events_platform',
619 '../gfx/gfx.gyp:gfx', 619 '../gfx/gfx.gyp:gfx',
620 '../gfx/gfx.gyp:gfx_geometry', 620 '../gfx/gfx.gyp:gfx_geometry',
621 '../native_theme/native_theme.gyp:native_theme', 621 '../native_theme/native_theme.gyp:native_theme',
622 '../resources/ui_resources.gyp:ui_resources', 622 '../resources/ui_resources.gyp:ui_resources',
623 '../strings/ui_strings.gyp:ui_strings', 623 '../strings/ui_strings.gyp:ui_strings',
624 ], 624 ],
625 'all_dependent_settings': {
626 'defines': [
627 'TOOLKIT_VIEWS=1',
628 ],
629 },
625 'export_dependent_settings': [ 630 'export_dependent_settings': [
626 '../accessibility/accessibility.gyp:ax_gen', 631 '../accessibility/accessibility.gyp:ax_gen',
627 ], 632 ],
628 'defines': [ 633 'defines': [
629 'VIEWS_IMPLEMENTATION', 634 'VIEWS_IMPLEMENTATION',
630 ], 635 ],
631 'sources': [ 636 'sources': [
632 '<@(views_sources)', 637 '<@(views_sources)',
633 ], 638 ],
634 'conditions': [ 639 'conditions': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 '../aura/aura.gyp:aura', 937 '../aura/aura.gyp:aura',
933 '../wm/wm.gyp:wm', 938 '../wm/wm.gyp:wm',
934 ], 939 ],
935 }], 940 }],
936 ], 941 ],
937 }, # target_name: macviews_interactive_ui_tests 942 }, # target_name: macviews_interactive_ui_tests
938 ], # targets 943 ], # targets
939 }], 944 }],
940 ], # conditions 945 ], # conditions
941 } 946 }
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