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

Unified Diff: tools/generate_projects.py

Issue 9702034: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: junit tests fixed 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 | « tools/dartc ('k') | tools/presubmit.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_projects.py
diff --git a/tools/generate_projects.py b/tools/generate_projects.py
index b5f1ce6c9052692a0dfab1c882c6d90a2cc7a411..baec2cf1098112431e0d5c5685b07cd82df28abc 100755
--- a/tools/generate_projects.py
+++ b/tools/generate_projects.py
@@ -60,7 +60,7 @@ if __name__ == '__main__':
if platform.system() == 'Linux':
# We need to fiddle with toplevel-dir to work around a GYP bug
- # that breaks building v8 from compiler/dart.gyp.
+ # that breaks building v8 from compiler/dart-analysis.gyp.
args += ['--toplevel-dir', os.curdir]
args += ['--generator-output', project_src]
else:
« no previous file with comments | « tools/dartc ('k') | tools/presubmit.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698