OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |