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

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

Issue 10660025: Cleanup dart to string conversions. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: . Created 8 years, 6 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 79ce16752af90ac72b3154b7fbe5ca36c0c0fc94..b2a4b821084cd78970dda9325cf378455f961509 100644
--- a/Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py
+++ b/Source/WebCore/bindings/dart/gyp/scripts/generate_dart_bindings.py
@@ -57,9 +57,9 @@ def main(args):
import dartdomgenerator
databaseDir = os.path.join(outputFilePath, 'idl')
- fremontcutbuilder.build_database(idlFiles, databaseDir, featureDefines)
+ #fremontcutbuilder.build_database(idlFiles, databaseDir, featureDefines)
Anton Muhin 2012/06/26 16:52:28 probably should be reverted before commit
podivilov 2012/06/26 18:07:38 Done.
dartdomgenerator.Generate(['htmldartium'], databaseDir,
- False, outputFilePath, outputFilePath)
+ True, outputFilePath, outputFilePath)
return 0

Powered by Google App Engine
This is Rietveld 408576698