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

Unified Diff: components/BUILD.gn

Issue 2879033002: Keyboard Lock Host implementation
Patch Set: Remove useless files Created 3 years, 4 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 | « chrome/chrome_watcher/BUILD.gn ('k') | components/keyboard_lock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 3e7d71b271ebe12c2252749552a6e71cf15c0b19..99f17575c7cd97ba15820c10231049358ad31b46 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -91,6 +91,7 @@ test("components_unittests") {
"//components/history/core/common:unit_tests",
"//components/image_fetcher/core:unit_tests",
"//components/json_schema:unit_tests",
+ "//components/keyboard_lock:unit_tests",
"//components/keyed_service/core:unit_tests",
"//components/language/core/browser:unit_tests",
"//components/language_usage_metrics:unit_tests",
@@ -428,6 +429,7 @@ if (!is_ios) {
"//components/dom_distiller/core:test_support",
"//components/offline_pages/content/renovations",
"//components/offline_pages/core/renovations",
+ "//components/keyboard_lock",
"//components/password_manager/content/browser",
"//components/password_manager/content/renderer",
"//components/security_state/content",
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | components/keyboard_lock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698