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

Unified Diff: sky/tools/test_perf

Issue 1200993002: Update README.md and HACKING.md and resulting yak shave. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/tools/test_perf
diff --git a/sky/tools/test_perf b/sky/tools/test_perf
index efd5a6560bfb1261e8d07d133a2ce93147f44cf1..ad38475da0e4607e49a2286cc919ab581828f945 100755
--- a/sky/tools/test_perf
+++ b/sky/tools/test_perf
@@ -15,9 +15,8 @@ import subprocess
SUPPORTED_MIME_TYPES = [
- 'text/html',
'text/sky',
- 'text/plain',
+ 'application/dart',
]
HTTP_PORT = 9999
URL_ROOT = 'http://localhost:%s/' % HTTP_PORT

Powered by Google App Engine
This is Rietveld 408576698