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", |