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

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

Issue 1717573002: ozone: Fix the way platform tests link ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exists 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
« no previous file with comments | « ui/ozone/platform/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 29 matching lines...) Expand all
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 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698