blob: 6ac8f1c23d30ef81e9792cb11adc25e32767d4f6 [file] [log] [blame]
# Copyright 2016 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 = [
"display_compositor.mojom",
"display_compositor_host.mojom",
]
public_deps = [
"//components/mus/public/interfaces",
"//gpu/ipc/common:interfaces",
]
}