| 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 79e020f65296ae2566cdef465da54c4b5181a61b..6c3a8c7f4fa23577391a82dab5f28bf454f8f489 100644
|
| --- a/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
|
| @@ -7,9 +7,11 @@ import("//third_party/WebKit/Source/modules/modules.gni")
|
| blink_modules_sources("geolocation") {
|
| sources = [
|
| "Coordinates.cpp",
|
| + "Coordinates.h",
|
| "GeoNotifier.cpp",
|
| "GeoNotifier.h",
|
| "Geolocation.cpp",
|
| + "Geolocation.h",
|
| "GeolocationError.h",
|
| "GeolocationWatchers.cpp",
|
| "GeolocationWatchers.h",
|
|
|