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

Unified Diff: compiler/scripts/generate_my_projects.py

Issue 9317082: Remove deps on deleted files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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 | « no previous file | 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 3bf9af9a460a3d20bec384220c5e92855346a1c0..7c61024ae51fafb44688a2ffd8ee23d65c84666d 100755
--- a/compiler/scripts/generate_my_projects.py
+++ b/compiler/scripts/generate_my_projects.py
@@ -37,7 +37,7 @@ def Main():
return exit_code
exit_code = os.system("python %(compiler)s/generate_systemlibrary_list.py "
- "domlib %(compiler)s/domlib_sources ../client/dom dom.dart LICENSE README.google"
+ "domlib %(compiler)s/domlib_sources ../client/dom dom.dart"
% locations)
if exit_code:
return exit_code
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698