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

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

Issue 2744873002: Implement the Request/Response bits of Background Fetch (Closed)
Patch Set: comments 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
« no previous file with comments | « third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3123bda88a197ae254cb5d2dda1cba2440882423..543de2959a212ff01aabd05072602c862fd23bb0 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -46,6 +46,8 @@ modules_idl_files =
"background_fetch/BackgroundFetchFailEvent.idl",
"background_fetch/BackgroundFetchManager.idl",
"background_fetch/BackgroundFetchRegistration.idl",
+ "background_fetch/BackgroundFetchRequest.idl",
+ "background_fetch/BackgroundFetchSettledRequest.idl",
"background_fetch/BackgroundFetchedEvent.idl",
"background_sync/SyncEvent.idl",
"background_sync/SyncManager.idl",
« no previous file with comments | « third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEventInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698