blob: 5a9b3d39c1666e2240b718828363b38f72f754e7 [file] [log] [blame]
# Copyright 2014 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")
group("inspector") {
deps = [
":bindings",
]
}
mojom("bindings") {
sources = [
"inspector.mojom",
]
}