| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 '../../third_party/wayland/wayland.gyp:wayland_server', | 63 '../../third_party/wayland/wayland.gyp:wayland_server', |
| 64 '../gfx/gfx.gyp:gfx_test_support', | 64 '../gfx/gfx.gyp:gfx_test_support', |
| 65 ], | 65 ], |
| 66 'direct_dependent_settings': { | 66 'direct_dependent_settings': { |
| 67 'sources': [ | 67 'sources': [ |
| 68 'fake_server.cc', | 68 'fake_server.cc', |
| 69 'fake_server.h', | 69 'fake_server.h', |
| 70 'mock_platform_window_delegate.cc', | 70 'mock_platform_window_delegate.cc', |
| 71 'wayland_display_unittest.cc', | 71 'wayland_display_unittest.cc', |
| 72 'wayland_surface_factory_unittest.cc', | 72 'wayland_surface_factory_unittest.cc', |
| 73 'wayland_test.cc', |
| 74 'wayland_test.h', |
| 73 'wayland_window_unittest.cc', | 75 'wayland_window_unittest.cc', |
| 74 ], | 76 ], |
| 75 }, | 77 }, |
| 76 }, | 78 }, |
| 77 ], | 79 ], |
| 78 } | 80 } |
| OLD | NEW |