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

Side by Side Diff: tools/perf/chromeproxy_testserver/app.yaml

Issue 257663002: A Google AppEngine test server to facilitate chromeproxy Telemetry tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 application: chromeproxy-test
2 version: 1
3 runtime: go
4 api_version: go1
5
6 handlers:
7 - url: /image
8 static_dir: image
9 - url: /.*
10 script: _go_app
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698