| Index: compiler/scripts/generate_my_projects.py
|
| diff --git a/compiler/scripts/generate_my_projects.py b/compiler/scripts/generate_my_projects.py
|
| index c28e32965aef69289857f27ea1a5c701470a9f3e..c409d87f2d9ca323a338d7c5fcc5aafd7c2e9986 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/release html.dart htmlimpl.dart"
|
| + "htmllib %(compiler)s/htmllib_sources ../client/html/release html.dart"
|
| % locations)
|
| if exit_code:
|
| return exit_code
|
|
|