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

Unified Diff: Source/bindings/generated_bindings.gyp

Issue 209723002: Fix dependencies for EventInterfaces.in (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix circular dependency 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
« no previous file with comments | « no previous file | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/generated_bindings.gyp
diff --git a/Source/bindings/generated_bindings.gyp b/Source/bindings/generated_bindings.gyp
index dd9cf36b9534fe2cc31f05c4e583dd564ed75dd4..a7289034900654f7660a41578aa3f16b41a48372 100644
--- a/Source/bindings/generated_bindings.gyp
+++ b/Source/bindings/generated_bindings.gyp
@@ -275,6 +275,8 @@
'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',
@@ -437,7 +439,6 @@
'type': 'none',
'dependencies': [
'aggregate_generated_bindings',
- 'event_interfaces',
'individual_generated_bindings',
],
},
« no previous file with comments | « no previous file | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698