Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 1a2185f32fc43da1ebe3c7f0cd02afacb5ad1fb2..b52132432ec79e242af8221951c4e4be6b2ac4f9 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -213,9 +213,6 @@ if (!is_android && !is_mac) { |
"/DELAYLOAD:ole32.dll", |
"/DELAYLOAD:oleaut32.dll", |
] |
- |
- # Turn on CFG for this project. |
- configs += [ "//build/config/win:win_msvc_cfg" ] |
} else if (use_aura) { |
# Non-Windows aura entrypoint. |
sources += [ "app/chrome_exe_main_aura.cc" ] |