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

Unified Diff: Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py

Issue 10025022: Pass the list of idl files to fremontcutbuilder. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 8 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: Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py
diff --git a/Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py b/Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py
index ae39c752337acc4a1cbe766e3c85311d2725ea84..50af87352a495a78c67d1d46dfb5a35453cc81f1 100644
--- a/Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py
+++ b/Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py
@@ -42,8 +42,8 @@ def main(args):
import fremontcutbuilder
import dartdomgenerator
- # FIXME: pass the list of idl files and enabled features to fremontcutbuilder.
- fremontcutbuilder.main()
+ # FIXME: pass feature defines to fremontcutbuilder.
+ fremontcutbuilder.build_database(idlListFileName)
dartdomgenerator.GenerateDOM(systems=['native'],
generate_html_systems=False,
output_dir=outputFilePath,
« Source/WebCore/bindings/dart/gyp/dartium.gyp ('K') | « Source/WebCore/bindings/dart/gyp/dartium.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698