| Index: Source/bindings/modules/BUILD.gn
|
| diff --git a/Source/bindings/modules/BUILD.gn b/Source/bindings/modules/BUILD.gn
|
| index fdb10cb87fa507726c78facb9f7aae9b0630c97f..98f3589b4c4fbfdad74fd80987103bfa1811c82d 100644
|
| --- a/Source/bindings/modules/BUILD.gn
|
| +++ b/Source/bindings/modules/BUILD.gn
|
| @@ -12,7 +12,7 @@ visibility = [ "//third_party/WebKit/*" ]
|
|
|
| # GYP version: Source/bindings/modules/generated.gyp:bindings_modules_generated
|
| group("bindings_modules_generated") {
|
| - deps = [
|
| + public_deps = [
|
| ":modules_bindings_generated_event_interfaces",
|
| ":bindings_modules_generated_event_modules_factory",
|
| ":bindings_modules_generated_event_modules_names",
|
|
|