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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/chromeproxy_testserver/app.yaml
diff --git a/tools/perf/chromeproxy_testserver/app.yaml b/tools/perf/chromeproxy_testserver/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..6a89db7ca4c793d76bbc067f13e6530130ad5c5e
--- /dev/null
+++ b/tools/perf/chromeproxy_testserver/app.yaml
@@ -0,0 +1,10 @@
+application: chromeproxy-test
+version: 1
+runtime: go
+api_version: go1
+
+handlers:
+- url: /image
+ static_dir: image
+- url: /.*
+ script: _go_app

Powered by Google App Engine
This is Rietveld 408576698