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

Unified Diff: Source/core/core.gypi

Issue 203143002: Simplify EventTarget bindings generation (2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add test Created 6 years, 9 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/V8TestObjectPython.cpp ('k') | Source/core/dom/Node.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 22198abb7e6be2a254b5c533e5f504b7dd1f7e1e..37d0c8088089adbf5f27f1bff9109d9ff1230378 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -446,7 +446,8 @@
'xml/XPathResult.idl',
'xml/XSLTProcessor.idl',
],
- # 'partial interface' or target (right side of) 'implements'
+ # 'partial interface', target (right side of) 'implements', and
+ # static bindings (in bindings/v8/)
'core_dependency_idl_files': [
'animation/DocumentAnimation.idl',
'animation/ElementAnimation.idl',
@@ -457,6 +458,7 @@
'dom/ParentNode.idl',
'dom/URLUtils.idl',
'dom/URLUtilsReadOnly.idl',
+ 'events/EventListener.idl',
'events/NavigatorEvents.idl',
'frame/NavigatorID.idl',
'frame/NavigatorOnLine.idl',
« no previous file with comments | « Source/bindings/tests/results/V8TestObjectPython.cpp ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698