| 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 f43d6902bce7c842e3408a7a60861e35f18f427c..79e020f65296ae2566cdef465da54c4b5181a61b 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| @@ -10,10 +10,15 @@ blink_modules_sources("geolocation") {
|
| "GeoNotifier.cpp",
|
| "GeoNotifier.h",
|
| "Geolocation.cpp",
|
| + "GeolocationError.h",
|
| "GeolocationWatchers.cpp",
|
| "GeolocationWatchers.h",
|
| + "Geoposition.h",
|
| "NavigatorGeolocation.cpp",
|
| "NavigatorGeolocation.h",
|
| + "PositionCallback.h",
|
| + "PositionError.h",
|
| + "PositionErrorCallback.h",
|
| ]
|
| deps = [
|
| "//device/geolocation/public/interfaces:interfaces_blink",
|
|
|