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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2736943002: Exposing new BackgroundFetchManager on SWReg
Patch Set: Created 3 years, 9 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_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 5ed3cbc705c957090d15f76b3df90fe94c3d0cb7..7e9192fd8a7be944c2532d91464861b105546b70 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -41,6 +41,7 @@ modules_idl_files =
get_path_info([
"app_banner/AppBannerPromptResult.idl",
"app_banner/BeforeInstallPromptEvent.idl",
+ "background_fetch/BackgroundFetchManager.idl",
"background_sync/SyncEvent.idl",
"background_sync/SyncManager.idl",
"battery/BatteryManager.idl",
@@ -554,6 +555,7 @@ modules_dependency_idl_files =
get_path_info(
[
"audio_output_devices/HTMLMediaElementAudioOutputDevice.idl",
+ "background_fetch/ServiceWorkerRegistrationBackgroundFetch.idl",
"background_sync/ServiceWorkerGlobalScopeSync.idl",
"background_sync/ServiceWorkerRegistrationSync.idl",
"battery/NavigatorBattery.idl",

Powered by Google App Engine
This is Rietveld 408576698