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

Unified Diff: tools/dom/scripts/dartdomgenerator.py

Issue 70453002: Don't write generated C++ bindings twice, only once. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | « no previous file | tools/dom/scripts/logging.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/dartdomgenerator.py
===================================================================
--- tools/dom/scripts/dartdomgenerator.py (revision 30191)
+++ tools/dom/scripts/dartdomgenerator.py (working copy)
@@ -8,7 +8,7 @@
import dartgenerator
import database
import fremontcutbuilder
-import logging.config
+import logging
import monitored
import multiemitter
import optparse
@@ -139,6 +139,7 @@
template_loader.Load('cpp_resolver.template'), dartium_output_dir)
cpp_library_emitter.EmitClassIdTable(
webkit_database, dartium_output_dir, type_registry, renamer)
+ emitters.Flush()
if update_dom_metadata:
metadata.Flush()
« no previous file with comments | « no previous file | tools/dom/scripts/logging.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698