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

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

Issue 2736143003: Introduce the Background Fetch module. (Closed)
Patch Set: more webexposed tests 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 934f1687d40abc43f02027b3301cf8051c1d0d6f..4880c79bdcf5a8ad2dcd83842195b7ef718f4e7d 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",
@@ -555,6 +556,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