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

Unified Diff: Source/core/core.gypi

Issue 797583002: [bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed the UsageCounter related stuff. Created 6 years 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/core/v8/custom/custom.gypi ('k') | Source/core/events/ClipboardEvent.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 174704c0b3ec7514fd928ba9723586ce39c4072b..869224b84b6a2b5fee18f79126a8a8ee157123a8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -100,6 +100,7 @@
'events/ApplicationCacheErrorEvent.idl',
'events/AutocompleteErrorEvent.idl',
'events/BeforeUnloadEvent.idl',
+ 'events/ClipboardEvent.idl',
'events/CompositionEvent.idl',
'events/CustomEvent.idl',
'events/ErrorEvent.idl',
@@ -501,6 +502,7 @@
'events/ApplicationCacheErrorEvent.idl',
'events/AutocompleteErrorEvent.idl',
'events/BeforeUnloadEvent.idl',
+ 'events/ClipboardEvent.idl',
'events/CompositionEvent.idl',
'events/CustomEvent.idl',
'events/ErrorEvent.idl',
« no previous file with comments | « Source/bindings/core/v8/custom/custom.gypi ('k') | Source/core/events/ClipboardEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698