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

Unified Diff: dart/tools/dom/dom.py

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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
Index: dart/tools/dom/dom.py
diff --git a/dart/tools/dom/dom.py b/dart/tools/dom/dom.py
index 54844a64487821ad7d84cf6d98a402c488384029..4e3240a6aa0759a93304adba9a9f7f5f16e00c9e 100755
--- a/dart/tools/dom/dom.py
+++ b/dart/tools/dom/dom.py
@@ -58,17 +58,6 @@ def build():
def dart2js():
compile_dart2js(argv.pop(0), True)
-def dartc():
- return call([
- os.path.join('tools', 'test.py'),
- '-m',
- 'release',
- '-c',
- 'dartc',
- '-r',
- 'none'
- ])
-
def docs():
return call([
os.path.join(dart_out_dir, 'dart-sdk', 'bin', 'dart'),
@@ -176,7 +165,6 @@ commands = {
'analyze': [analyze, 'Run the dart analyzer'],
'build': [build, 'Build dart in release mode'],
'dart2js': [dart2js, 'Run dart2js on the .dart file specified'],
- 'dartc': [dartc, 'Runs dartc in release mode'],
'docs': [docs, 'Generates docs.json'],
'gen': [gen, 'Re-generate DOM generated files (run go.sh)'],
'size_check': [size_check, 'Check the size of dart2js compiled Swarm'],

Powered by Google App Engine
This is Rietveld 408576698