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

Unified Diff: chrome/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 | « ash/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 82d2e9d248189095777456b13d220eba302536cc..e13a06a7d93de5e545107280e2fd9b8d1aa569c7 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -153,6 +153,7 @@ if (!is_android && !is_mac) {
public_deps = []
deps = [
"//build/config:exe_and_shlib_deps",
+ "//components/keyboard_lock",
"//printing/features",
]
@@ -171,7 +172,7 @@ if (!is_android && !is_mac) {
if (is_win) {
sources += [
- "app/chrome_exe.rc",
+ # "app/chrome_exe.rc",
"app/chrome_exe_load_config_win.cc",
"app/chrome_exe_main_win.cc",
"app/chrome_watcher_client_win.cc",
@@ -206,7 +207,7 @@ if (!is_android && !is_mac) {
"//components/crash/content/app:run_as_crashpad_handler",
"//components/flags_ui:switches",
"//content:sandbox_helper_win",
- "//content/public/common:static_switches",
+ # "//content/public/common:static_switches",
"//crypto",
"//gpu/config:crash_keys",
"//sandbox",
@@ -451,6 +452,7 @@ if (is_win) {
"//chrome_elf",
"//components/browser_watcher:browser_watcher_client",
"//components/crash/content/app",
+ "//components/keyboard_lock",
"//content/public/app:child",
"//content/public/common:service_names",
"//headless:headless_shell_child_lib",
@@ -1344,6 +1346,7 @@ group("browser_dependencies") {
public_deps = [
"//chrome/browser",
"//chrome/common",
+ "//components/keyboard_lock",
"//components/sync",
]
if (enable_plugins) {
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698