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

Unified Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

Issue 2745573002: Implement the events for Background 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
Index: third_party/WebKit/Source/bindings/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
index 39bbb661b09c8b5d70b7528896d1c10e165e1fab..ae7cca180e97e088ca7a64c2915cff8b0db1475e 100644
--- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
@@ -19,6 +19,10 @@ group("bindings_modules_generated") {
generate_event_interfaces("modules_bindings_generated_event_interfaces") {
sources = [
"//third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl",
+ "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.idl",
+ "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchEvent.idl",
+ "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchFailEvent.idl",
+ "//third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.idl",
"//third_party/WebKit/Source/modules/background_sync/SyncEvent.idl",
"//third_party/WebKit/Source/modules/device_light/DeviceLightEvent.idl",
"//third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.idl",

Powered by Google App Engine
This is Rietveld 408576698