blob: 1dd835af13385dae7539f9f770a22d4bac2c5b44 [file] [log] [blame]
# 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("//services/shell/public/cpp/service.gni")
import("//services/shell/public/service_manifest.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
service("init") {
output_name = "mash_init"
sources = [
"init.cc",
"init.h",
"main.cc",
]
deps = [
"//base",
"//mash/init/public/interfaces",
"//mash/login/public/interfaces",
"//mojo/public/cpp/bindings",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",
]
data_deps = [
":manifest",
]
}
service_manifest("manifest") {
name = "mash_init"
source = "manifest.json"
}