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

Unified Diff: Source/core/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/BUILD.gn ('k') | Source/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index f1649fd6cbd520102c2bbf8c464c9c675734e6eb..8543e9724dbdddbb10c0bb1133fed331a5768949 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -472,7 +472,7 @@ source_set("core_generated") {
cflags = []
defines = []
- if (is_win && component_mode == "shared_library") {
+ if (is_win && is_component_build) {
defines += [ "USING_V8_SHARED" ]
}
« no previous file with comments | « Source/BUILD.gn ('k') | Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698