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

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

Issue 11235059: Switch to new library syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « lib/html/scripts/idlparser_test.dart ('k') | lib/html/templates/callback.darttemplate » ('j') | 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 8d71416b8df41981f62b357458192ac617098575..e8f551d8216b0283f82fdc314140c47922a07874 100644
--- a/lib/html/scripts/systemhtml.py
+++ b/lib/html/scripts/systemhtml.py
@@ -1122,4 +1122,4 @@ class DartLibraryEmitter():
for path in sorted(self._path_to_emitter.keys()):
relpath = os.path.relpath(path, library_file_dir)
imports_emitter.Emit(
- "#source('$PATH');\n", PATH=massage_path(relpath))
+ "part '$PATH';\n", PATH=massage_path(relpath))
« no previous file with comments | « lib/html/scripts/idlparser_test.dart ('k') | lib/html/templates/callback.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698