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

Unified Diff: base/win/BUILD.gn

Issue 2946983002: Move eventlog_provider from //base/win to //chrome/common/win (Closed)
Patch Set: Address review comments on #5 Created 3 years, 6 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 | « base/syslog_logging.cc ('k') | base/win/eventlog_messages.mc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/BUILD.gn
diff --git a/base/win/BUILD.gn b/base/win/BUILD.gn
index 21a489dd50b29de3a9f02a4d790e7d4796253d31..1d9210cfeeb0daad3c0e05e76f3cf54cbd810303 100644
--- a/base/win/BUILD.gn
+++ b/base/win/BUILD.gn
@@ -3,9 +3,6 @@
# found in the LICENSE file.
import("//build/buildflag_header.gni")
-import("//build/config/sanitizers/sanitizers.gni")
-import("//build/win/message_compiler.gni")
-import("//chrome/process_version_rc_template.gni")
declare_args() {
# Indicates if the handle verifier should operate in a single module mode. By
@@ -25,43 +22,6 @@ buildflag_header("base_win_features") {
flags = [ "SINGLE_MODULE_MODE_HANDLE_VERIFIER=$single_module_mode_handle_verifier" ]
}
-message_compiler("eventlog_messages") {
- visibility = [
- "//base:base",
- ":eventlog_provider",
- ]
-
- sources = [
- "eventlog_messages.mc",
- ]
-
- user_mode_logging = false
- compile_generated_code = false
-}
-
-process_version_rc_template("eventlog_provider_dll_version") {
- sources = [
- "eventlog_provider.ver",
- ]
- output = "$target_gen_dir/eventlog_provider_dll_version.rc"
-}
-
-shared_library("eventlog_provider") {
- sources = [
- "$root_gen_dir/base/win/eventlog_messages.rc",
- "eventlog_provider.cc",
- ]
-
- if (!is_asan) {
- ldflags = [ "/NOENTRY" ]
- }
-
- deps = [
- "//base/win:eventlog_messages",
- "//base/win:eventlog_provider_dll_version",
- ]
-}
-
static_library("pe_image") {
sources = [
"pe_image.cc",
« no previous file with comments | « base/syslog_logging.cc ('k') | base/win/eventlog_messages.mc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698