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

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

Issue 2119583002: [Chromecast] Set Cast Ozone display size correctly first time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits + fix ResizeDisplay Created 4 years, 5 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 | « chromecast/browser/cast_content_browser_client.cc ('k') | ui/ozone/platform/cast/DEPS » ('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/*",
(...skipping 24 matching lines...) Expand all
35 # For EGL header included in surface_factory_cast.cc (needs EGL types). 35 # For EGL header included in surface_factory_cast.cc (needs EGL types).
36 configs += [ "//third_party/khronos:khronos_headers" ] 36 configs += [ "//third_party/khronos:khronos_headers" ]
37 37
38 # For loading EGL functions using dlsym in surface_factory_cast.cc because we 38 # For loading EGL functions using dlsym in surface_factory_cast.cc because we
39 # do not want to statically link against EGL library. 39 # do not want to statically link against EGL library.
40 libs = [ "dl" ] 40 libs = [ "dl" ]
41 41
42 deps = [ 42 deps = [
43 "//base", 43 "//base",
44 "//chromecast:chromecast_features", 44 "//chromecast:chromecast_features",
45 "//chromecast/base:base",
45 "//chromecast/graphics:libcast_graphics_1.0", 46 "//chromecast/graphics:libcast_graphics_1.0",
46 "//ui/gfx", 47 "//ui/gfx",
47 "//ui/gfx/geometry", 48 "//ui/gfx/geometry",
48 "//ui/ozone:ozone_base", 49 "//ui/ozone:ozone_base",
49 "//ui/ozone/common", 50 "//ui/ozone/common",
50 "//ui/platform_window", 51 "//ui/platform_window",
51 ] 52 ]
52 } 53 }
OLDNEW
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | ui/ozone/platform/cast/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698