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

Unified Diff: third_party/crashpad/crashpad/doc/appengine/app.yaml

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments, update README.chromium Created 5 years 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: third_party/crashpad/crashpad/doc/appengine/app.yaml
diff --git a/third_party/crashpad/crashpad/doc/appengine/app.yaml b/third_party/crashpad/crashpad/doc/appengine/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..3d3fbdff1e7144645eb5c171b77e889c775ad73c
--- /dev/null
+++ b/third_party/crashpad/crashpad/doc/appengine/app.yaml
@@ -0,0 +1,8 @@
+application: crashpad-home
+runtime: go
+api_version: go1
+
+handlers:
+- url: /.*
+ script: _go_app
+ secure: always

Powered by Google App Engine
This is Rietveld 408576698