Chromium Code Reviews| Index: ui/base/BUILD.gn |
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn |
| index 94b1864a0065ed3c48c2c6a4668a97a9a9765e9a..00994275e34f0c9a7a649d785cd8ce1fc2ad1264 100644 |
| --- a/ui/base/BUILD.gn |
| +++ b/ui/base/BUILD.gn |
| @@ -308,6 +308,10 @@ component("base") { |
| ] |
| } else { |
| deps += [ "//ui/base/ime" ] |
| + |
| + # http://crbug.com/408648 Circular includes from the ime sub-target to this |
| + # one. |
| + allow_circular_includes_from = [ "//ui/base/ime" ] |
| } |
| if (toolkit_views) { |