| Index: Source/modules/BUILD.gn
|
| diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
|
| index 9a5314b48c1e223649845f196fd4f448c8fdd001..0510abca48bdaf99a896fa94783e38b8180a462d 100644
|
| --- a/Source/modules/BUILD.gn
|
| +++ b/Source/modules/BUILD.gn
|
| @@ -99,7 +99,7 @@ action("module_names") {
|
|
|
| # GYP version: WebKit/Source/modules/modules_generated.gyp:make_modules_generated
|
| group("make_modules_generated") {
|
| - deps = [
|
| + public_deps = [
|
| "//third_party/WebKit/Source/core:core_event_interfaces",
|
| "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
|
| ":module_names",
|
|
|