| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index a951475b850e5dee94062fe731a1349a367453b2..9277ea6e9c5ab6c9fe8ab329cb8d9f5d46da0d91 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -587,6 +587,10 @@ source_set("blink_headers") {
|
| "//third_party/icu:icu_config",
|
| ]
|
|
|
| + public_deps = [
|
| + "//services/service_manager/public/interfaces:interfaces_blink",
|
| + ]
|
| +
|
| deps = [
|
| ":generate_mojo_bindings",
|
| ]
|
|
|