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

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

Issue 2042503002: ozone/platform/wayland: Add support for wl_output_interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove WaylandDisplay::instance Created 4 years, 6 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 25 matching lines...) Expand all
36 'client_native_pixmap_factory_wayland.cc', 36 'client_native_pixmap_factory_wayland.cc',
37 'client_native_pixmap_factory_wayland.h', 37 'client_native_pixmap_factory_wayland.h',
38 'ozone_platform_wayland.cc', 38 'ozone_platform_wayland.cc',
39 'ozone_platform_wayland.h', 39 'ozone_platform_wayland.h',
40 'wayland_display.cc', 40 'wayland_display.cc',
41 'wayland_display.h', 41 'wayland_display.h',
42 'wayland_object.cc', 42 'wayland_object.cc',
43 'wayland_object.h', 43 'wayland_object.h',
44 'wayland_pointer.cc', 44 'wayland_pointer.cc',
45 'wayland_pointer.h', 45 'wayland_pointer.h',
46 'wayland_screen.cc',
47 'wayland_screen.h',
46 'wayland_surface_factory.cc', 48 'wayland_surface_factory.cc',
47 'wayland_surface_factory.h', 49 'wayland_surface_factory.h',
48 'wayland_window.cc', 50 'wayland_window.cc',
49 'wayland_window.h', 51 'wayland_window.h',
50 ], 52 ],
51 'conditions': [ 53 'conditions': [
52 ['use_wayland_egl==1', { 54 ['use_wayland_egl==1', {
53 'defines': [ 55 'defines': [
54 'USE_WAYLAND_EGL', 56 'USE_WAYLAND_EGL',
55 ], 57 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'wayland_pointer_unittest.cc', 96 'wayland_pointer_unittest.cc',
95 'wayland_surface_factory_unittest.cc', 97 'wayland_surface_factory_unittest.cc',
96 'wayland_test.cc', 98 'wayland_test.cc',
97 'wayland_test.h', 99 'wayland_test.h',
98 'wayland_window_unittest.cc', 100 'wayland_window_unittest.cc',
99 ], 101 ],
100 }, 102 },
101 }, 103 },
102 ], 104 ],
103 } 105 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698