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

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

Issue 2745543002: Implement BackgroundFetchManager::{get, fetch}() (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
« no previous file with comments | « third_party/WebKit/Source/modules/background_fetch/IconDefinition.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 4880c79bdcf5a8ad2dcd83842195b7ef718f4e7d..b1ae9846d635f764febde9a719ba42f2eab914e7 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -42,6 +42,7 @@ modules_idl_files =
"app_banner/AppBannerPromptResult.idl",
"app_banner/BeforeInstallPromptEvent.idl",
"background_fetch/BackgroundFetchManager.idl",
+ "background_fetch/BackgroundFetchRegistration.idl",
"background_sync/SyncEvent.idl",
"background_sync/SyncManager.idl",
"battery/BatteryManager.idl",
@@ -392,6 +393,8 @@ modules_idl_files =
modules_dictionary_idl_files =
get_path_info([
"app_banner/BeforeInstallPromptEventInit.idl",
+ "background_fetch/BackgroundFetchOptions.idl",
+ "background_fetch/IconDefinition.idl",
"background_sync/SyncEventInit.idl",
"bluetooth/BluetoothScanFilterInit.idl",
"bluetooth/RequestDeviceOptions.idl",
@@ -684,6 +687,10 @@ generated_modules_dictionary_files = [
# from the .idl file list(s).
"$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.cpp",
"$blink_modules_output_dir/app_banner/BeforeInstallPromptEventInit.h",
+ "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.cpp",
+ "$blink_modules_output_dir/background_fetch/BackgroundFetchOptions.h",
+ "$blink_modules_output_dir/background_fetch/IconDefinition.cpp",
+ "$blink_modules_output_dir/background_fetch/IconDefinition.h",
"$blink_modules_output_dir/background_sync/SyncEventInit.cpp",
"$blink_modules_output_dir/background_sync/SyncEventInit.h",
"$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/background_fetch/IconDefinition.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698