blob: c940c5b237278bdb2bc8f4d1d976cb9c179601f8 [file] [log] [blame]
# Copyright 2017 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 = [
"gpu_service.mojom",
]
public_deps = [
"//gpu/ipc/common:interfaces",
"//media/gpu/mojo:jpeg_decoder",
"//media/mojo/interfaces",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
]
# TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
use_once_callback = false
}