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

Unified Diff: Tools/Scripts/webkitpy/bindings/main.py

Issue 938403007: Support [TypeChecking] on dependent/partial interfaces. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: follow naming convention for to_list helper Created 5 years, 10 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/core/V8TestInterface3.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index 389fbc10cde7bf1a94a09a2268d93fac09467cdc..e61cb27eccc5b9b1e44c69c7626793acaf5c31de 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -69,6 +69,7 @@ DEPENDENCY_IDL_FILES = frozenset([
'TestPartialInterface.idl',
'TestPartialInterface2.idl',
'TestPartialInterface3.idl',
+ 'TestPartialInterface4.idl',
])
# core/inspector/InspectorInstrumentation.idl is not a valid Blink IDL.
« no previous file with comments | « Source/bindings/tests/results/core/V8TestInterface3.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698