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

Side by Side Diff: ui/ozone/platform/wayland/BUILD.gn

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, 9 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 | « no previous file | ui/ozone/platform/wayland/mock_platform_window_delegate.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 visibility = [ "//ui/ozone/*" ] 5 visibility = [ "//ui/ozone/*" ]
6 6
7 source_set("wayland") { 7 source_set("wayland") {
8 sources = [ 8 sources = [
9 "client_native_pixmap_factory_wayland.cc", 9 "client_native_pixmap_factory_wayland.cc",
10 "client_native_pixmap_factory_wayland.h", 10 "client_native_pixmap_factory_wayland.h",
(...skipping 27 matching lines...) Expand all
38 38
39 source_set("wayland_unittests") { 39 source_set("wayland_unittests") {
40 testonly = true 40 testonly = true
41 41
42 sources = [ 42 sources = [
43 "fake_server.cc", 43 "fake_server.cc",
44 "fake_server.h", 44 "fake_server.h",
45 "mock_platform_window_delegate.cc", 45 "mock_platform_window_delegate.cc",
46 "wayland_display_unittest.cc", 46 "wayland_display_unittest.cc",
47 "wayland_surface_factory_unittest.cc", 47 "wayland_surface_factory_unittest.cc",
48 "wayland_test.cc",
49 "wayland_test.h",
48 "wayland_window_unittest.cc", 50 "wayland_window_unittest.cc",
49 ] 51 ]
50 52
51 deps = [ 53 deps = [
52 ":wayland", 54 ":wayland",
53 "//testing/gmock", 55 "//testing/gmock",
54 "//testing/gtest", 56 "//testing/gtest",
55 "//third_party/wayland:wayland_server", 57 "//third_party/wayland:wayland_server",
56 "//third_party/wayland-protocols:xdg_shell_protocol", 58 "//third_party/wayland-protocols:xdg_shell_protocol",
57 "//ui/gfx:test_support", 59 "//ui/gfx:test_support",
58 "//ui/ozone:platform", 60 "//ui/ozone:platform",
59 ] 61 ]
60 } 62 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/wayland/mock_platform_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698