| Index: ui/aura/BUILD.gn
|
| diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
|
| index 6b04ad950822fd63e1d11e69f5e73b5c05f7385c..9b88e75756c00f799fd682827b90653288e50ecb 100644
|
| --- a/ui/aura/BUILD.gn
|
| +++ b/ui/aura/BUILD.gn
|
| @@ -111,6 +111,10 @@ component("aura") {
|
| "//ui/gfx/geometry",
|
| ]
|
|
|
| + public_deps = [
|
| + "//ui/platform_window",
|
| + ]
|
| +
|
| if (use_x11) {
|
| configs += [
|
| "//build/config/linux:x11",
|
| @@ -313,6 +317,7 @@ test("aura_unittests") {
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/gl",
|
| + "//ui/gl:test_support",
|
| ]
|
|
|
| if (is_linux) {
|
|
|