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

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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 484ade45f78ab4c2071f8d48d0de4457693ce62d..aad6f753b3e785a81be792fd74bc1cdf12b6e7f4 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',
@@ -3621,6 +3622,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',

Powered by Google App Engine
This is Rietveld 408576698