blob: 8a49c912201e2cd4dd643d538a276c0c12f5e553 [file]
# 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 = [
"native_viewport.mojom",
]
public_deps = [
"//mojo/services/geometry/public/interfaces",
"//mojo/services/gpu/public/interfaces",
"//mojo/services/input_events/public/interfaces",
"//mojo/services/surfaces/public/interfaces:surface_id",
]
}