blob: 791b76d2259aec7ac5c13a0c8f0d0362f626a367 [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")
# GYP version: mojo/mojo_services.gypi:mojo_surfaces_bindings
mojom("surfaces") {
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",
]
}