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', |
674 '../native_theme/native_theme.gyp:native_theme', | 675 '../native_theme/native_theme.gyp:native_theme', |
675 '../resources/ui_resources.gyp:ui_resources', | 676 '../resources/ui_resources.gyp:ui_resources', |
676 '../strings/ui_strings.gyp:ui_strings', | 677 '../strings/ui_strings.gyp:ui_strings', |
677 'resources/views_resources.gyp:views_resources', | 678 'resources/views_resources.gyp:views_resources', |
678 ], | 679 ], |
679 'all_dependent_settings': { | 680 'all_dependent_settings': { |
680 'defines': [ | 681 'defines': [ |
681 'TOOLKIT_VIEWS=1', | 682 'TOOLKIT_VIEWS=1', |
682 ], | 683 ], |
683 }, | 684 }, |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 '../aura/aura.gyp:aura', | 1022 '../aura/aura.gyp:aura', |
1022 '../wm/wm.gyp:wm', | 1023 '../wm/wm.gyp:wm', |
1023 ], | 1024 ], |
1024 }], | 1025 }], |
1025 ], | 1026 ], |
1026 }, # target_name: macviews_interactive_ui_tests | 1027 }, # target_name: macviews_interactive_ui_tests |
1027 ], # targets | 1028 ], # targets |
1028 }], | 1029 }], |
1029 ], # conditions | 1030 ], # conditions |
1030 } | 1031 } |
OLD | NEW |