| Index: third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/geolocation/BUILD.gn b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| index 6543e2715543df7c77fcb0ee13972040342c78e5..f43d6902bce7c842e3408a7a60861e35f18f427c 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| @@ -15,4 +15,7 @@ blink_modules_sources("geolocation") {
|
| "NavigatorGeolocation.cpp",
|
| "NavigatorGeolocation.h",
|
| ]
|
| + deps = [
|
| + "//device/geolocation/public/interfaces:interfaces_blink",
|
| + ]
|
| }
|
|
|