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

Unified Diff: Source/core/core.gypi

Issue 1150183007: Re-land: bindings: Use MessageEventInit for MessageEvent constructor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/scripts/v8_dictionary.py ('k') | Source/core/dom/MessagePort.cpp » ('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 b1eded7e316d9d16187c4c1707b7e7e8f87aa560..ab108a2b2b063e431931fb297bcd28c7d0768eb4 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3579,6 +3579,7 @@
'events/FocusEventInit.idl',
'events/HashChangeEventInit.idl',
'events/KeyboardEventInit.idl',
+ 'events/MessageEventInit.idl',
'events/MouseEventInit.idl',
'events/OverflowEventInit.idl',
'events/PageTransitionEventInit.idl',
@@ -3642,6 +3643,8 @@
'<(blink_core_output_dir)/events/HashChangeEventInit.h',
'<(blink_core_output_dir)/events/KeyboardEventInit.cpp',
'<(blink_core_output_dir)/events/KeyboardEventInit.h',
+ '<(blink_core_output_dir)/events/MessageEventInit.cpp',
+ '<(blink_core_output_dir)/events/MessageEventInit.h',
'<(blink_core_output_dir)/events/MouseEventInit.cpp',
'<(blink_core_output_dir)/events/MouseEventInit.h',
'<(blink_core_output_dir)/events/OverflowEventInit.cpp',
« no previous file with comments | « Source/bindings/scripts/v8_dictionary.py ('k') | Source/core/dom/MessagePort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698