| Index: components/viz/host/gpu/BUILD.gn
|
| diff --git a/components/viz/host/gpu/BUILD.gn b/components/viz/host/gpu/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6da2a756fe55beff8bcf59c2daf49a9273ac01c0
|
| --- /dev/null
|
| +++ b/components/viz/host/gpu/BUILD.gn
|
| @@ -0,0 +1,22 @@
|
| +# 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.
|
| +
|
| +source_set("gpu") {
|
| + sources = [
|
| + "server_gpu_memory_buffer_manager.cc",
|
| + "server_gpu_memory_buffer_manager.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//gpu/ipc/client",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//gpu/command_buffer/client",
|
| + "//gpu/ipc/common",
|
| + "//gpu/ipc/host",
|
| + "//services/ui/gpu/interfaces",
|
| + "//ui/gfx",
|
| + ]
|
| +}
|
|
|