blob: b44586de90db8dae45444f9ee67e818b19c62c86 [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")
mojom("interfaces") {
sources = [
"geometry.mojom",
]
}
source_set("util") {
sources = [
"geometry_util.h",
]
deps = [
":interfaces",
]
}