| Index: components/mus/public/cpp/surfaces/BUILD.gn
|
| diff --git a/mojo/converters/surfaces/BUILD.gn b/components/mus/public/cpp/surfaces/BUILD.gn
|
| similarity index 89%
|
| rename from mojo/converters/surfaces/BUILD.gn
|
| rename to components/mus/public/cpp/surfaces/BUILD.gn
|
| index 7fd5c1b3851b8aca3a9d8d334317ff70c60991ba..0ca839e837dd71972d411fb90a4c45a7c9a53138 100644
|
| --- a/mojo/converters/surfaces/BUILD.gn
|
| +++ b/components/mus/public/cpp/surfaces/BUILD.gn
|
| @@ -2,7 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# GYP version: mojo/mojo_converters.gypi:mojo_surfaces_lib
|
| component("surfaces") {
|
| output_name = "mojo_surfaces_lib"
|
|
|
| @@ -18,9 +17,9 @@ component("surfaces") {
|
| defines = [ "MOJO_SURFACES_IMPLEMENTATION" ]
|
|
|
| public_deps = [
|
| - "//mojo/converters/transform",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry/mojo",
|
| + "//ui/gfx/mojo",
|
| ]
|
|
|
| deps = [
|
|
|