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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 965713002: Handle unpatched VS xtree header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 7c06e5934c8c53a569df09179c8bfa5f0cd62ac5..e301a2791aecccd356cdb0943f593ecdf58d250f 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -356,6 +356,7 @@ _native_compiler_configs = [
if (is_win) {
_native_compiler_configs += [
"//build/config/win:lean_and_mean",
+ "//build/config/win:msvs_xtree_unreachable_code",
brettw 2015/02/27 22:43:24 We only need to add stuff to this list of targets
"//build/config/win:nominmax",
"//build/config/win:sdk",
"//build/config/win:unicode",
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698