Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index f2b659a9cef546ffa9d9ac3ad4cf201e183a18aa..e2720119f6043bab5f033a9389272dfb9688d366 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -760,6 +760,11 @@ component("base") { |
| # Windows. |
| if (is_win) { |
| + sources += [ |
| + "profiler/win32_stack_frame_unwinder.cc", |
| + "profiler/win32_stack_frame_unwinder.h", |
| + ] |
| + |
| sources -= [ |
| "message_loop/message_pump_libevent.cc", |
| "strings/string16.cc", |