Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(827)

Unified Diff: third_party/WebKit/Source/modules/geolocation/BUILD.gn

Issue 2809843002: Geolocation: rename Geoposition to Position to follow Spec (Closed)
Patch Set: foolip@ comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6c3a8c7f4fa23577391a82dab5f28bf454f8f489..fcb4e25c95f8561a391434e66083b32df0d9f92e 100644
--- a/third_party/WebKit/Source/modules/geolocation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
@@ -15,9 +15,9 @@ blink_modules_sources("geolocation") {
"GeolocationError.h",
"GeolocationWatchers.cpp",
"GeolocationWatchers.h",
- "Geoposition.h",
"NavigatorGeolocation.cpp",
"NavigatorGeolocation.h",
+ "Position.h",
"PositionCallback.h",
"PositionError.h",
"PositionErrorCallback.h",

Powered by Google App Engine
This is Rietveld 408576698