Chromium Code Reviews| Index: chrome/browser/ui/BUILD.gn |
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
| index d4cdb3cf4203852f71f8f74baa98b65b2bc74e26..e2ee391398b98d27e0177fb0371dc44d0edb8f92 100644 |
| --- a/chrome/browser/ui/BUILD.gn |
| +++ b/chrome/browser/ui/BUILD.gn |
| @@ -197,6 +197,9 @@ source_set("ui") { |
| } else { |
| defines += [ "FRAME_AVATAR_BUTTON=1" ] |
| } |
| + if (is_chromeos && enable_arc) { |
| + deps += [ "//components/arc" ] |
| + } |
| if (use_cups) { |
| configs += [ "//printing:cups" ] |
| } |