Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index 55ee00657068a366a7d2d02abd124560735f20e8..75f021d3d5d287946f3a092b98e774c64580d156 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -1095,6 +1095,7 @@ test("ash_content_unittests") { |
"//chromeos", |
"//chromeos:power_manager_proto", |
"//chromeos:test_support_without_gmock", |
+ "//components/keyboard_lock", |
"//components/quirks", |
"//components/signin/core/account_id", |
"//components/user_manager", |
@@ -1547,6 +1548,7 @@ executable("ash_shell_with_content") { |
"//base", |
"//build/config:exe_and_shlib_deps", |
"//build/win:default_exe_manifest", |
+ "//components/keyboard_lock", |
"//components/user_manager", |
"//content", |
"//content/public/app:both", |