blob: c0f2d7b573f3a41ac7447b3f81b888a15c9d3710 [file] [log] [blame]
# Copyright 2020 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("network_diagnostics_mojom") {
sources = [ "network_diagnostics.mojom" ]
deps = [ "//mojo/public/mojom/base" ]
}