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

Unified Diff: dart/compiler/dartc.xml

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues Created 8 years, 10 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/dart-compiler.gyp ('k') | dart/compiler/dartium.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/compiler/dartc.xml
diff --git a/dart/compiler/dartc.xml b/dart/compiler/dartc.xml
index b081a9e58bfeeeda4c490597cfe4c26a7d5276cf..994a51416a62f0f945081218f935426ea5bca64a 100644
--- a/dart/compiler/dartc.xml
+++ b/dart/compiler/dartc.xml
@@ -49,14 +49,11 @@
<property name="test_py" location="../tools/test.py"/>
- <property name="closure_compiler.jar" value="${build.dir}/../closure_out/compiler.jar"/>
-
<!--
Define buildtime and runtime classpaths.
-->
<path id="classpath.compile">
<pathelement location="${third_party.dir}/args4j/2.0.12/args4j-2.0.12.jar"/>
- <pathelement location="${closure_compiler.jar}" />
<pathelement location="${third_party.dir}/guava/r09/guava-r09.jar"/>
<pathelement location="${third_party.dir}/json/r2_20080312/json.jar"/>
<pathelement location="${third_party.dir}/rhino/1_7R3/js.jar"/>
@@ -205,11 +202,6 @@
<copy file="${dartc.jar}" todir="${dist.dir}/lib"/>
<!--
- Copy the closure-compiler jar to the lib folder.
- -->
- <copy file="${closure_compiler.jar}" tofile="${dist.dir}/lib/closure-compiler.jar"/>
-
- <!--
Re-root the classpaths from third_party into the lib folder of the distro.
-->
<pathconvert property="dartc.classpath.runtime.unix" targetos="unix" refid="classpath.runtime">
@@ -218,14 +210,14 @@
<copy file="scripts/dartc.sh" tofile="${dist.dir}/bin/dartc">
<filterset>
- <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:$DARTC_LIBS/closure-compiler.jar:${dartc.classpath.runtime.unix}"/>
+ <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:${dartc.classpath.runtime.unix}"/>
</filterset>
</copy>
<chmod file="${dist.dir}/bin/dartc" perm="a+rx"/>
<copy file="scripts/dartc_test.sh" tofile="${dist.dir}/bin/dartc_test">
<filterset>
- <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:$DARTC_LIBS/closure-compiler.jar:${dartc.classpath.runtime.unix}"/>
+ <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:${dartc.classpath.runtime.unix}"/>
<filter token="D8_EXEC" value="${d8}"/>
</filterset>
</copy>
@@ -241,7 +233,7 @@
<include name="dartc_metrics.sh"/>
</fileset>
<filterset>
- <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:$DARTC_LIBS/closure-compiler.jar:${dartc.classpath.runtime.unix}"/>
+ <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:${dartc.classpath.runtime.unix}"/>
</filterset>
</copy>
<chmod file="${build.dir}/dartc_run.sh" perm="a+rx"/>
« no previous file with comments | « dart/compiler/dart-compiler.gyp ('k') | dart/compiler/dartium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698