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

Unified Diff: Source/core/core.gypi

Issue 396283004: Make the MediaQueryList listener an EventListener (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/css/MediaQueryList.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 02031feca2ebdf61740693e2afac44e9f0123c96..597258e22b7559786d220d011e3727a535714472 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',
@@ -498,6 +499,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',
@@ -862,6 +864,7 @@
'css/MediaQueryExp.h',
'css/MediaQueryList.cpp',
'css/MediaQueryList.h',
+ 'css/MediaQueryListEvent.h',
'css/MediaQueryListListener.cpp',
'css/MediaQueryListListener.h',
'css/MediaQueryMatcher.cpp',
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/css/MediaQueryList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698