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

Unified Diff: Source/core/core.gypi

Issue 1179113007: Implement onunhandledrejection / onrejectionhandled events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: updates Created 5 years, 6 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 | « Source/bindings/core/v8/RejectedPromises.cpp ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4c58f876987e0de702297989097d7d66cdeeb63e..7350f9a0b7e27e20e43dfdad58f84fb8d5342d02 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -118,6 +118,7 @@
'events/PointerEvent.idl',
'events/PopStateEvent.idl',
'events/ProgressEvent.idl',
+ 'events/PromiseRejectionEvent.idl',
'events/RelatedEvent.idl',
'events/ResourceProgressEvent.idl',
'events/SecurityPolicyViolationEvent.idl',
@@ -526,6 +527,7 @@
'events/PointerEvent.idl',
'events/PopStateEvent.idl',
'events/ProgressEvent.idl',
+ 'events/PromiseRejectionEvent.idl',
'events/RelatedEvent.idl',
'events/ResourceProgressEvent.idl',
'events/SecurityPolicyViolationEvent.idl',
@@ -2524,6 +2526,8 @@
'events/PopStateEvent.h',
'events/ProgressEvent.cpp',
'events/ProgressEvent.h',
+ 'events/PromiseRejectionEvent.cpp',
+ 'events/PromiseRejectionEvent.h',
'events/RelatedEvent.cpp',
'events/RelatedEvent.h',
'events/ResourceProgressEvent.cpp',
@@ -3598,6 +3602,7 @@
'events/PointerEventInit.idl',
'events/PopStateEventInit.idl',
'events/ProgressEventInit.idl',
+ 'events/PromiseRejectionEventInit.idl',
'events/RelatedEventInit.idl',
'events/SecurityPolicyViolationEventInit.idl',
'events/TransitionEventInit.idl',
@@ -3675,6 +3680,8 @@
'<(blink_core_output_dir)/events/PopStateEventInit.h',
'<(blink_core_output_dir)/events/ProgressEventInit.cpp',
'<(blink_core_output_dir)/events/ProgressEventInit.h',
+ '<(blink_core_output_dir)/events/PromiseRejectionEventInit.cpp',
+ '<(blink_core_output_dir)/events/PromiseRejectionEventInit.h',
'<(blink_core_output_dir)/events/RelatedEventInit.cpp',
'<(blink_core_output_dir)/events/RelatedEventInit.h',
'<(blink_core_output_dir)/events/SecurityPolicyViolationEventInit.cpp',
« no previous file with comments | « Source/bindings/core/v8/RejectedPromises.cpp ('k') | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698