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

Unified Diff: chrome_elf/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 | « chrome/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « chrome/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698