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

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: update tests 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 36642535ef18689d9e541f642d8e4306da7e6aee..68c74604bf51b7f6f11564b6a9a5f3f8b41c9874 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',
@@ -435,7 +437,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',

Powered by Google App Engine
This is Rietveld 408576698