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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1922093003: Add AddEventListenerOptions addEventListenerOptions interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 95be9a5b301dce1865160b68f0c2742d67b0be06..8583c727f00f31f70ddbace92bf9c5325bafd9d9 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3676,6 +3676,7 @@
'dom/MutationObserverInit.idl',
'dom/shadow/ShadowRootInit.idl',
'dom/TouchInit.idl',
+ 'events/AddEventListenerOptions.idl',
'events/AnimationEventInit.idl',
'events/AnimationPlayerEventInit.idl',
'events/ApplicationCacheErrorEventInit.idl',
@@ -3744,6 +3745,8 @@
'<(blink_core_output_dir)/dom/shadow/ShadowRootInit.h',
'<(blink_core_output_dir)/dom/TouchInit.cpp',
'<(blink_core_output_dir)/dom/TouchInit.h',
+ '<(blink_core_output_dir)/events/AddEventListenerOptions.cpp',
+ '<(blink_core_output_dir)/events/AddEventListenerOptions.h',
'<(blink_core_output_dir)/events/AnimationEventInit.cpp',
'<(blink_core_output_dir)/events/AnimationEventInit.h',
'<(blink_core_output_dir)/events/AnimationPlayerEventInit.cpp',

Powered by Google App Engine
This is Rietveld 408576698