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

Unified Diff: base/BUILD.gn

Issue 2869073002: Adding PE TimeStamp to chrome trace to ease retrieving debug information (Closed)
Patch Set: fix components build 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 3ff0410bf0fb18608b7156268adc92510c0cad4a..cdf3cf033548e926edc6005994476f3fd6c88453 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1658,13 +1658,12 @@ 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) {
# Disable sanitizer coverage in win/pe_image.cc. It is called by the sandbox
# before sanitizer coverage can initialize. http://crbug.com/484711
+ deps = [ "//base/win:pe_image" ]
dcheng 2017/05/11 20:31:20 The deps line looks a bit out of place below the s
etienneb 2017/05/29 20:25:54 Done.
configs -= [ "//build/config/sanitizers:default_sanitizer_flags" ]
configs +=
[ "//build/config/sanitizers:default_sanitizer_flags_but_coverage" ]
« 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