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

Unified Diff: compiler/dartc.xml

Issue 9466041: Removes dependency on v8 from dartc testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: compiler/dartc.xml
diff --git a/compiler/dartc.xml b/compiler/dartc.xml
index ec3d4f93931e77100612336366c1a27b7df6d8a7..194ce9a787b81cbf3494b0a2f6d783af18bff43d 100644
--- a/compiler/dartc.xml
+++ b/compiler/dartc.xml
@@ -45,8 +45,6 @@
<property name="third_party.dir" value="../third_party"/>
- <property name="d8" value="$DARTC_HOME/bin/d8.$OS"/>
ahe 2012/02/27 06:33:22 Don't forget to update build.xml as well.
-
<property name="test_py" location="../tools/test.py"/>
<!--
@@ -215,14 +213,6 @@
</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.classpath.runtime.unix}"/>
- <filter token="D8_EXEC" value="${d8}"/>
- </filterset>
- </copy>
- <chmod file="${dist.dir}/bin/dartc_test" perm="a+rx"/>
-
<!--
TODO: The following files are not strictly due to dist, move them out.
-->

Powered by Google App Engine
This is Rietveld 408576698