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

Unified Diff: compiler/scripts/generate_my_projects.py

Issue 9845043: Rename client/{dom,html} to lib/{dom,html} . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « compiler/lib/implementation/isolate.js ('k') | dart.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « compiler/lib/implementation/isolate.js ('k') | dart.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698