| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index d0f3975b1a174d461344829f6f39b349d2cc1c9a..d18cfaf00af18783090456887fc878e357a463d6 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -96,6 +96,7 @@ component("aura") {
|
| "mus/mus_util.h",
|
| "mus/os_exchange_data_provider_mus.cc",
|
| "mus/os_exchange_data_provider_mus.h",
|
| + "mus/property_converter.cc",
|
| "mus/property_converter.h",
|
| "mus/surface_id_handler.h",
|
| "mus/text_input_client_impl.cc",
|
| @@ -346,6 +347,7 @@ test("aura_unittests") {
|
| "//base/test:test_support",
|
| "//mojo/common",
|
| "//net",
|
| + "//services/ui/public/cpp",
|
| "//skia",
|
| "//testing/gtest",
|
| "//ui/base:test_support",
|
|
|