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

Unified Diff: Source/core/core.gypi

Issue 443053002: Add support for RelatedEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4e777c0fe325aaae71866b1bc6809b22913d5975..d07af09c8c969a1474e2812c30c1f0cb0a7a2371 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -110,6 +110,7 @@
'events/PageTransitionEvent.idl',
'events/PopStateEvent.idl',
'events/ProgressEvent.idl',
+ 'events/RelatedEvent.idl',
'events/ResourceProgressEvent.idl',
'events/SecurityPolicyViolationEvent.idl',
'events/TextEvent.idl',
@@ -509,6 +510,7 @@
'events/PageTransitionEvent.idl',
'events/PopStateEvent.idl',
'events/ProgressEvent.idl',
+ 'events/RelatedEvent.idl',
'events/ResourceProgressEvent.idl',
'events/SecurityPolicyViolationEvent.idl',
'events/TextEvent.idl',
@@ -2256,6 +2258,8 @@
'events/PopStateEvent.h',
'events/ProgressEvent.cpp',
'events/ProgressEvent.h',
+ 'events/RelatedEvent.cpp',
+ 'events/RelatedEvent.h',
'events/ResourceProgressEvent.cpp',
'events/ResourceProgressEvent.h',
'events/ScopedEventQueue.cpp',

Powered by Google App Engine
This is Rietveld 408576698