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

Unified Diff: bindings/scripts/idl_compiler.py

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 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 | « bindings/scripts/generate_init_partial_interfaces.py ('k') | bindings/scripts/idl_definitions.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/scripts/idl_compiler.py
diff --git a/bindings/scripts/idl_compiler.py b/bindings/scripts/idl_compiler.py
index 7734def8dbe3df7da02694259070a90b45dc4468..baf268636e8e9cce89e0a81a73028748e9ac5148 100755
--- a/bindings/scripts/idl_compiler.py
+++ b/bindings/scripts/idl_compiler.py
@@ -165,7 +165,8 @@ def generate_dictionary_impl(options, input_filename):
info_provider=info_provider,
only_if_changed=options.write_file_only_if_changed)
- idl_filenames = read_idl_files_list_from_file(input_filename)
+ idl_filenames = read_idl_files_list_from_file(input_filename,
+ is_gyp_format=True)
for idl_filename in idl_filenames:
idl_compiler.compile_file(idl_filename)
« no previous file with comments | « bindings/scripts/generate_init_partial_interfaces.py ('k') | bindings/scripts/idl_definitions.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698