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

Unified Diff: Tools/GardeningServer/app.yaml

Issue 469633002: Add lib directory to app.yaml for sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/app.yaml
diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
index 47c5ed1cec587cf62e9ab852d96962bb34db48ff..92d3e20e9192ae38703d5fe120dd2d8695d0f8e9 100644
--- a/Tools/GardeningServer/app.yaml
+++ b/Tools/GardeningServer/app.yaml
@@ -16,6 +16,9 @@ handlers:
- url: /images
static_dir: images
+- url: /lib
+ static_dir: lib
+
- url: /model
static_dir: model
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698