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

Unified Diff: base/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 | « no previous file | base/trace_event/process_memory_maps.h » ('j') | no next file with comments »
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 3ab477ec7f9711fe9a39fcfb40888abc4afe99f7..4e20f6bff39c4395a4ca0e0a575bab9fb9625d69 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1704,11 +1704,13 @@ static_library("base_static") {
"base_switches.h",
"task_scheduler/switches.cc",
"task_scheduler/switches.h",
- "win/pe_image.cc",
- "win/pe_image.h",
]
if (is_win) {
+ public_deps = [
+ "//base/win:pe_image",
+ ]
+
# Disable sanitizer coverage in win/pe_image.cc. It is called by the sandbox
# before sanitizer coverage can initialize. http://crbug.com/484711
configs -= [ "//build/config/sanitizers:default_sanitizer_flags" ]
« no previous file with comments | « no previous file | base/trace_event/process_memory_maps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698