Index: ui/wm/BUILD.gn |
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn |
index ec2da754f27b8d258ef78dc8373b2b967328e81d..d762bc6db7fdb103e2992cbcacc9a5e425fd25db 100644 |
--- a/ui/wm/BUILD.gn |
+++ b/ui/wm/BUILD.gn |
@@ -87,6 +87,9 @@ component("wm") { |
"//ui/gfx/geometry", |
"//ui/resources", |
] |
+ |
+ # http://crbug.com/408650 Circular dependency between this target and Aura. |
+ allow_circular_includes_from = [ "//ui/aura" ] |
} |
static_library("test_support") { |