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

Unified Diff: appengine/static/common/handlers.cfg

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/static/common/build.cfg ('k') | appengine/static/common/resources.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/static/common/handlers.cfg
diff --git a/appengine/static/common/handlers.cfg b/appengine/static/common/handlers.cfg
deleted file mode 100644
index e9a8ee1378808c6f1cc926489b2bdafd1562d51a..0000000000000000000000000000000000000000
--- a/appengine/static/common/handlers.cfg
+++ /dev/null
@@ -1,37 +0,0 @@
-# Deploy Tool HandlerSet for "rpcexplorer" Web App.
-#
-# Components including this must include "build.cfg" as a `build_path`.
-handler <
- url: "/rpcexplorer/?"
- static_files: <
- build: <
- path: "dist/rpcexplorer"
- dir_key: "build.static.common"
- >
- upload: "index.html"
- url_map: "index.html"
- >
- secure: SECURE_ALWAYS
->
-
-handler <
- url: "/rpcexplorer/services/.*"
- static_files <
- build: <
- path: "dist/rpcexplorer"
- dir_key: "build.static.common"
- >
- upload: "index.html"
- url_map: "index.html"
- >
- secure: SECURE_ALWAYS
->
-
-handler <
- url: "/rpcexplorer"
- static_build_dir: <
- path: "dist/rpcexplorer"
- dir_key: "build.static.common"
- >
- secure: SECURE_ALWAYS
->
« no previous file with comments | « appengine/static/common/build.cfg ('k') | appengine/static/common/resources.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698