Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index cec0cf33935225e88c622a94dea3e7692f74b3ed..07515b7fb44be99f5212b51ccd1bc2d477aaf27a 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -40,6 +40,7 @@ |
'css/FontFaceSetForEachCallback.idl', |
'css/MediaList.idl', |
'css/MediaQueryList.idl', |
+ 'css/MediaQueryListEvent.idl', |
'css/RGBColor.idl', |
'css/Rect.idl', |
'css/StyleMedia.idl', |
@@ -487,6 +488,7 @@ |
# interfaces that inherit from Event, including Event itself |
'core_event_idl_files': [ |
'css/CSSFontFaceLoadEvent.idl', |
+ 'css/MediaQueryListEvent.idl', |
'events/AnimationPlayerEvent.idl', |
'events/ApplicationCacheErrorEvent.idl', |
'events/AutocompleteErrorEvent.idl', |
@@ -856,6 +858,7 @@ |
'css/MediaQueryExp.h', |
'css/MediaQueryList.cpp', |
'css/MediaQueryList.h', |
+ 'css/MediaQueryListEvent.h', |
'css/MediaQueryListListener.cpp', |
'css/MediaQueryListListener.h', |
'css/MediaQueryMatcher.cpp', |