Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1396)

Unified Diff: chrome/BUILD.gn

Issue 2693193005: [Windows MSVC CFG] Turning on linker CFG for all. Removing CFG compile. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/win/BUILD.gn ('k') | chrome_elf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « build/config/win/BUILD.gn ('k') | chrome_elf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698