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

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

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Fix windows compile problems. Created 4 years, 3 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 visibility = [ "//ui/ozone/*" ] 5 visibility = [ "//ui/ozone/*" ]
6 6
7 source_set("x11") { 7 source_set("x11") {
8 sources = [ 8 sources = [
9 "client_native_pixmap_factory_x11.cc", 9 "client_native_pixmap_factory_x11.cc",
10 "client_native_pixmap_factory_x11.h", 10 "client_native_pixmap_factory_x11.h",
11 "gl_ozone_glx.cc", 11 "gl_ozone_glx.cc",
12 "gl_ozone_glx.h", 12 "gl_ozone_glx.h",
13 "gl_surface_glx_ozone.cc", 13 "gl_surface_glx_ozone.cc",
14 "gl_surface_glx_ozone.h", 14 "gl_surface_glx_ozone.h",
15 "native_display_delegate_ozone_x11.cc",
16 "native_display_delegate_ozone_x11.h",
17 "ozone_platform_x11.cc", 15 "ozone_platform_x11.cc",
18 "ozone_platform_x11.h", 16 "ozone_platform_x11.h",
19 "x11_cursor_factory_ozone.cc", 17 "x11_cursor_factory_ozone.cc",
20 "x11_cursor_factory_ozone.h", 18 "x11_cursor_factory_ozone.h",
21 "x11_surface_factory.cc", 19 "x11_surface_factory.cc",
22 "x11_surface_factory.h", 20 "x11_surface_factory.h",
23 ] 21 ]
24 22
25 deps = [ 23 deps = [
26 "//base", 24 "//base",
27 "//skia", 25 "//skia",
28 "//ui/base", 26 "//ui/base",
27 "//ui/display",
29 "//ui/display/types", 28 "//ui/display/types",
30 "//ui/display/util", 29 "//ui/display/util",
31 "//ui/events", 30 "//ui/events",
32 "//ui/events/devices", 31 "//ui/events/devices",
33 "//ui/events/ozone:events_ozone", 32 "//ui/events/ozone:events_ozone",
34 "//ui/events/platform", 33 "//ui/events/platform",
35 "//ui/events/platform/x11", 34 "//ui/events/platform/x11",
36 "//ui/events/x", 35 "//ui/events/x",
37 "//ui/gfx", 36 "//ui/gfx",
38 "//ui/gfx/geometry", 37 "//ui/gfx/geometry",
39 "//ui/gfx/x", 38 "//ui/gfx/x",
40 "//ui/gl", 39 "//ui/gl",
41 "//ui/ozone:ozone_base", 40 "//ui/ozone:ozone_base",
42 "//ui/ozone/common", 41 "//ui/ozone/common",
43 "//ui/platform_window", 42 "//ui/platform_window",
44 "//ui/platform_window/x11", 43 "//ui/platform_window/x11",
45 ] 44 ]
46 45
47 configs += [ "//build/config/linux:x11" ] 46 configs += [ "//build/config/linux:x11" ]
48 47
49 public_configs = [ "//third_party/khronos:khronos_headers" ] 48 public_configs = [ "//third_party/khronos:khronos_headers" ]
50 } 49 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/headless/ozone_platform_headless.cc ('k') | ui/ozone/platform/x11/native_display_delegate_ozone_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698