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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "//ui/aura", | 64 "//ui/aura", |
65 "//ui/compositor", | 65 "//ui/compositor", |
66 "//ui/events", | 66 "//ui/events", |
67 "//ui/events:events_base", | 67 "//ui/events:events_base", |
68 "//ui/gfx", | 68 "//ui/gfx", |
69 "//ui/gfx/geometry", | 69 "//ui/gfx/geometry", |
70 "//ui/gl", | 70 "//ui/gl", |
71 "//ui/mojo/ime:interfaces_cpp_sources", | 71 "//ui/mojo/ime:interfaces_cpp_sources", |
72 "//ui/mojo/init", | 72 "//ui/mojo/init", |
73 "//ui/native_theme", | 73 "//ui/native_theme", |
| 74 "//ui/platform_window", |
74 "//ui/views", | 75 "//ui/views", |
75 "//ui/wm", | 76 "//ui/wm", |
76 ] | 77 ] |
77 | 78 |
78 data_deps = [ | 79 data_deps = [ |
79 "//components/resource_provider", | 80 "//components/resource_provider", |
80 ] | 81 ] |
81 | 82 |
82 if (is_linux && !is_android) { | 83 if (is_linux && !is_android) { |
83 deps += [ "//components/font_service/public/cpp" ] | 84 deps += [ "//components/font_service/public/cpp" ] |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 } | 119 } |
119 | 120 |
120 group("for_component") { | 121 group("for_component") { |
121 public_deps = [ | 122 public_deps = [ |
122 ":mus", | 123 ":mus", |
123 ] | 124 ] |
124 deps = [ | 125 deps = [ |
125 "//mojo/gles2", | 126 "//mojo/gles2", |
126 ] | 127 ] |
127 } | 128 } |
OLD | NEW |