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

Side by Side Diff: tools/chrome_proxy/testserver/app.yaml

Issue 398823010: move chrome_proxy test server to tools/chrome_proxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
1 application: chromeproxy-test 1 application: chromeproxy-test
2 version: 1 2 version: 1
3 runtime: go 3 runtime: go
4 api_version: go1 4 api_version: go1
5 5
6 handlers: 6 handlers:
7 - url: /image 7 - url: /image
8 static_dir: image 8 static_dir: image
9 - url: /.* 9 - url: /.*
10 script: _go_app 10 script: _go_app
OLDNEW
« no previous file with comments | « no previous file | tools/chrome_proxy/testserver/data/image1.png » ('j') | tools/chromeproxy_testserver/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698