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

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

Issue 1516053002: [Chromecast][BuildFix] Remove circular dependency in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Remove redundant sub-dependency. Created 5 years 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/app_list/BUILD.gn ('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 # 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
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",
43 ] 42 ]
44 } 43 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698