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

Unified Diff: Source/wtf/BUILD.gn

Issue 1277503003: Convert component_mode -> is_component_build for GN (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/BUILD.gn
diff --git a/Source/wtf/BUILD.gn b/Source/wtf/BUILD.gn
index 43e5c586ccd046a6ecf82d7bdeaf532b8d3c0c29..50923be02c75ac5601ab0a4c38b2d0e9cc5ed3a1 100644
--- a/Source/wtf/BUILD.gn
+++ b/Source/wtf/BUILD.gn
@@ -31,7 +31,7 @@ config("wtf_config") {
"/wd4706",
]
- if (component_mode == "shared_library") {
+ if (is_component_build) {
# Chromium windows multi-dll build enables C++ exceptions and this causes
# wtf to generate 4291 warning due to operator new/delete
# implementations. Disable the warning for chromium windows multi-dll
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698