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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/modp_b64/OWNERS ('k') | ui/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sheriffing/app.yaml
diff --git a/tools/sheriffing/app.yaml b/tools/sheriffing/app.yaml
index 886bd11256adbd22c84936b4333f31f213e86f14..4c7c9657c492bb526331b7fdf0b2d05ca6e5588a 100644
--- a/tools/sheriffing/app.yaml
+++ b/tools/sheriffing/app.yaml
@@ -1,17 +1,17 @@
-application: chromium-sheriffing
-version: 1
-runtime: python27
-api_version: 1
-threadsafe: true
-
-# Silly way of using appspot for static hosting. (It has a "free" tier vs.
-# Cloud Storage which requires billing info for the << $1 it will cost to
-# host this.)
-handlers:
-- url: /
- static_files: index.html
- upload: index.html
-
-- url: /(.*)
- static_files: \1
- upload: (.*)
+application: chromium-sheriffing
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: true
+
+# Silly way of using appspot for static hosting. (It has a "free" tier vs.
+# Cloud Storage which requires billing info for the << $1 it will cost to
+# host this.)
+handlers:
+- url: /
+ static_files: index.html
+ upload: index.html
+
+- url: /(.*)
+ static_files: \1
+ upload: (.*)
« 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