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

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

Issue 2312763002: More cleanup of GYP code in ui/ozone (Closed)
Patch Set: 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
« no previous file with comments | « ui/ozone/empty.cc ('k') | no next file » | 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 # GYP version: cast.gypi:ozone_platform_cast
14 # 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.
15 source_set("cast") { 14 source_set("cast") {
16 sources = [ 15 sources = [
17 "client_native_pixmap_factory_cast.cc", 16 "client_native_pixmap_factory_cast.cc",
18 "client_native_pixmap_factory_cast.h", 17 "client_native_pixmap_factory_cast.h",
19 "gl_surface_cast.cc", 18 "gl_surface_cast.cc",
20 "gl_surface_cast.h", 19 "gl_surface_cast.h",
21 "overlay_manager_cast.cc", 20 "overlay_manager_cast.cc",
22 "overlay_manager_cast.h", 21 "overlay_manager_cast.h",
23 "ozone_platform_cast.cc", 22 "ozone_platform_cast.cc",
(...skipping 18 matching lines...) Expand all
42 "//chromecast:chromecast_features", 41 "//chromecast:chromecast_features",
43 "//chromecast/base:base", 42 "//chromecast/base:base",
44 "//chromecast/graphics:libcast_graphics_1.0", 43 "//chromecast/graphics:libcast_graphics_1.0",
45 "//ui/gfx", 44 "//ui/gfx",
46 "//ui/gfx/geometry", 45 "//ui/gfx/geometry",
47 "//ui/ozone:ozone_base", 46 "//ui/ozone:ozone_base",
48 "//ui/ozone/common", 47 "//ui/ozone/common",
49 "//ui/platform_window", 48 "//ui/platform_window",
50 ] 49 ]
51 } 50 }
OLDNEW
« no previous file with comments | « ui/ozone/empty.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698