Chromium Code Reviews| Index: compiler/scripts/generate_my_projects.py |
| =================================================================== |
| --- compiler/scripts/generate_my_projects.py (revision 5796) |
| +++ compiler/scripts/generate_my_projects.py (working copy) |
| @@ -43,7 +43,7 @@ |
| return exit_code |
| exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py " |
| - "htmllib %(compiler)s/htmllib_sources ../client/html/release html.dart" |
| + "htmllib %(compiler)s/htmllib_sources ../lib/html/release html.dart" |
| % locations) |
| if exit_code: |
| return exit_code |