| Index: third_party/WebKit/Source/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
|
| index aef9c354081aaf4be035bdcf77cf599796619663..cae0351b869d130d85e3435317aff0b9010bf407 100644
|
| --- a/third_party/WebKit/Source/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/BUILD.gn
|
| @@ -63,10 +63,10 @@ target(modules_target_type, "modules") {
|
| sources += get_target_outputs(":module_names")
|
|
|
| sources += bindings_modules_v8_files
|
| - sources += rebase_path(bindings_modules_generated_aggregate_files, ".", "//")
|
| + sources += rebase_path(bindings_modules_generated_interface_files, ".", "//")
|
| sources += rebase_path(bindings_modules_generated_union_type_files, ".", "//")
|
| sources +=
|
| - rebase_path(bindings_modules_generated_partial_aggregate_files, ".", "//")
|
| + rebase_path(bindings_modules_generated_partial_interface_files, ".", "//")
|
| sources +=
|
| rebase_path([ bindings_modules_generated_init_partial_interfaces_file ],
|
| ".",
|
|
|