naiveproxy/services/viz/privileged/interfaces/gl/BUILD.gn
2018-02-02 05:49:39 -05:00

23 lines
537 B
Plaintext

# 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("gl") {
sources = [
"context_lost_reason.mojom",
"gpu_host.mojom",
"gpu_service.mojom",
]
public_deps = [
"//components/arc/common:media",
"//gpu/ipc/common:interfaces",
"//media/mojo/interfaces",
"//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
"//url/mojo:url_mojom_gurl",
]
}