Index: Source/bindings/generated_bindings.gyp |
diff --git a/Source/bindings/generated_bindings.gyp b/Source/bindings/generated_bindings.gyp |
index a7289034900654f7660a41578aa3f16b41a48372..dd9cf36b9534fe2cc31f05c4e583dd564ed75dd4 100644 |
--- a/Source/bindings/generated_bindings.gyp |
+++ b/Source/bindings/generated_bindings.gyp |
@@ -275,8 +275,6 @@ |
'scripts/generate_event_interfaces.py', |
'scripts/utilities.py', |
'<(SHARED_INTERMEDIATE_DIR)/blink/InterfacesInfo.pickle', |
- # Conservative: only needs to depend on Event IDL files |
- '<@(static_idl_files)', |
], |
'outputs': [ |
'<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
@@ -439,6 +437,7 @@ |
'type': 'none', |
'dependencies': [ |
'aggregate_generated_bindings', |
+ 'event_interfaces', |
'individual_generated_bindings', |
], |
}, |