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

Unified Diff: dart/frog/frog.py

Issue 9717033: Rename leg -> dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: buildbot_annotated_steps.py 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 | « dart/compiler/tests/dartc/dartc.status ('k') | dart/frog/scripts/buildbot_annotated_steps.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/frog.py
diff --git a/dart/frog/frog.py b/dart/frog/frog.py
index 1c6bf31dd9bc45a5acb45069ae4877bc4d31b531..b77c07dbd0fee6ee3397fe4c1c2c2e1f060b87c3 100755
--- a/dart/frog/frog.py
+++ b/dart/frog/frog.py
@@ -187,7 +187,6 @@ def compileAndRun(options, args, dart):
compiler_cmd = [dart]
if options.vm_flags:
compiler_cmd.extend(options.vm_flags.split(' '))
- compiler_cmd.append('--new_gen_heap_size=64');
compiler_cmd.append(join(HOME, 'frogc.dart'))
compiler_cmd.extend(args)
exit_code = execute(compiler_cmd)
« no previous file with comments | « dart/compiler/tests/dartc/dartc.status ('k') | dart/frog/scripts/buildbot_annotated_steps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698