| Index: components/mus/public/cpp/BUILD.gn
|
| diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
|
| index fa4fe6b4d0b7f95a29cb12328f17616c062ce3dc..9f0a85d2b5d43f57604691d769769df18388f0e5 100644
|
| --- a/components/mus/public/cpp/BUILD.gn
|
| +++ b/components/mus/public/cpp/BUILD.gn
|
| @@ -51,11 +51,13 @@ mojo_sdk_source_set("cpp") {
|
| "//cc/surfaces:surface_id",
|
| "//mojo/application/public/cpp",
|
| "//mojo/application/public/interfaces",
|
| + "//mojo/converters/geometry",
|
| "//mojo/converters/surfaces",
|
| "//mojo/gles2:headers",
|
| "//mojo/gpu:mojo_gles2_implementation",
|
| "//third_party/mojo/src/mojo/public/cpp/environment",
|
| "//third_party/mojo/src/mojo/public/cpp/system",
|
| + "//ui/gfx/geometry",
|
| "//ui/mojo/events:interfaces",
|
| "//ui/mojo/geometry:interfaces",
|
| ]
|
|
|