Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1517)

Unified Diff: ash/sysui/BUILD.gn

Issue 2339633002: mash: Port KeyboardUIMus to mojo:ash; remove sysui. (Closed)
Patch Set: Add mash NOTIMPLEMENTED() in AccessibilityManager::UpdateVirtualKeyboardFromPref() Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell_init_params.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/BUILD.gn
diff --git a/ash/sysui/BUILD.gn b/ash/sysui/BUILD.gn
deleted file mode 100644
index bff7a14cb940774b05ff05eae343749d53b26ba0..0000000000000000000000000000000000000000
--- a/ash/sysui/BUILD.gn
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/ui.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-import("//services/shell/public/cpp/service.gni")
-import("//services/shell/public/service_manifest.gni")
-
-source_set("lib") {
- sources = [
- "keyboard_ui_mus.cc",
- "keyboard_ui_mus.h",
- "shell_delegate_mus.cc",
- "shell_delegate_mus.h",
- "stub_context_factory.cc",
- "stub_context_factory.h",
- "sysui_application.cc",
- "sysui_application.h",
- ]
-
- deps = [
- "//ash",
- "//ash/public/interfaces",
- "//cc",
- "//cc/surfaces",
- "//components/user_manager",
- "//device/bluetooth",
- "//mojo/common:common_base",
- "//services/catalog/public/cpp",
- "//services/shell/public/cpp",
- "//services/tracing/public/cpp",
- "//services/ui/common:mus_common",
- "//services/ui/public/cpp",
- "//services/ui/public/cpp/input_devices",
- "//services/ui/public/interfaces",
- "//ui/aura",
- "//ui/events",
- "//ui/events/devices",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gfx/geometry/mojo",
- "//ui/keyboard:mojom",
- "//ui/message_center",
- "//ui/platform_window/stub",
- "//ui/resources",
- "//ui/strings",
- "//ui/views",
- "//ui/views/mus:for_mojo_application",
- "//ui/wm",
- ]
-
- public_deps = [
- "//ash/public/interfaces",
- "//mash/shelf/public/interfaces",
- ]
-
- if (is_chromeos) {
- deps += [ "//chromeos" ]
- }
-}
-
-service_manifest("manifest") {
- name = "ash_sysui"
- source = "manifest.json"
-}
-
-service("sysui") {
- output_name = "ash_sysui"
- sources = [
- "main.cc",
- ]
- deps = [
- ":lib",
- "//ash/common/strings:ash_test_strings",
- "//ash/resources:ash_test_resources_100_percent",
- "//ash/resources:ash_test_resources_200_percent",
- "//services/shell/public/cpp",
- ]
-
- data_deps = [
- ":manifest",
- "//services/ui",
- ]
-
- # TODO: Load locale-specific strings and explicit resource dependencies.
- resources = [
- "$root_out_dir/ash_test_resources_100_percent.pak",
- "$root_out_dir/ash_test_resources_200_percent.pak",
- "$root_out_dir/ash_test_strings.pak",
- ]
-}
« no previous file with comments | « ash/shell_init_params.cc ('k') | ash/sysui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698