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

Unified Diff: compiler/scripts/generate_my_projects.py

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typos Created 9 years 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 | « client/tests/client/samples/total/total_tests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/scripts/generate_my_projects.py
diff --git a/compiler/scripts/generate_my_projects.py b/compiler/scripts/generate_my_projects.py
index 4811239d3f2b7e9e825351ec0cd121ee31dadcb1..3bf9af9a460a3d20bec384220c5e92855346a1c0 100755
--- a/compiler/scripts/generate_my_projects.py
+++ b/compiler/scripts/generate_my_projects.py
@@ -43,7 +43,7 @@ def Main():
return exit_code
exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py "
- "htmllib %(compiler)s/htmllib_sources ../client/html html.dart htmlimpl.dart"
+ "htmllib %(compiler)s/htmllib_sources ../client/html/release html.dart htmlimpl.dart"
% locations)
if exit_code:
return exit_code
« no previous file with comments | « client/tests/client/samples/total/total_tests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698