blob: 3ed32ec28da13e2ac00584d95e3ba2178b2aad05 [file] [log] [blame]
# 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 = [
"//base",
"//chromeos/services/assistant/public/mojom",
"//services/service_manager/public/cpp",
]
}
source_set("audio_decoder_manifest") {
sources = [
"audio_decoder_manifest.cc",
"audio_decoder_manifest.h",
]
deps = [
"//base",
"//chromeos/services/assistant/public/mojom",
"//services/service_manager/public/cpp",
]
}