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

Side by Side Diff: tools/sheriffing/app.yaml

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « third_party/modp_b64/OWNERS ('k') | ui/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: chromium-sheriffing 1 application: chromium-sheriffing
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 # Silly way of using appspot for static hosting. (It has a "free" tier vs. 7 # Silly way of using appspot for static hosting. (It has a "free" tier vs.
8 # Cloud Storage which requires billing info for the << $1 it will cost to 8 # Cloud Storage which requires billing info for the << $1 it will cost to
9 # host this.) 9 # host this.)
10 handlers: 10 handlers:
11 - url: / 11 - url: /
12 static_files: index.html 12 static_files: index.html
13 upload: index.html 13 upload: index.html
14 14
15 - url: /(.*) 15 - url: /(.*)
16 static_files: \1 16 static_files: \1
17 upload: (.*) 17 upload: (.*)
OLDNEW
« no previous file with comments | « third_party/modp_b64/OWNERS ('k') | ui/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698