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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 ":resources", | 51 ":resources", |
52 "//services/ui/public/cpp", | 52 "//services/ui/public/cpp", |
53 "//ui/aura", | 53 "//ui/aura", |
54 ] | 54 ] |
55 deps = [ | 55 deps = [ |
56 "//base", | 56 "//base", |
57 "//base:i18n", | 57 "//base:i18n", |
58 "//base/third_party/dynamic_annotations", | 58 "//base/third_party/dynamic_annotations", |
59 "//cc", | 59 "//cc", |
60 "//cc/surfaces", | 60 "//cc/surfaces", |
61 "//components/bitmap_uploader", | |
62 "//mojo/common", | 61 "//mojo/common", |
63 "//mojo/public/cpp/bindings", | 62 "//mojo/public/cpp/bindings", |
64 "//services/catalog/public/cpp", | 63 "//services/catalog/public/cpp", |
65 "//services/shell/public/cpp", | 64 "//services/shell/public/cpp", |
66 "//services/shell/public/interfaces", | 65 "//services/shell/public/interfaces", |
67 "//services/ui/common:mus_common", | 66 "//services/ui/common:mus_common", |
68 "//services/ui/gles2:lib", | 67 "//services/ui/gles2:lib", |
69 "//services/ui/public/cpp", | 68 "//services/ui/public/cpp", |
70 "//services/ui/public/interfaces", | 69 "//services/ui/public/interfaces", |
71 "//skia", | 70 "//skia", |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 type = "exe" | 300 type = "exe" |
302 application_name = "views_mus_unittests" | 301 application_name = "views_mus_unittests" |
303 source = "unittests_manifest.json" | 302 source = "unittests_manifest.json" |
304 } | 303 } |
305 | 304 |
306 mojo_application_manifest("interactive_ui_tests_manifest") { | 305 mojo_application_manifest("interactive_ui_tests_manifest") { |
307 type = "exe" | 306 type = "exe" |
308 application_name = "views_mus_interactive_ui_tests" | 307 application_name = "views_mus_interactive_ui_tests" |
309 source = "interactive_ui_tests_manifest.json" | 308 source = "interactive_ui_tests_manifest.json" |
310 } | 309 } |
OLD | NEW |