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

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

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 | « Source/bindings/scripts/compute_interfaces_info.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/bindings/main.py
diff --git a/Tools/Scripts/webkitpy/bindings/main.py b/Tools/Scripts/webkitpy/bindings/main.py
index 76467227bc687ba33c4a5c278321f74d856b6663..ade62c0bbbf3146b18da681ade9c8d77011c657a 100644
--- a/Tools/Scripts/webkitpy/bindings/main.py
+++ b/Tools/Scripts/webkitpy/bindings/main.py
@@ -97,7 +97,6 @@ class BindingsTests(object):
self.verbose = verbose
self.executive = executive.Executive()
self.provider = provider
- _, self.interface_dependencies_filename = provider.new_temp_file()
_, self.interfaces_info_filename = provider.new_temp_file()
# Generate output into the reference directory if resetting results, or
# a temp directory if not.
@@ -152,7 +151,6 @@ class BindingsTests(object):
cmd = ['python',
'bindings/scripts/compute_interfaces_info.py',
'--idl-files-list', idl_files_list_filename,
- '--interface-dependencies-file', self.interface_dependencies_filename,
'--interfaces-info-file', self.interfaces_info_filename,
'--event-names-file', event_names_filename,
'--write-file-only-if-changed', '0']
« no previous file with comments | « Source/bindings/scripts/compute_interfaces_info.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698