blob: a3318586cccb637fe64513675c6ee8e0b4bad2ab [file]
# Copyright 2019 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.
source_set("manifest") {
sources = [
"manifest.cc",
"manifest.h",
]
deps = [
"//ash/components/quick_launch/public/mojom",
"//base",
"//services/service_manager/public/cpp",
"//services/ws/public/mojom:constants",
]
}