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

Unified Diff: lib/dom/scripts/systemfrog.py

Issue 10392147: Move systems creation to dartdomgenerator.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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: lib/dom/scripts/systemfrog.py
diff --git a/lib/dom/scripts/systemfrog.py b/lib/dom/scripts/systemfrog.py
index 3cb5cc1ba7f9767935aa3cae4741e8448166fb81..64f52680e403c24d673808b84b8848a00cd99350 100644
--- a/lib/dom/scripts/systemfrog.py
+++ b/lib/dom/scripts/systemfrog.py
@@ -44,10 +44,10 @@ class FrogSystem(System):
return FrogInterfaceGenerator(self, interface, template,
super_interface_name, dart_code)
- def GenerateLibraries(self, lib_dir):
+ def GenerateLibraries(self):
self._GenerateLibFile(
'frog_dom.darttemplate',
- os.path.join(lib_dir, 'dom_frog.dart'),
+ os.path.join(self._output_dir, 'dom_frog.dart'),
(self._interface_system._dart_interface_file_paths +
self._interface_system._dart_callback_file_paths +
self._impl_file_paths))

Powered by Google App Engine
This is Rietveld 408576698