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

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: address comments 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..733e200747154571ea62c02ae78cc6911b7ba616 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,6 +437,7 @@
'gamepad/WebKitGamepad.h',
'gamepad/WebKitGamepadList.cpp',
'gamepad/WebKitGamepadList.h',
+ 'geolocation/CircularRegion.cpp',
Peter Beverloo 2014/07/10 13:17:28 We should list the header files here as well. Not
Marijn Kruisselbrink 2014/07/10 15:11:01 I added the new files I added, should I add the ex
Peter Beverloo 2014/07/10 16:31:36 No, that's OK. You should tell Michael, however.
'geolocation/Coordinates.cpp',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',

Powered by Google App Engine
This is Rietveld 408576698