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

Unified Diff: lib/html/scripts/systemnative.py

Issue 10917264: Fix dart:html generated directory structure and unify file names between backends. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« lib/html/scripts/systemhtml.py ('K') | « lib/html/scripts/systemhtml.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/systemnative.py
diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
index 28005474e9c5d6b54fc6a04c388876dbf4806f05..ddd22cf3391dd14ec8b177256c27eeec59f2c6f3 100644
--- a/lib/html/scripts/systemnative.py
+++ b/lib/html/scripts/systemnative.py
@@ -178,18 +178,6 @@ class NativeImplementationGenerator(systembase.BaseGenerator):
def ImplementationClassName(self):
return self._ImplClassName(self._interface.id)
- def FilePathForDartImplementation(self):
- return os.path.join(self._system._output_dir, 'dart',
- '%sImplementation.dart' % self._interface.id)
-
- def FilePathForDartFactoryProviderImplementation(self):
- file_name = '%sFactoryProviderImplementation.dart' % self._interface.id
- return os.path.join(self._system._output_dir, 'dart', file_name)
-
- def FilePathForDartElementsFactoryProviderImplementation(self):
- return os.path.join(self._system._output_dir, 'dart',
- '_ElementsFactoryProviderImplementation.dart')
-
def SetImplementationEmitter(self, implementation_emitter):
self._dart_impl_emitter = implementation_emitter
« lib/html/scripts/systemhtml.py ('K') | « lib/html/scripts/systemhtml.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698