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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2971163002: Add local protection setting to chrome://settings/system
Patch Set: linux-only Created 3 years, 5 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index f535d5c9e53740044f6fed864d823fed58958301..ec390c774eaeee6f1ba444ae84d228f8df43f6d9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -2130,6 +2130,9 @@ split_static_library("ui") {
"startup/session_crashed_infobar_delegate.h",
]
}
+ if (is_desktop_linux) {
+ deps += [ "//components/os_crypt" ]
+ }
}
if (use_aura) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698