| 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 }, # target_name: views | 723 }, # target_name: views |
| 724 { | 724 { |
| 725 # GN version: //ui/views:test_support | 725 # GN version: //ui/views:test_support |
| 726 'target_name': 'views_test_support', | 726 'target_name': 'views_test_support', |
| 727 'type': 'static_library', | 727 'type': 'static_library', |
| 728 'dependencies': [ | 728 'dependencies': [ |
| 729 '../../base/base.gyp:base', | 729 '../../base/base.gyp:base', |
| 730 '../../ipc/ipc.gyp:test_support_ipc', | 730 '../../ipc/ipc.gyp:test_support_ipc', |
| 731 '../../skia/skia.gyp:skia', | 731 '../../skia/skia.gyp:skia', |
| 732 '../../testing/gtest.gyp:gtest', | 732 '../../testing/gtest.gyp:gtest', |
| 733 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 733 '../base/ui_base.gyp:ui_base', | 734 '../base/ui_base.gyp:ui_base', |
| 734 '../compositor/compositor.gyp:compositor', | 735 '../compositor/compositor.gyp:compositor', |
| 735 '../compositor/compositor.gyp:compositor_test_support', | 736 '../compositor/compositor.gyp:compositor_test_support', |
| 736 '../events/events.gyp:events', | 737 '../events/events.gyp:events', |
| 737 '../events/events.gyp:events_test_support', | 738 '../events/events.gyp:events_test_support', |
| 738 '../events/platform/events_platform.gyp:events_platform', | 739 '../events/platform/events_platform.gyp:events_platform', |
| 739 '../gfx/gfx.gyp:gfx', | 740 '../gfx/gfx.gyp:gfx', |
| 740 '../gfx/gfx.gyp:gfx_geometry', | 741 '../gfx/gfx.gyp:gfx_geometry', |
| 741 'views', | 742 'views', |
| 742 ], | 743 ], |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 '../aura/aura.gyp:aura', | 912 '../aura/aura.gyp:aura', |
| 912 '../wm/wm.gyp:wm', | 913 '../wm/wm.gyp:wm', |
| 913 ], | 914 ], |
| 914 }], | 915 }], |
| 915 ], | 916 ], |
| 916 }, # target_name: macviews_interactive_ui_tests | 917 }, # target_name: macviews_interactive_ui_tests |
| 917 ], # targets | 918 ], # targets |
| 918 }], | 919 }], |
| 919 ], # conditions | 920 ], # conditions |
| 920 } | 921 } |
| OLD | NEW |