| Index: components/gpu/public/interfaces/BUILD.gn
|
| diff --git a/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn b/components/gpu/public/interfaces/BUILD.gn
|
| similarity index 71%
|
| rename from third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn
|
| rename to components/gpu/public/interfaces/BUILD.gn
|
| index ec061df18970e1dab46f43d0385ea626f78ffba2..151272bb058047a57f8760141c3f31ef9ddc67c5 100644
|
| --- a/third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn
|
| +++ b/components/gpu/public/interfaces/BUILD.gn
|
| @@ -3,7 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/module_args/mojo.gni")
|
| -import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
| +import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| @@ -14,9 +14,7 @@ mojom("interfaces") {
|
| "viewport_parameter_listener.mojom",
|
| ]
|
|
|
| - import_dirs = [ get_path_info("../../../", "abspath") ]
|
| -
|
| deps = [
|
| - "../../../geometry/public/interfaces",
|
| + "//ui/mojo/geometry:interfaces",
|
| ]
|
| }
|
|
|