| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index e56a06b9f4322a50909ef1f81804f9163a837b6c..bead4fd95dc99ef465460824e6cbec6d8ea9085d 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -178,7 +178,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",
|
| @@ -504,6 +504,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",
|
| @@ -1414,6 +1415,7 @@ group("browser_dependencies") {
|
| public_deps = [
|
| "//chrome/browser",
|
| "//chrome/common",
|
| + "//components/keyboard_lock",
|
| "//components/sync",
|
| ]
|
| if (enable_plugins) {
|
|
|