| 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/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
| 8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "//mojo/common", | 61 "//mojo/common", |
| 62 "//mojo/public/cpp/bindings", | 62 "//mojo/public/cpp/bindings", |
| 63 "//services/catalog/public/cpp", | 63 "//services/catalog/public/cpp", |
| 64 "//services/shell/public/cpp", | 64 "//services/shell/public/cpp", |
| 65 "//services/shell/public/interfaces", | 65 "//services/shell/public/interfaces", |
| 66 "//services/ui/common:mus_common", | 66 "//services/ui/common:mus_common", |
| 67 "//services/ui/gles2:lib", | |
| 68 "//services/ui/public/cpp", | 67 "//services/ui/public/cpp", |
| 69 "//services/ui/public/interfaces", | 68 "//services/ui/public/interfaces", |
| 70 "//skia", | 69 "//skia", |
| 71 "//third_party/icu", | 70 "//third_party/icu", |
| 72 "//ui/aura", | 71 "//ui/aura", |
| 73 "//ui/compositor", | 72 "//ui/compositor", |
| 74 "//ui/display", | 73 "//ui/display", |
| 75 "//ui/events", | 74 "//ui/events", |
| 76 "//ui/events:events_base", | 75 "//ui/events:events_base", |
| 77 "//ui/gfx", | 76 "//ui/gfx", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 type = "exe" | 299 type = "exe" |
| 301 name = "views_mus_unittests" | 300 name = "views_mus_unittests" |
| 302 source = "unittests_manifest.json" | 301 source = "unittests_manifest.json" |
| 303 } | 302 } |
| 304 | 303 |
| 305 service_manifest("interactive_ui_tests_manifest") { | 304 service_manifest("interactive_ui_tests_manifest") { |
| 306 type = "exe" | 305 type = "exe" |
| 307 name = "views_mus_interactive_ui_tests" | 306 name = "views_mus_interactive_ui_tests" |
| 308 source = "interactive_ui_tests_manifest.json" | 307 source = "interactive_ui_tests_manifest.json" |
| 309 } | 308 } |
| OLD | NEW |