Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 2ab44d39a696f08661503d822af2eb6e21f436d1..ed9c1467e634bd1a268443c39912066d0662e7c7 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -133,6 +133,10 @@ component("base") { |
"debug/debugger.h", |
"debug/debugger_posix.cc", |
"debug/debugger_win.cc", |
+ "debug/dump_without_crashing.cc", |
+ "debug/dump_without_crashing.hh", |
+ "debug/gdi_debug_util_win.cc", |
+ "debug/gdi_debug_util_win.h", |
# This file depends on files from the "allocator" target, |
# but this target does not depend on "allocator" (see |
# allocator.gyp for details). |