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

Unified Diff: chrome/common/BUILD.gn

Issue 2530163002: Make the name of the event source for SYSLOG configurable. (Closed)
Patch Set: Fix BUILD.gn Created 4 years, 1 month 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/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index cad7ff08cc9e05b3f36fa524dfe8fcafb0f15800..79d079821c78228c4aadc961be05f1be1680e1d0 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -446,6 +446,7 @@ static_library("common") {
if (is_win) {
public_deps += [
+ "//chrome/install_static:install_static_util",
"//components/dom_distiller/core", # Needed by chrome_content_client.cc.
"//third_party/wtl",
]

Powered by Google App Engine
This is Rietveld 408576698