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

Unified Diff: build/config/win/BUILD.gn

Issue 2848943003: [infra] Assembles the SDK using GN rather than create_sdk.py (Closed)
Patch Set: Move copy_dev_compiler_tools out of the default full SDK build Created 3 years, 7 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/BUILDCONFIG.gn ('k') | build/copy_tree.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/win/BUILD.gn
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
index daf26ed6f67a59f04000b401d0093948a527fe62..458479e2593823da2c070b70caeb0f72ed9ab0e5 100644
--- a/build/config/win/BUILD.gn
+++ b/build/config/win/BUILD.gn
@@ -73,6 +73,9 @@ config("common_linker_setup") {
# exceeds maximum allowable size (80000000)
# which started happening more regularly after VS2013 Update 4.
"/maxilksize:2147483647",
+
+ # Force the creation of a .lib file for all executable() targets.
+ "/EXPORT:main",
]
# ASLR makes debugging with windbg difficult because Chrome.exe and
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | build/copy_tree.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698