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

Unified Diff: Source/bindings/generated_bindings.gyp

Issue 180273009: Eliminate InterfaceDependencies.txt (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/bindings/scripts/compute_interfaces_info.py » ('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 29b72fd1c41876e9455783eb56721b3773e182da..0d5ac4ba2a2bd0fc0a809bc8d7add170c4fc1728 100644
--- a/Source/bindings/generated_bindings.gyp
+++ b/Source/bindings/generated_bindings.gyp
@@ -235,7 +235,6 @@
'<@(generated_idl_files)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
'<(SHARED_INTERMEDIATE_DIR)/blink/InterfacesInfo.pickle',
'<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in',
],
@@ -244,8 +243,6 @@
'scripts/compute_interfaces_info.py',
'--idl-files-list',
'<(idl_files_list)',
- '--interface-dependencies-file',
- '<(SHARED_INTERMEDIATE_DIR)/blink/InterfaceDependencies.txt',
'--interfaces-info-file',
'<(SHARED_INTERMEDIATE_DIR)/blink/InterfacesInfo.pickle',
'--event-names-file',
« no previous file with comments | « no previous file | Source/bindings/scripts/compute_interfaces_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698