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

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: 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
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.

Powered by Google App Engine
This is Rietveld 408576698