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

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

Issue 2723583003: Convert Ozone cast to use GLOzone API. (Closed)
Patch Set: . Created 3 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/cast/gl_ozone_egl_cast.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//ui/ozone/ozone.gni") 6 import("//ui/ozone/ozone.gni")
7 7
8 visibility = [ 8 visibility = [
9 "//ui/ozone/*", 9 "//ui/ozone/*",
10 "//chromecast/*", 10 "//chromecast/*",
11 ] 11 ]
12 12
13 # TODO(slan): gn check needs deps on ozone and media to pass. Correct this. 13 # TODO(slan): gn check needs deps on ozone and media to pass. Correct this.
14 source_set("cast") { 14 source_set("cast") {
15 sources = [ 15 sources = [
16 "client_native_pixmap_factory_cast.cc", 16 "client_native_pixmap_factory_cast.cc",
17 "client_native_pixmap_factory_cast.h", 17 "client_native_pixmap_factory_cast.h",
18 "gl_ozone_egl_cast.cc",
19 "gl_ozone_egl_cast.h",
18 "gl_surface_cast.cc", 20 "gl_surface_cast.cc",
19 "gl_surface_cast.h", 21 "gl_surface_cast.h",
20 "overlay_manager_cast.cc", 22 "overlay_manager_cast.cc",
21 "overlay_manager_cast.h", 23 "overlay_manager_cast.h",
22 "ozone_platform_cast.cc", 24 "ozone_platform_cast.cc",
23 "ozone_platform_cast.h", 25 "ozone_platform_cast.h",
24 "platform_window_cast.cc", 26 "platform_window_cast.cc",
25 "platform_window_cast.h", 27 "platform_window_cast.h",
26 "surface_factory_cast.cc", 28 "surface_factory_cast.cc",
27 "surface_factory_cast.h", 29 "surface_factory_cast.h",
(...skipping 16 matching lines...) Expand all
44 "//ui/events/ozone:events_ozone", 46 "//ui/events/ozone:events_ozone",
45 "//ui/events/ozone:events_ozone_evdev", 47 "//ui/events/ozone:events_ozone_evdev",
46 "//ui/events/ozone:events_ozone_layout", 48 "//ui/events/ozone:events_ozone_layout",
47 "//ui/gfx", 49 "//ui/gfx",
48 "//ui/gfx/geometry", 50 "//ui/gfx/geometry",
49 "//ui/ozone:ozone_base", 51 "//ui/ozone:ozone_base",
50 "//ui/ozone/common", 52 "//ui/ozone/common",
51 "//ui/platform_window", 53 "//ui/platform_window",
52 ] 54 ]
53 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/cast/gl_ozone_egl_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698