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

Unified Diff: chrome/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 | « 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 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) {
« 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