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

Unified Diff: Source/core/core.gypi

Issue 1130763006: IDL: Add any support to IDL dictionary and use it in CustomEventInit (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/tests/results/core/V8TestDictionary.cpp ('k') | Source/core/events/CustomEvent.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 7def9398bba0b12f14998b98b8114aeb58a1a477..a5de86ae2a56e7b37854932ac403f8bf3d30d3c8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3568,6 +3568,7 @@
'events/ApplicationCacheErrorEventInit.idl',
'events/AutocompleteErrorEventInit.idl',
'events/CompositionEventInit.idl',
+ 'events/CustomEventInit.idl',
'events/EventInit.idl',
'events/FocusEventInit.idl',
'events/HashChangeEventInit.idl',
@@ -3622,6 +3623,8 @@
'<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h',
'<(blink_core_output_dir)/events/CompositionEventInit.cpp',
'<(blink_core_output_dir)/events/CompositionEventInit.h',
+ '<(blink_core_output_dir)/events/CustomEventInit.cpp',
+ '<(blink_core_output_dir)/events/CustomEventInit.h',
'<(blink_core_output_dir)/events/EventInitDictionary.cpp',
'<(blink_core_output_dir)/events/EventInitDictionary.h',
'<(blink_core_output_dir)/events/FocusEventInit.cpp',
« no previous file with comments | « Source/bindings/tests/results/core/V8TestDictionary.cpp ('k') | Source/core/events/CustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698