| 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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 'type': 'static_library', | 691 'type': 'static_library', |
| 692 'dependencies': [ | 692 'dependencies': [ |
| 693 '../../base/base.gyp:base', | 693 '../../base/base.gyp:base', |
| 694 '../../ipc/ipc.gyp:test_support_ipc', | 694 '../../ipc/ipc.gyp:test_support_ipc', |
| 695 '../../skia/skia.gyp:skia', | 695 '../../skia/skia.gyp:skia', |
| 696 '../../testing/gtest.gyp:gtest', | 696 '../../testing/gtest.gyp:gtest', |
| 697 '../base/ui_base.gyp:ui_base', | 697 '../base/ui_base.gyp:ui_base', |
| 698 '../compositor/compositor.gyp:compositor', | 698 '../compositor/compositor.gyp:compositor', |
| 699 '../compositor/compositor.gyp:compositor_test_support', | 699 '../compositor/compositor.gyp:compositor_test_support', |
| 700 '../events/events.gyp:events', | 700 '../events/events.gyp:events', |
| 701 '../events/events.gyp:events_test_support', |
| 701 '../events/platform/events_platform.gyp:events_platform', | 702 '../events/platform/events_platform.gyp:events_platform', |
| 702 '../gfx/gfx.gyp:gfx', | 703 '../gfx/gfx.gyp:gfx', |
| 703 '../gfx/gfx.gyp:gfx_geometry', | 704 '../gfx/gfx.gyp:gfx_geometry', |
| 704 'views', | 705 'views', |
| 705 ], | 706 ], |
| 706 'include_dirs': [ | 707 'include_dirs': [ |
| 707 '..', | 708 '..', |
| 708 ], | 709 ], |
| 709 'sources': [ | 710 'sources': [ |
| 710 '<@(views_test_support_sources)', | 711 '<@(views_test_support_sources)', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 873 '../aura/aura.gyp:aura', | 874 '../aura/aura.gyp:aura', |
| 874 '../wm/wm.gyp:wm', | 875 '../wm/wm.gyp:wm', |
| 875 ], | 876 ], |
| 876 }], | 877 }], |
| 877 ], | 878 ], |
| 878 }, # target_name: macviews_interactive_ui_tests | 879 }, # target_name: macviews_interactive_ui_tests |
| 879 ], # targets | 880 ], # targets |
| 880 }], | 881 }], |
| 881 ], # conditions | 882 ], # conditions |
| 882 } | 883 } |
| OLD | NEW |