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

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

Issue 10910305: Add _Merged suffix to merged dartium implementation files. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/systemhtml.py
diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
index 19657e175a46e266db3d93929bc485106ff429ed..b99ad6d0830350fe4eac05c1eede1cbbbc130bfb 100644
--- a/lib/html/scripts/systemhtml.py
+++ b/lib/html/scripts/systemhtml.py
@@ -563,7 +563,7 @@ class HtmlDartInterfaceGenerator(BaseGenerator):
if not self._interface.id in _merged_html_interfaces:
filename = '%sImpl.dart' % self._html_interface_name
else:
- filename = '%sImpl.dart' % self._interface.id
+ filename = '%sImpl_Merged.dart' % self._html_interface_name
self._implementation_emitter = self._system._CreateEmitter(filename)
else:
self._implementation_emitter = emitter.Emitter()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698