Chromium Code Reviews| Index: ash/public/cpp/BUILD.gn |
| diff --git a/ash/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn |
| index acf89c7ba0ea6d050feef233cc47eb6d60e79d36..e9d52163fb4fe0d4a3592402c8df0660868cb3f9 100644 |
| --- a/ash/public/cpp/BUILD.gn |
| +++ b/ash/public/cpp/BUILD.gn |
| @@ -26,4 +26,11 @@ component("ash_public_cpp") { |
| "//ui/aura", |
| "//ui/views/mus", |
| ] |
| + |
| + public_deps = [ |
| + "//ash/public/interfaces:interfaces_internal", |
| + ] |
| + |
| + allow_circular_includes_from = |
| + [ "//ash/public/interfaces:interfaces_internal" ] |
| } |