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

Unified Diff: chrome/BUILD.gn

Issue 2476353003: Adds eventlog provider dll to describe the message types of SYSLOG. (Closed)
Patch Set: Make the mc file unicode encoded. 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 | « base/win/eventlog_messages.mc ('k') | no next file » | 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 c62d1c71a975010eafc73029af9ae7713c3541c5..f8df84fa21d6a7e4136c93f6d75edbdb37b308c4 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -445,6 +445,17 @@ if (is_win) {
"$root_out_dir/First Run",
]
}
+ shared_library("eventlog_provider") {
+ sources = [
+ "$root_gen_dir/base/win/eventlog_messages.rc",
+ ]
+
+ ldflags = [ "-noentry" ]
+
+ deps = [
+ "//base/win:eventlog_messages",
+ ]
+ }
} else if (is_mac) {
chrome_helper_name = chrome_product_full_name + " Helper"
chrome_framework_name = chrome_product_full_name + " Framework"
« no previous file with comments | « base/win/eventlog_messages.mc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698