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

Unified Diff: components/tracing/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
Index: components/tracing/BUILD.gn
diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn
index 8b0bd09b7ac153d95709c4e1feac98af78dd3323..9f75cb56a9d38a67133993bae6998160be748e26 100644
--- a/components/tracing/BUILD.gn
+++ b/components/tracing/BUILD.gn
@@ -36,6 +36,9 @@ component("tracing") {
"//base",
"//ipc",
]
+ if (is_win) {
+ deps += [ "//base/win:pe_image" ]
+ }
public_deps = [
"//components/tracing/proto:protos",

Powered by Google App Engine
This is Rietveld 408576698