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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "//cc/surfaces", | 55 "//cc/surfaces", |
56 "//components/bitmap_uploader", | 56 "//components/bitmap_uploader", |
57 "//components/mus/gles2:lib", | 57 "//components/mus/gles2:lib", |
58 "//components/mus/public/cpp", | 58 "//components/mus/public/cpp", |
59 "//components/mus/public/interfaces", | 59 "//components/mus/public/interfaces", |
60 "//components/resource_provider/public/cpp", | 60 "//components/resource_provider/public/cpp", |
61 "//components/resource_provider/public/interfaces", | 61 "//components/resource_provider/public/interfaces", |
62 "//mojo/converters/geometry", | 62 "//mojo/converters/geometry", |
63 "//mojo/converters/ime", | 63 "//mojo/converters/ime", |
64 "//mojo/converters/input_events", | 64 "//mojo/converters/input_events", |
65 "//mojo/converters/network", | |
66 "//mojo/converters/surfaces", | 65 "//mojo/converters/surfaces", |
67 "//mojo/platform_handle:for_component", | 66 "//mojo/platform_handle:for_component", |
68 "//mojo/public/c/system:for_component", | 67 "//mojo/public/c/system:for_component", |
69 "//mojo/public/cpp/bindings", | 68 "//mojo/public/cpp/bindings", |
70 "//mojo/shell/public/cpp", | 69 "//mojo/shell/public/cpp", |
71 "//mojo/shell/public/interfaces", | 70 "//mojo/shell/public/interfaces", |
72 "//skia", | 71 "//skia", |
73 "//third_party/icu", | 72 "//third_party/icu", |
74 "//ui/aura", | 73 "//ui/aura", |
75 "//ui/compositor", | 74 "//ui/compositor", |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 } | 229 } |
231 | 230 |
232 group("for_component") { | 231 group("for_component") { |
233 public_deps = [ | 232 public_deps = [ |
234 ":mus", | 233 ":mus", |
235 ] | 234 ] |
236 deps = [ | 235 deps = [ |
237 "//mojo/gles2", | 236 "//mojo/gles2", |
238 ] | 237 ] |
239 } | 238 } |
OLD | NEW |