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("//chromecast/chromecast.gni") | 5 import("//chromecast/chromecast.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 | 7 |
8 if (use_aura) { | 8 if (use_aura) { |
9 source_set("graphics") { | 9 source_set("graphics") { |
10 sources = [ | 10 sources = [ |
(...skipping 18 matching lines...) Expand all Loading... |
29 "graphics_properties_default.cc", | 29 "graphics_properties_default.cc", |
30 "osd_plane_default.cc", | 30 "osd_plane_default.cc", |
31 ] | 31 ] |
32 | 32 |
33 public_deps = [ | 33 public_deps = [ |
34 "//chromecast/public", | 34 "//chromecast/public", |
35 ] | 35 ] |
36 | 36 |
37 deps = [ | 37 deps = [ |
38 "//base", | 38 "//base", |
| 39 "//chromecast/base/", |
39 ] | 40 ] |
40 } | 41 } |
OLD | NEW |