blob: db20859ab9589cd787260aec123430a4b3cc00ce [file] [log] [blame]
# Copyright 2015 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("semantics") {
deps = [
":interfaces",
]
}
mojom("interfaces") {
sources = [
"semantics.mojom",
]
}