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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "//components/mus/public/cpp", | 46 "//components/mus/public/cpp", |
47 "//ui/aura", | 47 "//ui/aura", |
48 ] | 48 ] |
49 deps = [ | 49 deps = [ |
50 "//base", | 50 "//base", |
51 "//base:i18n", | 51 "//base:i18n", |
52 "//base/third_party/dynamic_annotations", | 52 "//base/third_party/dynamic_annotations", |
53 "//cc", | 53 "//cc", |
54 "//cc/surfaces", | 54 "//cc/surfaces", |
55 "//components/bitmap_uploader", | 55 "//components/bitmap_uploader", |
| 56 "//components/mus/common:mus_common", |
56 "//components/mus/gles2:lib", | 57 "//components/mus/gles2:lib", |
57 "//components/mus/public/cpp", | 58 "//components/mus/public/cpp", |
58 "//components/mus/public/cpp/surfaces", | 59 "//components/mus/public/cpp/surfaces", |
59 "//components/mus/public/interfaces", | 60 "//components/mus/public/interfaces", |
60 "//mojo/public/c/system:for_component", | 61 "//mojo/public/c/system:for_component", |
61 "//mojo/public/cpp/bindings", | 62 "//mojo/public/cpp/bindings", |
62 "//services/catalog/public/cpp", | 63 "//services/catalog/public/cpp", |
63 "//services/shell/public/cpp", | 64 "//services/shell/public/cpp", |
64 "//services/shell/public/interfaces", | 65 "//services/shell/public/interfaces", |
65 "//skia", | 66 "//skia", |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 type = "exe" | 298 type = "exe" |
298 application_name = "views_mus_interactive_ui_tests" | 299 application_name = "views_mus_interactive_ui_tests" |
299 source = "interactive_ui_tests_manifest.json" | 300 source = "interactive_ui_tests_manifest.json" |
300 } | 301 } |
301 | 302 |
302 group("for_component") { | 303 group("for_component") { |
303 public_deps = [ | 304 public_deps = [ |
304 ":mus", | 305 ":mus", |
305 ] | 306 ] |
306 } | 307 } |
OLD | NEW |