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

Unified Diff: base/BUILD.gn

Issue 2496323003: Reland:Adds eventlog provider dll to describe the message types of SYSLOG. (Closed)
Patch Set: Adds a dummy export function to force the lib file generation. 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
« no previous file with comments | « no previous file | base/syslog_logging.cc » ('j') | base/win/eventlog_provider.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index f92612de78e6ebb60dacf0986f652663ab2f7554..4c8bce51076d5b0d83d96c31bf71067b6cc83944 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1221,6 +1221,7 @@ component("base") {
deps += [
"//base/trace_event/etw_manifest:chrome_events_win",
"//base/win:base_win_features",
+ "//base/win:eventlog_messages",
]
if (is_component_build) {
« no previous file with comments | « no previous file | base/syslog_logging.cc » ('j') | base/win/eventlog_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698