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("//services/service_manager/public/cpp/service.gni") | 7 import("//services/service_manager/public/cpp/service.gni") |
8 import("//services/service_manager/public/service_manifest.gni") | 8 import("//services/service_manager/public/service_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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 ":resources", | 58 ":resources", |
59 "//services/ui/public/cpp", | 59 "//services/ui/public/cpp", |
60 "//ui/aura", | 60 "//ui/aura", |
61 ] | 61 ] |
62 deps = [ | 62 deps = [ |
63 "//base", | 63 "//base", |
64 "//base:i18n", | 64 "//base:i18n", |
65 "//base/third_party/dynamic_annotations", | 65 "//base/third_party/dynamic_annotations", |
66 "//cc", | 66 "//cc", |
67 "//cc/surfaces", | 67 "//cc/surfaces", |
| 68 "//components/discardable_memory/client", |
| 69 "//components/discardable_memory/public/interfaces", |
68 "//mojo/common", | 70 "//mojo/common", |
69 "//mojo/public/cpp/bindings", | 71 "//mojo/public/cpp/bindings", |
70 "//net", | 72 "//net", |
71 "//services/catalog/public/cpp", | 73 "//services/catalog/public/cpp", |
72 "//services/catalog/public/interfaces:constants", | 74 "//services/catalog/public/interfaces:constants", |
73 "//services/service_manager/public/cpp", | 75 "//services/service_manager/public/cpp", |
74 "//services/service_manager/public/interfaces", | 76 "//services/service_manager/public/interfaces", |
75 "//services/ui/public/cpp", | 77 "//services/ui/public/cpp", |
76 "//services/ui/public/interfaces", | 78 "//services/ui/public/interfaces", |
77 "//skia", | 79 "//skia", |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 | 408 |
407 service_manifest("unittests_aura_manifest") { | 409 service_manifest("unittests_aura_manifest") { |
408 name = "views_aura_mus_unittests" | 410 name = "views_aura_mus_unittests" |
409 source = "unittests_aura_manifest.json" | 411 source = "unittests_aura_manifest.json" |
410 } | 412 } |
411 | 413 |
412 service_manifest("interactive_ui_tests_manifest") { | 414 service_manifest("interactive_ui_tests_manifest") { |
413 name = "views_mus_interactive_ui_tests" | 415 name = "views_mus_interactive_ui_tests" |
414 source = "interactive_ui_tests_manifest.json" | 416 source = "interactive_ui_tests_manifest.json" |
415 } | 417 } |
OLD | NEW |