blob: 6954ecd2d9f1c3c9dd101887e1a960292241fd28 [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 = [
"quads.mojom",
"surfaces.mojom",
"surfaces_service.mojom",
]
deps = [
":surface_id",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/native_viewport",
]
}
mojom("surface_id") {
sources = [
"surface_id.mojom",
]
}