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

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

Issue 10704008: Make HtmlFrogSystem and NativeImplementationSystem the backends for HtmlInterfacesSystem and remove… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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: lib/dom/scripts/systemfrog.py
diff --git a/lib/dom/scripts/systemfrog.py b/lib/dom/scripts/systemfrog.py
index 3267f75968816a12328ab446fc9766f2461d40e2..826216bb34cfa5b1ca23d1dd388d4910b2e96ef7 100644
--- a/lib/dom/scripts/systemfrog.py
+++ b/lib/dom/scripts/systemfrog.py
@@ -47,7 +47,6 @@ class FrogSystem(System):
'frog_dom.darttemplate',
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))
def Finish(self):

Powered by Google App Engine
This is Rietveld 408576698