| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index 6b04ad950822fd63e1d11e69f5e73b5c05f7385c..6f112e67766e6c99132a45d7f79f9d5f9908ae26 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -109,6 +109,7 @@ component("aura") {
|
| "//ui/events/platform",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| + "//ui/platform_window",
|
| ]
|
|
|
| if (use_x11) {
|
| @@ -312,7 +313,7 @@ test("aura_unittests") {
|
| "//ui/events:test_support",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| - "//ui/gl",
|
| + "//ui/gl:test_support",
|
| ]
|
|
|
| if (is_linux) {
|
|
|