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

Unified Diff: sky/engine/bindings2/scripts/compute_interfaces_info_individual.py

Issue 914413004: Add a new bindings2/scripts directory for Dart bindings (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove idlrenderer.py it's not used Created 5 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
Index: sky/engine/bindings2/scripts/compute_interfaces_info_individual.py
diff --git a/sky/engine/bindings/scripts/compute_interfaces_info_individual.py b/sky/engine/bindings2/scripts/compute_interfaces_info_individual.py
similarity index 97%
copy from sky/engine/bindings/scripts/compute_interfaces_info_individual.py
copy to sky/engine/bindings2/scripts/compute_interfaces_info_individual.py
index cf6efd82d146ad4269dcda7fb2bea6d874fd72e9..28b212a9b5d713f6042390fac1044ea62dc6cf5d 100755
--- a/sky/engine/bindings/scripts/compute_interfaces_info_individual.py
+++ b/sky/engine/bindings2/scripts/compute_interfaces_info_individual.py
@@ -47,7 +47,7 @@ import os
import posixpath
import sys
-from utilities import get_file_contents, read_file_to_list, idl_filename_to_interface_name, write_pickle_file, get_interface_extended_attributes_from_idl, is_callback_interface_from_idl, is_dictionary_from_idl, get_partial_interface_name_from_idl, get_implements_from_idl, get_parent_interface, get_put_forward_interfaces_from_idl
+from utilities import get_file_contents, read_file_to_list, idl_filename_to_interface_name, write_pickle_file, get_interface_extended_attributes_from_idl, is_callback_interface_from_idl, get_partial_interface_name_from_idl, get_implements_from_idl, get_parent_interface, get_put_forward_interfaces_from_idl
module_path = os.path.dirname(__file__)
source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir))
@@ -147,7 +147,6 @@ def compute_info_individual(idl_filename, component_dir):
'implements_interfaces': right_interfaces,
'include_path': this_include_path,
'is_callback_interface': is_callback_interface_from_idl(idl_file_contents),
- 'is_dictionary': is_dictionary_from_idl(idl_file_contents),
# FIXME: temporary private field, while removing old treatement of
# 'implements': http://crbug.com/360435
'is_legacy_treat_as_partial_interface': 'LegacyTreatAsPartialInterface' in extended_attributes,
« no previous file with comments | « sky/engine/bindings2/scripts/compiler.py ('k') | sky/engine/bindings2/scripts/compute_interfaces_info_overall.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698