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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 502a45475d82ebae7692287fa93032f47f2d2939..b3aee9b58dfc5e96c94156b1fed3ad76b9ab4182 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -85,10 +85,6 @@
'gamepad/GamepadButton.idl',
'gamepad/GamepadEvent.idl',
'gamepad/GamepadList.idl',
- 'geofencing/CircularGeofencingRegion.idl',
- 'geofencing/Geofencing.idl',
- 'geofencing/GeofencingEvent.idl',
- 'geofencing/GeofencingRegion.idl',
'geolocation/Coordinates.idl',
'geolocation/Geolocation.idl',
'geolocation/Geoposition.idl',
@@ -358,9 +354,6 @@
'filesystem/SharedWorkerGlobalScopeFileSystem.idl',
'filesystem/WindowFileSystem.idl',
'gamepad/NavigatorGamepad.idl',
- 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl',
- 'geofencing/ServiceWorkerRegistrationGeofencing.idl',
- 'geofencing/WorkerNavigatorGeofencing.idl',
'geolocation/NavigatorGeolocation.idl',
'indexeddb/WindowIndexedDatabase.idl',
'indexeddb/WorkerGlobalScopeIndexedDatabase.idl',
@@ -419,7 +412,6 @@
'encryptedmedia/MediaEncryptedEvent.idl',
'encryptedmedia/MediaKeyMessageEvent.idl',
'gamepad/GamepadEvent.idl',
- 'geofencing/GeofencingEvent.idl',
'indexeddb/IDBVersionChangeEvent.idl',
'mediarecorder/BlobEvent.idl',
'mediastream/MediaStreamEvent.idl',
@@ -473,7 +465,6 @@
'encryptedmedia/MediaKeySystemMediaCapability.idl',
'filesystem/FileSystemFlags.idl',
'gamepad/GamepadEventInit.idl',
- 'geofencing/CircularGeofencingRegionInit.idl',
'geolocation/PositionOptions.idl',
'indexeddb/IDBIndexParameters.idl',
'indexeddb/IDBObjectStoreParameters.idl',
@@ -604,8 +595,6 @@
'<(blink_modules_output_dir)/filesystem/FileSystemFlags.h',
'<(blink_modules_output_dir)/gamepad/GamepadEventInit.cpp',
'<(blink_modules_output_dir)/gamepad/GamepadEventInit.h',
- '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.cpp',
- '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.h',
'<(blink_modules_output_dir)/geolocation/PositionOptions.cpp',
'<(blink_modules_output_dir)/geolocation/PositionOptions.h',
'<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp',
@@ -1124,20 +1113,6 @@
'gamepad/GamepadList.h',
'gamepad/NavigatorGamepad.cpp',
'gamepad/NavigatorGamepad.h',
- 'geofencing/CircularGeofencingRegion.cpp',
- 'geofencing/CircularGeofencingRegion.h',
- 'geofencing/Geofencing.cpp',
- 'geofencing/Geofencing.h',
- 'geofencing/GeofencingError.cpp',
- 'geofencing/GeofencingError.h',
- 'geofencing/GeofencingEvent.cpp',
- 'geofencing/GeofencingEvent.h',
- 'geofencing/GeofencingRegion.h',
- 'geofencing/ServiceWorkerGlobalScopeGeofencing.h',
- 'geofencing/ServiceWorkerRegistrationGeofencing.cpp',
- 'geofencing/ServiceWorkerRegistrationGeofencing.h',
- 'geofencing/WorkerNavigatorGeofencing.cpp',
- 'geofencing/WorkerNavigatorGeofencing.h',
'geolocation/Coordinates.cpp',
'geolocation/Geolocation.cpp',
'geolocation/GeolocationController.cpp',

Powered by Google App Engine
This is Rietveld 408576698