blob: c87bdc645a24b25220e30df0e3b530531b590ed8 [file] [log] [blame]
# Copyright 2021 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 = [
"remote_support.mojom",
"remote_url_opener.mojom",
]
deps = [
"//mojo/public/mojom/base",
"//url/mojom:url_mojom_gurl",
]
}