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

Unified Diff: chrome/BUILD.gn

Issue 2412983006: [Windows MSVC CFG] Add support for CFG, and enable on chrome.exe & chrome_elf.dll. (Closed)
Patch Set: Code review nit fixes. Created 4 years, 2 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 5739a988769360c54fc56cd29d330277a989f2ff..d512756f04b50c0a2772a9b3fb0f334e5645cb8d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -198,6 +198,9 @@ 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