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

Unified Diff: tools/testing/dart/http_server.dart

Issue 15567002: Added support for running dart2js tests on android devices (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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: tools/testing/dart/http_server.dart
diff --git a/tools/testing/dart/http_server.dart b/tools/testing/dart/http_server.dart
index 5b503c434e592af7b45a845db0b458c48273460c..fe781204639d361c2b8deeb7d6a4d44c7f577beb 100644
--- a/tools/testing/dart/http_server.dart
+++ b/tools/testing/dart/http_server.dart
@@ -52,7 +52,7 @@ main() {
help: 'Print this usage information.');
parser.addOption('build-directory', help: 'The build directory to use.');
parser.addOption('network', help: 'The network interface to use.',
- defaultsTo: '127.0.0.1');
+ defaultsTo: '0.0.0.0');
parser.addFlag('csp', help: 'Use Content Security Policy restrictions.',
defaultsTo: false);
parser.addOption('runtime', help: 'The runtime we are using (for csp flags).',

Powered by Google App Engine
This is Rietveld 408576698