| Index: third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| index ca6e9c18c1c4a0645683c5c06dcee139b58ce3d1..3e176facb274dfa1ca5db91495dacf51dbfdbef5 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| +++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
|
| @@ -73,9 +73,9 @@ make_event_factory("event_modules") {
|
| ]
|
| deps = make_core_generated_deps + [ "//third_party/WebKit/Source/bindings/modules:modules_bindings_generated_event_interfaces" ]
|
| deps += [
|
| - "//device/generic_sensor/public/interfaces:interfaces_blink",
|
| "//device/vr:mojo_bindings_blink",
|
| "//media/midi:mojo_blink",
|
| + "//services/device/public/interfaces:generic_sensor_blink",
|
| ]
|
| }
|
|
|
|
|