blob: 9a23615e3576a7167aa1f88b4f5968d0c275ef8d [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.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [
"constants.mojom",
"device_sync.mojom",
]
public_deps = [
"//chromeos/components/multidevice/mojom",
"//mojo/public/mojom/base",
]
}