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

Unified Diff: tools/dom/scripts/systemnative.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 | « tools/dom/scripts/logging.conf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemnative.py
===================================================================
--- tools/dom/scripts/systemnative.py (revision 30191)
+++ tools/dom/scripts/systemnative.py (working copy)
@@ -1231,7 +1231,6 @@
e.Emit('\n');
e.Emit('} // namespace WebCore\n');
e.Emit('#endif // DartWebkitClassIds_h\n');
- self._emitters.Flush()
path = os.path.join(output_dir, 'DartWebkitClassIds.cpp')
e = self._emitters.FileEmitter(path)
@@ -1281,7 +1280,6 @@
e.Emit("};\n");
e.Emit('\n');
e.Emit('} // namespace WebCore\n');
- self._emitters.Flush()
def _IsOptionalStringArgumentInInitEventMethod(interface, operation, argument):
return (
« no previous file with comments | « tools/dom/scripts/logging.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698