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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 657 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
658 '../../skia/skia.gyp:skia', | 658 '../../skia/skia.gyp:skia', |
659 '../../third_party/icu/icu.gyp:icui18n', | 659 '../../third_party/icu/icu.gyp:icui18n', |
660 '../../third_party/icu/icu.gyp:icuuc', | 660 '../../third_party/icu/icu.gyp:icuuc', |
661 '../../url/url.gyp:url_lib', | 661 '../../url/url.gyp:url_lib', |
662 '../accessibility/accessibility.gyp:accessibility', | 662 '../accessibility/accessibility.gyp:accessibility', |
663 '../accessibility/accessibility.gyp:ax_gen', | 663 '../accessibility/accessibility.gyp:ax_gen', |
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 '../events/events.gyp:events', | 668 '../events/events.gyp:events', |
668 '../events/events.gyp:events_base', | 669 '../events/events.gyp:events_base', |
669 '../events/platform/events_platform.gyp:events_platform', | 670 '../events/platform/events_platform.gyp:events_platform', |
670 '../gfx/gfx.gyp:gfx', | 671 '../gfx/gfx.gyp:gfx', |
671 '../gfx/gfx.gyp:gfx_geometry', | 672 '../gfx/gfx.gyp:gfx_geometry', |
672 '../gfx/gfx.gyp:gfx_vector_icons', | 673 '../gfx/gfx.gyp:gfx_vector_icons', |
673 '../native_theme/native_theme.gyp:native_theme', | 674 '../native_theme/native_theme.gyp:native_theme', |
674 '../resources/ui_resources.gyp:ui_resources', | 675 '../resources/ui_resources.gyp:ui_resources', |
675 '../strings/ui_strings.gyp:ui_strings', | 676 '../strings/ui_strings.gyp:ui_strings', |
676 'resources/views_resources.gyp:views_resources', | 677 'resources/views_resources.gyp:views_resources', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 '../aura/aura.gyp:aura', | 1020 '../aura/aura.gyp:aura', |
1020 '../wm/wm.gyp:wm', | 1021 '../wm/wm.gyp:wm', |
1021 ], | 1022 ], |
1022 }], | 1023 }], |
1023 ], | 1024 ], |
1024 }, # target_name: macviews_interactive_ui_tests | 1025 }, # target_name: macviews_interactive_ui_tests |
1025 ], # targets | 1026 ], # targets |
1026 }], | 1027 }], |
1027 ], # conditions | 1028 ], # conditions |
1028 } | 1029 } |
OLD | NEW |