Index: chrome_elf/BUILD.gn |
diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn |
index c2861e0f682d74ef075c97b9cbdf72de6f78707f..53a29c879fefcb1eaff1e914f235e01965ac0da8 100644 |
--- a/chrome_elf/BUILD.gn |
+++ b/chrome_elf/BUILD.gn |
@@ -53,9 +53,6 @@ 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 = [ |