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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 664 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
665 '../base/ui_base.gyp:ui_base', | 665 '../base/ui_base.gyp:ui_base', |
666 '../compositor/compositor.gyp:compositor', | 666 '../compositor/compositor.gyp:compositor', |
667 '../display/display.gyp:display', | 667 '../display/display.gyp:display', |
668 '../events/events.gyp:events', | 668 '../events/events.gyp:events', |
669 '../events/events.gyp:events_base', | 669 '../events/events.gyp:events_base', |
670 '../events/platform/events_platform.gyp:events_platform', | 670 '../events/platform/events_platform.gyp:events_platform', |
671 '../gfx/gfx.gyp:gfx', | 671 '../gfx/gfx.gyp:gfx', |
672 '../gfx/gfx.gyp:gfx_geometry', | 672 '../gfx/gfx.gyp:gfx_geometry', |
673 '../gfx/gfx.gyp:gfx_vector_icons', | 673 '../gfx/gfx.gyp:gfx_vector_icons', |
674 '../latency_info/latency_info.gyp:latency_info', | |
675 '../native_theme/native_theme.gyp:native_theme', | 674 '../native_theme/native_theme.gyp:native_theme', |
676 '../resources/ui_resources.gyp:ui_resources', | 675 '../resources/ui_resources.gyp:ui_resources', |
677 '../strings/ui_strings.gyp:ui_strings', | 676 '../strings/ui_strings.gyp:ui_strings', |
678 'resources/views_resources.gyp:views_resources', | 677 'resources/views_resources.gyp:views_resources', |
679 ], | 678 ], |
680 'all_dependent_settings': { | 679 'all_dependent_settings': { |
681 'defines': [ | 680 'defines': [ |
682 'TOOLKIT_VIEWS=1', | 681 'TOOLKIT_VIEWS=1', |
683 ], | 682 ], |
684 }, | 683 }, |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1022 '../aura/aura.gyp:aura', | 1021 '../aura/aura.gyp:aura', |
1023 '../wm/wm.gyp:wm', | 1022 '../wm/wm.gyp:wm', |
1024 ], | 1023 ], |
1025 }], | 1024 }], |
1026 ], | 1025 ], |
1027 }, # target_name: macviews_interactive_ui_tests | 1026 }, # target_name: macviews_interactive_ui_tests |
1028 ], # targets | 1027 ], # targets |
1029 }], | 1028 }], |
1030 ], # conditions | 1029 ], # conditions |
1031 } | 1030 } |
OLD | NEW |