OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//tools/grit/repack.gni") | 5 import("//tools/grit/repack.gni") |
6 | 6 |
7 component("mus") { | 7 component("mus") { |
8 output_name = "ui_views_mus_lib" | 8 output_name = "ui_views_mus_lib" |
9 | 9 |
10 sources = [ | 10 sources = [ |
(...skipping 24 matching lines...) Expand all Loading... |
35 public_deps = [ | 35 public_deps = [ |
36 ":resources", | 36 ":resources", |
37 "//components/mus/public/cpp", | 37 "//components/mus/public/cpp", |
38 ] | 38 ] |
39 deps = [ | 39 deps = [ |
40 "//base", | 40 "//base", |
41 "//base:i18n", | 41 "//base:i18n", |
42 "//base/third_party/dynamic_annotations", | 42 "//base/third_party/dynamic_annotations", |
43 "//cc", | 43 "//cc", |
44 "//cc/surfaces", | 44 "//cc/surfaces", |
| 45 "//components/bitmap_uploader", |
45 "//components/mus/gles2:lib", | 46 "//components/mus/gles2:lib", |
46 "//components/mus/public/cpp", | 47 "//components/mus/public/cpp", |
47 "//components/mus/public/interfaces", | 48 "//components/mus/public/interfaces", |
48 "//components/resource_provider/public/cpp", | 49 "//components/resource_provider/public/cpp", |
49 "//components/resource_provider/public/interfaces", | 50 "//components/resource_provider/public/interfaces", |
50 "//skia", | 51 "//skia", |
51 "//mojo/application/public/cpp", | 52 "//mojo/application/public/cpp", |
52 "//mojo/application/public/interfaces", | 53 "//mojo/application/public/interfaces", |
53 "//mojo/converters/geometry", | 54 "//mojo/converters/geometry", |
54 "//mojo/converters/ime", | 55 "//mojo/converters/ime", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 } | 117 } |
117 | 118 |
118 group("for_component") { | 119 group("for_component") { |
119 public_deps = [ | 120 public_deps = [ |
120 ":mus", | 121 ":mus", |
121 ] | 122 ] |
122 deps = [ | 123 deps = [ |
123 "//mojo/gles2", | 124 "//mojo/gles2", |
124 ] | 125 ] |
125 } | 126 } |
OLD | NEW |