Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: ui/ozone/platform/wayland/wayland.gypi

Issue 1740303002: ozone/platform/wayland: Add WaylandTest base class to eliminate redundancy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698