Chromium Code Reviews| Index: components/tracing/BUILD.gn |
| diff --git a/components/tracing/BUILD.gn b/components/tracing/BUILD.gn |
| index 8b0bd09b7ac153d95709c4e1feac98af78dd3323..f0dc431925a4f214af0610b596a6af05bd9cb0ef 100644 |
| --- a/components/tracing/BUILD.gn |
| +++ b/components/tracing/BUILD.gn |
| @@ -37,6 +37,10 @@ component("tracing") { |
| "//ipc", |
| ] |
| + if (is_win) { |
| + deps += [ "//base/win:pe_image" ] |
| + } |
| + |
| public_deps = [ |
| "//components/tracing/proto:protos", |
| ] |