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("//mojo/public/mojo_application_manifest.gni") | 8 import("//mojo/public/mojo_application_manifest.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "//cc", | 57 "//cc", |
58 "//cc/surfaces", | 58 "//cc/surfaces", |
59 "//components/bitmap_uploader", | 59 "//components/bitmap_uploader", |
60 "//components/mus/gles2:lib", | 60 "//components/mus/gles2:lib", |
61 "//components/mus/public/cpp", | 61 "//components/mus/public/cpp", |
62 "//components/mus/public/interfaces", | 62 "//components/mus/public/interfaces", |
63 "//mojo/converters/geometry", | 63 "//mojo/converters/geometry", |
64 "//mojo/converters/ime", | 64 "//mojo/converters/ime", |
65 "//mojo/converters/input_events", | 65 "//mojo/converters/input_events", |
66 "//mojo/converters/surfaces", | 66 "//mojo/converters/surfaces", |
67 "//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 "//services/catalog/public/cpp", | 69 "//services/catalog/public/cpp", |
71 "//services/shell/public/cpp", | 70 "//services/shell/public/cpp", |
72 "//services/shell/public/interfaces", | 71 "//services/shell/public/interfaces", |
73 "//skia", | 72 "//skia", |
74 "//third_party/icu", | 73 "//third_party/icu", |
75 "//ui/aura", | 74 "//ui/aura", |
76 "//ui/compositor", | 75 "//ui/compositor", |
77 "//ui/display", | 76 "//ui/display", |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 } | 303 } |
305 | 304 |
306 group("for_component") { | 305 group("for_component") { |
307 public_deps = [ | 306 public_deps = [ |
308 ":mus", | 307 ":mus", |
309 ] | 308 ] |
310 deps = [ | 309 deps = [ |
311 "//mojo/gles2", | 310 "//mojo/gles2", |
312 ] | 311 ] |
313 } | 312 } |
OLD | NEW |