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

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

Issue 1185963004: Revert of Sync Windows build flags between GYP and GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/compiler/BUILD.gn ('k') | build/internal/release_impl_official.gypi » ('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 261a1ac4defb6b96f74ab3384b152516b55e6e67..8b0910f9fd24f306f58148a582674e82efad72bd 100644
--- a/build/config/win/BUILD.gn
+++ b/build/config/win/BUILD.gn
@@ -103,8 +103,8 @@
# 5.02 = Windows Server 2003.
subsystem_version_suffix = ",5.02"
} else {
- # 5.01 = Windows XP.
- subsystem_version_suffix = ",5.01"
+ # Don't specify a min version on x86.
+ subsystem_version_suffix = ""
}
config("console") {
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | build/internal/release_impl_official.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698