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

Side by Side Diff: appengine/static/common/handlers.cfg

Issue 2988083002: [logdog] Begin migrating to Makefile. (Closed)
Patch Set: git checkout view Created 3 years, 4 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
« no previous file with comments | « appengine/static/common/build.cfg ('k') | appengine/static/common/resources.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Deploy Tool HandlerSet for "rpcexplorer" Web App.
2 #
3 # Components including this must include "build.cfg" as a `build_path`.
4 handler <
5 url: "/rpcexplorer/?"
6 static_files: <
7 build: <
8 path: "dist/rpcexplorer"
9 dir_key: "build.static.common"
10 >
11 upload: "index.html"
12 url_map: "index.html"
13 >
14 secure: SECURE_ALWAYS
15 >
16
17 handler <
18 url: "/rpcexplorer/services/.*"
19 static_files <
20 build: <
21 path: "dist/rpcexplorer"
22 dir_key: "build.static.common"
23 >
24 upload: "index.html"
25 url_map: "index.html"
26 >
27 secure: SECURE_ALWAYS
28 >
29
30 handler <
31 url: "/rpcexplorer"
32 static_build_dir: <
33 path: "dist/rpcexplorer"
34 dir_key: "build.static.common"
35 >
36 secure: SECURE_ALWAYS
37 >
OLDNEW
« 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