Index: chrome_elf/BUILD.gn |
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn |
index 1207191e0553d320c1886dc91edb00a3c1d5eab5..22c9fd28fc3c2967913aa07b2fef94b54605c1dd 100644 |
--- a/chrome_elf/BUILD.gn |
+++ b/chrome_elf/BUILD.gn |
@@ -51,6 +51,9 @@ shared_library("chrome_elf") { |
configs += [ "//build/config/win:windowed" ] |
configs -= [ "//build/config/win:console" ] |
+ # Turn on CFG for this project. |
+ configs += [ "//build/config/win:win_msvc_cfg" ] |
+ |
# Delay loads in this list will prevent user32.dll |
# from loading too early. |
ldflags = [ |