| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index d8f4f27d37cd1cec01604a900a221bfb4137cba7..4ef5c772b9e1ce69f8f07076150639e4d829fe76 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -1116,6 +1116,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",
|
| @@ -1514,6 +1515,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",
|
|
|