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

Unified Diff: Source/core/core.gypi

Issue 1178683007: Introducing ClipboardEvent Constructor Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 40eef5ad51b886330a8758dc9f10d52467d97c2e..38340f8f2f3b612c454b3d48a64e5ce7062d27d8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3561,6 +3561,7 @@
'events/AnimationPlayerEventInit.idl',
'events/ApplicationCacheErrorEventInit.idl',
'events/AutocompleteErrorEventInit.idl',
+ 'events/ClipboardEventInit.idl',
'events/CompositionEventInit.idl',
'events/EventInit.idl',
'events/FocusEventInit.idl',
@@ -3613,6 +3614,8 @@
'<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h',
'<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp',
'<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h',
+ '<(blink_core_output_dir)/events/ClipboardEventInit.cpp',
+ '<(blink_core_output_dir)/events/ClipboardEventInit.h',
'<(blink_core_output_dir)/events/CompositionEventInit.cpp',
'<(blink_core_output_dir)/events/CompositionEventInit.h',
'<(blink_core_output_dir)/events/EventInitDictionary.cpp',

Powered by Google App Engine
This is Rietveld 408576698