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