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

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

Issue 1884423002: IDL bindings: Avoid extended attributes leaking onto merged interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update documentation. Created 4 years, 8 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: third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py
index 6841f14e73f5662ad7a66415262d43e711a645a0..4068e8d524c0125849f712f7dbcd3a82aa0dc7f8 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/bindings/main.py
@@ -70,6 +70,8 @@ DEPENDENCY_IDL_FILES = frozenset([
'TestPartialInterface2.idl',
'TestPartialInterface3.idl',
'TestPartialInterface4.idl',
+ 'TestInterface2Partial.idl',
+ 'TestInterface2Partial2.idl',
])
# core/inspector/InspectorInstrumentation.idl is not a valid Blink IDL.

Powered by Google App Engine
This is Rietveld 408576698