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

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: Done 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
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/events/Event.h » ('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 744865cdaf3286a1c614042c6aea8cf0523b3a83..8e2f488934339fac3f7f5a33a80c2eef40cf8e73 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',
@@ -512,6 +513,7 @@
'events/PageTransitionEvent.idl',
'events/PopStateEvent.idl',
'events/ProgressEvent.idl',
+ 'events/RelatedEvent.idl',
'events/ResourceProgressEvent.idl',
'events/SecurityPolicyViolationEvent.idl',
'events/TextEvent.idl',
@@ -2259,6 +2261,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',
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/events/Event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698