| Index: mojo/services/public/cpp/surfaces/BUILD.gn
|
| diff --git a/mojo/services/public/interfaces/gpu/BUILD.gn b/mojo/services/public/cpp/surfaces/BUILD.gn
|
| similarity index 60%
|
| copy from mojo/services/public/interfaces/gpu/BUILD.gn
|
| copy to mojo/services/public/cpp/surfaces/BUILD.gn
|
| index 6541063024f2ea8fdd1775f73db78cea8e2c7af5..02e2d30c94e02aabd78896fab1524dc81da33175 100644
|
| --- a/mojo/services/public/interfaces/gpu/BUILD.gn
|
| +++ b/mojo/services/public/cpp/surfaces/BUILD.gn
|
| @@ -2,16 +2,14 @@
|
| # 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")
|
| -
|
| -# GYP version: mojo/mojo_services.gypi:mojo_gpu_bindings
|
| -mojom("gpu") {
|
| +source_set("surfaces") {
|
| sources = [
|
| - "command_buffer.mojom",
|
| - "gpu.mojom",
|
| + "surfaces_utils.cc",
|
| + "surfaces_utils.h",
|
| ]
|
|
|
| deps = [
|
| "//mojo/services/public/interfaces/geometry",
|
| + "//mojo/services/public/interfaces/surfaces",
|
| ]
|
| }
|
|
|