Index: Source/bindings/core/v8/BUILD.gn |
diff --git a/Source/bindings/core/v8/BUILD.gn b/Source/bindings/core/v8/BUILD.gn |
index 0b83717fc7404aa0c1bfb9a537e8f47715b88925..3af4b6459553f594b624b4f462cf50eaed25d737 100644 |
--- a/Source/bindings/core/v8/BUILD.gn |
+++ b/Source/bindings/core/v8/BUILD.gn |
@@ -30,6 +30,8 @@ aggregate_generated_bindings("bindings_core_v8_generated_aggregate") { |
idl_compiler("bindings_core_v8_generated_individual") { |
sources = core_interface_idl_files |
output_dir = bindings_core_v8_output_dir |
+ output_name_suffix = "" |
+ target_component = "core" |
} |
# bindings_core_dictionary_impl_generated in Source/bindings/core/v8/generated.gyp |