| 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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 # GN version: //ui/views:test_support | 803 # GN version: //ui/views:test_support |
| 804 'target_name': 'views_test_support', | 804 'target_name': 'views_test_support', |
| 805 'type': 'static_library', | 805 'type': 'static_library', |
| 806 'dependencies': [ | 806 'dependencies': [ |
| 807 '../../base/base.gyp:base', | 807 '../../base/base.gyp:base', |
| 808 '../../ipc/ipc.gyp:test_support_ipc', | 808 '../../ipc/ipc.gyp:test_support_ipc', |
| 809 '../../skia/skia.gyp:skia', | 809 '../../skia/skia.gyp:skia', |
| 810 '../../testing/gtest.gyp:gtest', | 810 '../../testing/gtest.gyp:gtest', |
| 811 '../base/ime/ui_base_ime.gyp:ui_base_ime', | 811 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 812 '../base/ui_base.gyp:ui_base', | 812 '../base/ui_base.gyp:ui_base', |
| 813 '../base/ui_base.gyp:ui_base_test_support', |
| 813 '../compositor/compositor.gyp:compositor', | 814 '../compositor/compositor.gyp:compositor', |
| 814 '../compositor/compositor.gyp:compositor_test_support', | 815 '../compositor/compositor.gyp:compositor_test_support', |
| 815 '../events/events.gyp:events', | 816 '../events/events.gyp:events', |
| 816 '../events/events.gyp:events_test_support', | 817 '../events/events.gyp:events_test_support', |
| 817 '../events/platform/events_platform.gyp:events_platform', | 818 '../events/platform/events_platform.gyp:events_platform', |
| 818 '../gfx/gfx.gyp:gfx', | 819 '../gfx/gfx.gyp:gfx', |
| 819 '../gfx/gfx.gyp:gfx_geometry', | 820 '../gfx/gfx.gyp:gfx_geometry', |
| 820 'resources/views_resources.gyp:views_resources', | 821 'resources/views_resources.gyp:views_resources', |
| 821 'views', | 822 'views', |
| 822 ], | 823 ], |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1011 '../aura/aura.gyp:aura', | 1012 '../aura/aura.gyp:aura', |
| 1012 '../wm/wm.gyp:wm', | 1013 '../wm/wm.gyp:wm', |
| 1013 ], | 1014 ], |
| 1014 }], | 1015 }], |
| 1015 ], | 1016 ], |
| 1016 }, # target_name: macviews_interactive_ui_tests | 1017 }, # target_name: macviews_interactive_ui_tests |
| 1017 ], # targets | 1018 ], # targets |
| 1018 }], | 1019 }], |
| 1019 ], # conditions | 1020 ], # conditions |
| 1020 } | 1021 } |
| OLD | NEW |