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

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

Issue 2156503003: Have Ozone X11 directly create GLSurfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_ozone_gl
Patch Set: Rebase. Created 4 years, 4 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/gl/init/gl_factory_ozone.cc ('k') | ui/ozone/platform/x11/x11_surface_factory.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("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",
(...skipping 15 matching lines...) Expand all
26 "//ui/display/util", 26 "//ui/display/util",
27 "//ui/events", 27 "//ui/events",
28 "//ui/events/devices", 28 "//ui/events/devices",
29 "//ui/events/ozone:events_ozone", 29 "//ui/events/ozone:events_ozone",
30 "//ui/events/platform", 30 "//ui/events/platform",
31 "//ui/events/platform/x11", 31 "//ui/events/platform/x11",
32 "//ui/events/x", 32 "//ui/events/x",
33 "//ui/gfx", 33 "//ui/gfx",
34 "//ui/gfx/geometry", 34 "//ui/gfx/geometry",
35 "//ui/gfx/x", 35 "//ui/gfx/x",
36 "//ui/gl",
36 "//ui/ozone:ozone_base", 37 "//ui/ozone:ozone_base",
37 "//ui/ozone/common", 38 "//ui/ozone/common",
38 "//ui/platform_window", 39 "//ui/platform_window",
39 "//ui/platform_window/x11", 40 "//ui/platform_window/x11",
40 ] 41 ]
41 42
42 configs += [ "//build/config/linux:x11" ] 43 configs += [ "//build/config/linux:x11" ]
43 44
44 public_configs = [ "//third_party/khronos:khronos_headers" ] 45 public_configs = [ "//third_party/khronos:khronos_headers" ]
45 } 46 }
OLDNEW
« no previous file with comments | « ui/gl/init/gl_factory_ozone.cc ('k') | ui/ozone/platform/x11/x11_surface_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698