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