Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 2cd871412b3cca8e6c1a5e9464e6e4cb9c165530..7b7810a232cea8accc3b3b560d2584033c4bc43a 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -2114,6 +2114,11 @@ test("unit_tests") { |
chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_sources, |
".", |
"//chrome") |
+ sources += rebase_path( |
+ chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_arc_sources, |
+ ".", |
+ "//chrome") |
+ deps += [ "//components/arc:arc_test_support" ] |
} |
if (enable_plugins && !enable_plugin_installation) { |
sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ] |