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

Unified Diff: samples/total/server/TotalRunner.dart

Issue 9314025: Remove fling, deftserver (used only by fling), and commons-codec (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 11 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 | « samples/total/client/Server.dart ('k') | third_party/commons-codec/1.5/LICENSE.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/total/server/TotalRunner.dart
===================================================================
--- samples/total/server/TotalRunner.dart (revision 3853)
+++ samples/total/server/TotalRunner.dart (working copy)
@@ -34,7 +34,7 @@
String _serverMain;
// TODO: Release or Debug? We should be able to find automatically
- static final DART_EXEC_PATH = '../../../out/Release_ia32/dart';
+ static final DART_EXEC_PATH = '../../../xcodebuild/Release_ia32/dart';
static final CR = 0x0d;
static final LF = 0x0a;
« no previous file with comments | « samples/total/client/Server.dart ('k') | third_party/commons-codec/1.5/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698