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

Unified Diff: client/dom/scripts/dartgenerator.py

Issue 8915019: Rename frog dom to match SDK naming convention (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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 | « client/dom/frog_dom.js ('k') | frog/reader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator.py
===================================================================
--- client/dom/scripts/dartgenerator.py (revision 2445)
+++ client/dom/scripts/dartgenerator.py (working copy)
@@ -659,7 +659,7 @@
# New version: Frog
self.GenerateLibFile('template_frog_dom.darttemplate',
- os.path.join(lib_dir, 'frog_dom.dart'),
+ os.path.join(lib_dir, 'dom_frog.dart'),
self._dart_frog_file_paths +
self._dart_callback_file_paths)
« no previous file with comments | « client/dom/frog_dom.js ('k') | frog/reader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698