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

Unified Diff: Source/modules/modules.gypi

Issue 1096503002: [Background Sync] Converting Blink code to the MVP API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Unregister method requires the sync registration tag Created 5 years, 8 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 9198f12abfb1d204d370bda5bdd75187cc95dcf1..6c3e1b843e622f07d159c8c2376268c1838899d7 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -15,6 +15,9 @@
'modules_idl_files': [
'<@(extra_blink_module_idl_files)',
'app_banner/BeforeInstallPromptEvent.idl',
+ 'background_sync/PeriodicSyncEvent.idl',
+ 'background_sync/PeriodicSyncManager.idl',
+ 'background_sync/PeriodicSyncRegistration.idl',
'background_sync/SyncEvent.idl',
'background_sync/SyncManager.idl',
'background_sync/SyncRegistration.idl',
@@ -304,6 +307,7 @@
# interfaces that inherit from Event
'modules_event_idl_files': [
'app_banner/BeforeInstallPromptEvent.idl',
+ 'background_sync/PeriodicSyncEvent.idl',
'background_sync/SyncEvent.idl',
'device_light/DeviceLightEvent.idl',
'device_orientation/DeviceMotionEvent.idl',
@@ -337,6 +341,8 @@
],
'modules_dictionary_idl_files': [
'app_banner/BeforeInstallPromptEventInit.idl',
+ 'background_sync/PeriodicSyncEventInit.idl',
+ 'background_sync/PeriodicSyncRegistrationOptions.idl',
'background_sync/SyncEventInit.idl',
'background_sync/SyncRegistrationOptions.idl',
'cachestorage/CacheQueryOptions.idl',
@@ -394,6 +400,10 @@
'generated_modules_dictionary_files': [
'<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.cpp',
'<(blink_modules_output_dir)/app_banner/BeforeInstallPromptEventInit.h',
+ '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.cpp',
+ '<(blink_modules_output_dir)/background_sync/PeriodicSyncEventInit.h',
+ '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptions.cpp',
+ '<(blink_modules_output_dir)/background_sync/PeriodicSyncRegistrationOptions.h',
'<(blink_modules_output_dir)/background_sync/SyncEventInit.cpp',
'<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
'<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp',
@@ -547,6 +557,12 @@
'app_banner/AppBannerController.h',
'app_banner/BeforeInstallPromptEvent.cpp',
'app_banner/BeforeInstallPromptEvent.h',
+ 'background_sync/PeriodicSyncEvent.cpp',
+ 'background_sync/PeriodicSyncEvent.h',
+ 'background_sync/PeriodicSyncManager.cpp',
+ 'background_sync/PeriodicSyncManager.h',
+ 'background_sync/PeriodicSyncRegistration.cpp',
+ 'background_sync/PeriodicSyncRegistration.h',
'background_sync/ServiceWorkerGlobalScopeSync.h',
'background_sync/ServiceWorkerRegistrationSync.cpp',
'background_sync/ServiceWorkerRegistrationSync.h',
« no previous file with comments | « Source/modules/background_sync/SyncRegistrationOptions.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698