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

Unified Diff: Source/core/core.gypi

Issue 19607011: Generate binding code for VoidCallback.idl with code generator in python (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: nits Created 7 years, 5 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/templates/callback.cpp ('k') | no next file » | 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 f76c021de034dfbff9c04eca57206b5624d59cb2..8bb8d3b22479534770bbf79db268816c71be77a3 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -201,7 +201,6 @@
'html/TimeRanges.idl',
'html/URL.idl',
'html/ValidityState.idl',
- 'html/VoidCallback.idl',
'html/canvas/ANGLEInstancedArrays.idl',
'html/canvas/ArrayBufferView.idl',
'html/canvas/CanvasGradient.idl',
@@ -322,6 +321,7 @@
'dom/ChildNode.idl',
'dom/DocumentFullscreen.idl',
'dom/ParentNode.idl',
+ 'html/VoidCallback.idl',
'page/WindowPagePopup.idl',
'workers/AbstractWorker.idl',
],
« no previous file with comments | « Source/bindings/templates/callback.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698