| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c7d0d43cfd47e84d42cefa888ff416714950a616..42760835d610fcc2ea3d4f8b7133d5368bc746d2 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -40,6 +40,7 @@
|
| 'css/FontFaceSetLoadEvent.idl',
|
| 'css/MediaList.idl',
|
| 'css/MediaQueryList.idl',
|
| + 'css/MediaQueryListEvent.idl',
|
| 'css/RGBColor.idl',
|
| 'css/Rect.idl',
|
| 'css/StyleMedia.idl',
|
| @@ -499,6 +500,7 @@
|
| # interfaces that inherit from Event, including Event itself
|
| 'core_event_idl_files': [
|
| 'css/FontFaceSetLoadEvent.idl',
|
| + 'css/MediaQueryListEvent.idl',
|
| 'events/AnimationPlayerEvent.idl',
|
| 'events/ApplicationCacheErrorEvent.idl',
|
| 'events/AutocompleteErrorEvent.idl',
|
| @@ -863,6 +865,7 @@
|
| 'css/MediaQueryExp.h',
|
| 'css/MediaQueryList.cpp',
|
| 'css/MediaQueryList.h',
|
| + 'css/MediaQueryListEvent.h',
|
| 'css/MediaQueryListListener.cpp',
|
| 'css/MediaQueryListListener.h',
|
| 'css/MediaQueryMatcher.cpp',
|
|
|