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

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

Issue 213543004: Consolidate IDL test cases (15%: 34 => 29) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Special ops 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
Index: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index f5c88d163f69e49de895b17e8c4a9da7e275b424..e7e9db3728897f12e072ea206a1de0243b102834 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -55,14 +55,12 @@ NOTRY=true
TBR=(someone in Source/bindings/OWNERS or WATCHLISTS:bindings)
"""
-DEPENDENCY_IDL_FILES = set([
- 'SupportTestPartialInterface.idl',
+DEPENDENCY_IDL_FILES = frozenset([
'TestImplements.idl',
'TestImplements2.idl',
'TestImplements3.idl',
'TestPartialInterface.idl',
- 'TestPartialInterfacePython.idl',
- 'TestPartialInterfacePython2.idl',
+ 'TestPartialInterface2.idl',
])

Powered by Google App Engine
This is Rietveld 408576698