diff options
-rw-r--r-- | chromium/base/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/base/BUILD.gn b/chromium/base/BUILD.gn index b88e9dbdb2d..abcdac19cee 100644 --- a/chromium/base/BUILD.gn +++ b/chromium/base/BUILD.gn @@ -1055,6 +1055,9 @@ jumbo_component("base") { "win/wrapped_window_proc.cc", "win/wrapped_window_proc.h", ] + jumbo_excluded_sources += [ + "logging_win.cc", + ] } if (is_mac) { |