Chromium Code Reviews| 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" ] |
| } |