Index: ui/keyboard/BUILD.gn |
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn |
index cb1a01fdfdc0ff1d4b019cf8ecb6eba7f45e1757..8dbdf774bb755c789d9d8cdc23e6f490c50f2b74 100644 |
--- a/ui/keyboard/BUILD.gn |
+++ b/ui/keyboard/BUILD.gn |
@@ -41,6 +41,10 @@ component("keyboard") { |
"//ui/keyboard/webui", |
"//ui/wm", |
] |
+ |
+ # http://crbug.com/408651 Include cycle between this target and the "webui" |
+ # sub-target. |
+ allow_circular_includes_from = [ "//ui/keyboard/webui" ] |
} |
grit("resources_grit") { |