Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 25d897fd4269152e68ebaf17c66b096828debc2f..a7a204c10ce08402295a19f01b000a42c589727b 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -1072,6 +1072,9 @@ if (!is_android) { |
chrome_tests_gypi_values.chrome_browser_tests_policy_sources, |
".", |
"//chrome") |
+ if (is_chromeos) { |
+ deps += [ "//components/arc:arc_test_support" ] |
+ } |
} |
if (enable_web_speech) { |
sources += rebase_path( |