Index: Source/modules/BUILD.gn |
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn |
index a6c6cbde3eb1de61d9d2ba1eb76c19b80383e63b..7074cb8dad61ba92fb4d8fe16f70180456eb59ab 100644 |
--- a/Source/modules/BUILD.gn |
+++ b/Source/modules/BUILD.gn |
@@ -19,6 +19,8 @@ source_set("modules") { |
sources = rebase_path(modules_files, ".", "//") |
sources += bindings_modules_v8_files |
sources += rebase_path(bindings_modules_generated_aggregate_files, ".", "//") |
+ sources += rebase_path(bindings_modules_generated_partial_aggregate_files, ".", "//") |
+ sources += rebase_path([ bindings_modules_generated_init_partial_interfaces_file ], ".", "//") |
if (!is_win) { |
sources -= [ |
@@ -54,6 +56,10 @@ source_set("modules") { |
# GYP version: WebKit/Source/modules/modules.gyp:modules_testing |
source_set("modules_testing") { |
sources = modules_testing_files |
+ sources += [ |
+ "$bindings_modules_v8_output_dir/V8InternalsPartial.cpp", |
+ "$bindings_modules_v8_output_dir/V8InternalsPartial.h", |
+ ] |
configs += [ |
"//third_party/WebKit/Source:config", |