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

Unified Diff: base/win/BUILD.gn

Issue 2869073002: Adding PE TimeStamp to chrome trace to ease retrieving debug information (Closed)
Patch Set: dcheng comments Created 3 years, 7 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/trace_event/process_memory_maps.cc ('k') | components/tracing/BUILD.gn » ('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 5d3d094ce8b914ac4d60970165d4ee4c5b498dfd..21a489dd50b29de3a9f02a4d790e7d4796253d31 100644
--- a/base/win/BUILD.gn
+++ b/base/win/BUILD.gn
@@ -61,3 +61,10 @@ shared_library("eventlog_provider") {
"//base/win:eventlog_provider_dll_version",
]
}
+
+static_library("pe_image") {
+ sources = [
+ "pe_image.cc",
+ "pe_image.h",
+ ]
+}
« no previous file with comments | « base/trace_event/process_memory_maps.cc ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698