Index: base/BUILD.gn |
diff --git a/base/BUILD.gn b/base/BUILD.gn |
index 467ec0c271cf364e9b184a1d0820e52213b33043..5742ca43a48da78a5f60c5716cf22dbb8164274d 100644 |
--- a/base/BUILD.gn |
+++ b/base/BUILD.gn |
@@ -1450,7 +1450,10 @@ component("base") { |
"userenv.lib", |
"winmm.lib", |
] |
- all_dependent_configs += [ ":base_win_linker_flags" ] |
+ all_dependent_configs += [ |
+ ":base_win_linker_flags", |
+ "//tools/win/DebugVisualizers:chrome", |
+ ] |
} else if ((!is_nacl && !is_fuchsia) || is_nacl_nonsfi) { |
# Non-Windows. |
deps += [ "//base/third_party/libevent" ] |