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

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: Updated date, copyright notices, build.xml 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 | « compiler/dart-compiler.gyp ('k') | compiler/java/com/google/dart/compiler/CommandLineOptions.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/dartc.xml
diff --git a/compiler/dartc.xml b/compiler/dartc.xml
index ec3d4f93931e77100612336366c1a27b7df6d8a7..479ca99e6ce68f1b5565489e14af1c3672aaacd5 100644
--- a/compiler/dartc.xml
+++ b/compiler/dartc.xml
@@ -1,3 +1,8 @@
+<!--
+ Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+ for details. All rights reserved. Use of this source code is governed by a
+ BSD-style license that can be found in the LICENSE file.
+ -->
<project default="dist">
<import file="sources.xml"/>
<import file="test_sources.xml"/>
@@ -45,8 +50,6 @@
<property name="third_party.dir" value="../third_party"/>
- <property name="d8" value="$DARTC_HOME/bin/d8.$OS"/>
-
<property name="test_py" location="../tools/test.py"/>
<!--
@@ -215,21 +218,12 @@
</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.
-->
<copy todir="${build.dir}">
<fileset dir="scripts">
<include name="dartc_run.sh"/>
- <include name="dartc_size.sh"/>
<include name="dartc_metrics.sh"/>
</fileset>
<filterset>
@@ -237,7 +231,6 @@
</filterset>
</copy>
<chmod file="${build.dir}/dartc_run.sh" perm="a+rx"/>
- <chmod file="${build.dir}/dartc_size.sh" perm="a+rx"/>
<chmod file="${build.dir}/dartc_metrics.sh" perm="a+rx"/>
<!--
« no previous file with comments | « compiler/dart-compiler.gyp ('k') | compiler/java/com/google/dart/compiler/CommandLineOptions.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698