blob: e22b2d1269644491ad895bbea7ee89370d42c134 [file] [log] [blame]
# Copyright 2018 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.
mojom = "//chromeos/components/multidevice/mojom/multidevice_types.mojom"
public_headers = [
"//chromeos/components/multidevice/beacon_seed.h",
"//chromeos/components/multidevice/remote_device.h",
"//chromeos/components/multidevice/software_feature.h",
]
traits_headers =
[ "//chromeos/components/multidevice/mojom/multidevice_mojom_traits.h" ]
sources = [
"//chromeos/components/multidevice/mojom/multidevice_mojom_traits.cc",
"//chromeos/components/multidevice/mojom/multidevice_mojom_traits.h",
]
public_deps = [
"//chromeos/components/multidevice",
"//components/cryptauth/proto",
]
type_mappings = [
"chromeos.multidevice.mojom.BeaconSeed=chromeos::multidevice::BeaconSeed",
"chromeos.multidevice.mojom.RemoteDevice=chromeos::multidevice::RemoteDevice",
"chromeos.multidevice.mojom.SoftwareFeature=chromeos::multidevice::SoftwareFeature",
]