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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 "//components/native_viewport:*",
10 "//mojo/shell:lib", # For android
14 "command_buffer_driver.cc",
15 "command_buffer_driver.h",
16 "command_buffer_impl.cc",
17 "command_buffer_impl.h",
29 "//components/gpu/public/interfaces",
30 "//gpu/command_buffer/service",
31 "//mojo/converters/geometry",
32 "//third_party/mojo/src/mojo/public/cpp/bindings",
33 "//ui/mojo/geometry:interfaces",
39 include_dirs = [ "../.." ]
44 "command_buffer_type_conversions.cc",
45 "command_buffer_type_conversions.h",
46 "mojo_buffer_backing.cc",
47 "mojo_buffer_backing.h",
52 "//components/gpu/public/interfaces",
53 "//gpu/command_buffer/common",
54 "//third_party/mojo/src/mojo/public/cpp/bindings",
55 "//third_party/mojo/src/mojo/public/cpp/system",
58 include_dirs = [ "../.." ]