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

Unified Diff: Source/modules/modules.gypi

Issue 375353002: Add the first very basic bits of a geofencing API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nits 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.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | 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 b7823c6d73dcbdda08ec2c89d90ba987646057e2..e6dd7e1e3dc89c7418888b9a6bcbda5f9f4d539c 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -55,7 +55,9 @@
'gamepad/GamepadList.idl',
'gamepad/WebKitGamepad.idl',
'gamepad/WebKitGamepadList.idl',
+ 'geolocation/CircularRegion.idl',
'geolocation/Coordinates.idl',
+ 'geolocation/GeofencingRegion.idl',
'geolocation/Geolocation.idl',
'geolocation/Geoposition.idl',
'geolocation/PositionCallback.idl',
@@ -433,7 +435,10 @@
'gamepad/WebKitGamepad.h',
'gamepad/WebKitGamepadList.cpp',
'gamepad/WebKitGamepadList.h',
+ 'geolocation/CircularRegion.cpp',
+ 'geolocation/CircularRegion.h',
'geolocation/Coordinates.cpp',
+ 'geolocation/GeofencingRegion.h',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',
'geolocation/GeolocationInspectorAgent.cpp',
« no previous file with comments | « Source/modules/geolocation/Geolocation.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698