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

Unified Diff: dashboard/app.yaml

Issue 2960873002: WIP - Pinpoint - New Page.
Patch Set: . Created 3 years, 6 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 | dashboard/dashboard/api/oauth.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/app.yaml
diff --git a/dashboard/app.yaml b/dashboard/app.yaml
index a4661055bc10d5736047e0d9443cea658ce1ce8d..bd723a3503e0d43530623a665c87a8fd9a87f834 100644
--- a/dashboard/app.yaml
+++ b/dashboard/app.yaml
@@ -55,6 +55,11 @@ handlers:
upload: dashboard/elements/.*\.html$
secure: always
+- url: /dashboard/pinpoint/elements/(.*\.html)$
+ static_files: dashboard/pinpoint/elements/\1
+ upload: dashboard/pinpoint/elements/.*\.html$
+ secure: always
+
- url: /components/(.*)/(.*\.(html|js|css))$
static_files: polymer/components/\1/\2
upload: polymer/components/.*/.*\.(html|js|css)$
« no previous file with comments | « no previous file | dashboard/dashboard/api/oauth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698