Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 # GYP version: cast.gypi:ozone_platform_cast | 8 # GYP version: cast.gypi:ozone_platform_cast |
| 9 # TODO(slan): gn check needs deps on ozone and media to pass. Correct this. | 9 # TODO(slan): gn check needs deps on ozone and media to pass. Correct this. |
| 10 source_set("cast") { | 10 source_set("cast") { |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 32 # do not want to statically link against EGL library. | 32 # do not want to statically link against EGL library. |
| 33 libs = [ "dl" ] | 33 libs = [ "dl" ] |
| 34 | 34 |
| 35 deps = [ | 35 deps = [ |
| 36 "//base", | 36 "//base", |
| 37 "//chromecast/graphics:libcast_graphics_1.0", | 37 "//chromecast/graphics:libcast_graphics_1.0", |
| 38 "//chromecast/media/base:message_loop", | 38 "//chromecast/media/base:message_loop", |
| 39 "//ui/gfx", | 39 "//ui/gfx", |
| 40 "//ui/gfx/geometry", | 40 "//ui/gfx/geometry", |
| 41 "//ui/ozone:ozone_base", | 41 "//ui/ozone:ozone_base", |
| 42 "//ui/platform_window", | |
|
halliwell
2015/12/10 21:13:16
Naively, it looks like PlatformWindowCast needs th
slan
2015/12/10 21:14:58
Honestly did no further check than making sure it
slan
2015/12/11 00:13:01
Just circling back on this now. So here's what's g
spang
2015/12/11 00:40:26
This cycle seems to have been added in
https://co
| |
| 43 ] | 42 ] |
| 44 } | 43 } |
| OLD | NEW |