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

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

Issue 2771373003: Add most missing blink files to .gn files (Closed)
Patch Set: . Created 3 years, 9 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 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",
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/BUILD.gn ('k') | third_party/WebKit/Source/modules/mediastream/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698