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

Unified Diff: Source/bindings/generated_bindings.gyp

Issue 212713002: Revert of Fix dependencies for EventInterfaces.in (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 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',
],
},
« 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