| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'internal_ozone_platform_deps': [ | 7 'internal_ozone_platform_deps': [ |
| 8 'ozone_platform_wayland', | 8 'ozone_platform_wayland', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 'wayland_surface_factory.cc', | 40 'wayland_surface_factory.cc', |
| 41 'wayland_surface_factory.h', | 41 'wayland_surface_factory.h', |
| 42 'wayland_window.cc', | 42 'wayland_window.cc', |
| 43 'wayland_window.h', | 43 'wayland_window.h', |
| 44 ], | 44 ], |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 'target_name': 'ozone_platform_wayland_unittests', | 47 'target_name': 'ozone_platform_wayland_unittests', |
| 48 'type': 'none', | 48 'type': 'none', |
| 49 'dependencies': [ | 49 'dependencies': [ |
| 50 'ozone.gyp:ozone_platform', |
| 50 '../../skia/skia.gyp:skia', | 51 '../../skia/skia.gyp:skia', |
| 51 '../../testing/gmock.gyp:gmock', | 52 '../../testing/gmock.gyp:gmock', |
| 52 '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pro
tocol', | 53 '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pro
tocol', |
| 53 '../../third_party/wayland/wayland.gyp:wayland_server', | 54 '../../third_party/wayland/wayland.gyp:wayland_server', |
| 54 '../gfx/gfx.gyp:gfx_test_support', | 55 '../gfx/gfx.gyp:gfx_test_support', |
| 55 ], | 56 ], |
| 56 'export_dependent_settings': [ | 57 'export_dependent_settings': [ |
| 57 '../../skia/skia.gyp:skia', | 58 '../../skia/skia.gyp:skia', |
| 58 '../../testing/gmock.gyp:gmock', | 59 '../../testing/gmock.gyp:gmock', |
| 59 '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pro
tocol', | 60 '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pro
tocol', |
| 60 '../../third_party/wayland/wayland.gyp:wayland_server', | 61 '../../third_party/wayland/wayland.gyp:wayland_server', |
| 61 '../gfx/gfx.gyp:gfx_test_support', | 62 '../gfx/gfx.gyp:gfx_test_support', |
| 62 ], | 63 ], |
| 63 'direct_dependent_settings': { | 64 'direct_dependent_settings': { |
| 64 'sources': [ | 65 'sources': [ |
| 65 'fake_server.cc', | 66 'fake_server.cc', |
| 66 'fake_server.h', | 67 'fake_server.h', |
| 67 'mock_platform_window_delegate.cc', | 68 'mock_platform_window_delegate.cc', |
| 68 'wayland_display_unittest.cc', | 69 'wayland_display_unittest.cc', |
| 69 'wayland_surface_factory_unittest.cc', | 70 'wayland_surface_factory_unittest.cc', |
| 70 'wayland_window_unittest.cc', | 71 'wayland_window_unittest.cc', |
| 71 ], | 72 ], |
| 72 }, | 73 }, |
| 73 }, | 74 }, |
| 74 ], | 75 ], |
| 75 } | 76 } |
| OLD | NEW |