blob: 25ac003521ba439f5536bb6aac7600c3f9e09235 [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_sdk_root.gni")
import("$mojo_sdk_root/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",
]
}