| 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) {
|
|
|