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

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

Issue 1192583002: 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 },
630 'export_dependent_settings': [ 625 'export_dependent_settings': [
631 '../accessibility/accessibility.gyp:ax_gen', 626 '../accessibility/accessibility.gyp:ax_gen',
632 ], 627 ],
633 'defines': [ 628 'defines': [
634 'VIEWS_IMPLEMENTATION', 629 'VIEWS_IMPLEMENTATION',
635 ], 630 ],
636 'sources': [ 631 'sources': [
637 '<@(views_sources)', 632 '<@(views_sources)',
638 ], 633 ],
639 'conditions': [ 634 'conditions': [
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 '../aura/aura.gyp:aura', 932 '../aura/aura.gyp:aura',
938 '../wm/wm.gyp:wm', 933 '../wm/wm.gyp:wm',
939 ], 934 ],
940 }], 935 }],
941 ], 936 ],
942 }, # target_name: macviews_interactive_ui_tests 937 }, # target_name: macviews_interactive_ui_tests
943 ], # targets 938 ], # targets
944 }], 939 }],
945 ], # conditions 940 ], # conditions
946 } 941 }
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