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

Unified Diff: Source/modules/modules.gypi

Issue 393793003: Separate GeoNotifier class from Geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/modules/geolocation/Geolocation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index cfa3717e6840279b7c669bc3209f1b0c735aa644..b824c40faaa1731a64e8edbb974a55a124cdb5ce 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -444,6 +444,8 @@
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',
'geolocation/GeolocationInspectorAgent.cpp',
+ 'geolocation/GeoNotifier.cpp',
+ 'geolocation/GeoNotifier.h',
'geolocation/NavigatorGeolocation.cpp',
'geolocation/NavigatorGeolocation.h',
'geolocation/PositionOptions.cpp',
« no previous file with comments | « Source/modules/geolocation/Geolocation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698