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

Unified Diff: tests/standalone/src/TestRunnerTest.dart

Issue 8597016: - Remove uses of the dart_bin binary. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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 | « samples/chat/README ('k') | tools/make_bundle.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/TestRunnerTest.dart
===================================================================
--- tests/standalone/src/TestRunnerTest.dart (revision 1711)
+++ tests/standalone/src/TestRunnerTest.dart (working copy)
@@ -56,12 +56,12 @@
String getDartBinName() {
- var names = ["out/Debug_ia32/dart_bin",
- "out/Release_ia32/dart_bin",
- "xcodebuild/Debug_ia32/dart_bin",
- "xcodebuild/Release_ia32/dart_bin",
- "Debug_ia32/dart_bin.exe",
- "Release_ia32/dart_bin.exe"];
+ var names = ["out/Debug_ia32/dart",
+ "out/Release_ia32/dart",
+ "xcodebuild/Debug_ia32/dart",
+ "xcodebuild/Release_ia32/dart",
+ "Debug_ia32/dart.exe",
+ "Release_ia32/dart.exe"];
for (var name in names) {
if (new File(name).existsSync()) {
return name;
« no previous file with comments | « samples/chat/README ('k') | tools/make_bundle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698