Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: ash/BUILD.gn

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Missing change to rename CodeToUsbKeycode to CodeStringToUsbKeycode Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698