1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//mojo/public/tools/bindings/mojom.gni")
7 # GYP version: mojo/mojo_services.gypi:mojo_gles2_service
12 "//gpu/command_buffer/service",
19 "command_buffer_impl.cc",
20 "command_buffer_impl.h",
24 # GYP version: mojo/mojo_services.gypi:mojo_gles2_bindings
27 "command_buffer.mojom",
31 # GYP version: mojo/mojo_services.gypi:mojo_gles2_bindings
32 source_set("bindings") {
34 "command_buffer_type_conversions.cc",
35 "command_buffer_type_conversions.h",
36 "mojo_buffer_backing.cc",
37 "mojo_buffer_backing.h",
42 "//gpu/command_buffer/common",