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

Unified Diff: appengine/swarming/app.yaml

Issue 2408743002: Move elements/ to ui/ (Closed)
Patch Set: rebase again Created 4 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 | « no previous file | appengine/swarming/elements/.bowerrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/app.yaml
diff --git a/appengine/swarming/app.yaml b/appengine/swarming/app.yaml
index 66a4e2522c291c020b9b713f6a287c5d2be2f620..d74ef1997401789c0009d877e3fc8e1192b4469e 100644
--- a/appengine/swarming/app.yaml
+++ b/appengine/swarming/app.yaml
@@ -43,9 +43,9 @@ handlers:
Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload"
X-Frame-Options: deny
-- url: /elements/polymer05/([^/]+\-build)\.(html|js)
- static_files: elements/polymer05/\1.\2
- upload: elements/polymer05/([^/]+\-build)\.(html|js)
+- url: /ui/polymer05/([^/]+\-build)\.(html|js)
+ static_files: ui/polymer05/\1.\2
+ upload: ui/polymer05/([^/]+\-build)\.(html|js)
secure: always
http_headers:
# TODO(maruel): Unsure about polymer if it is inline-style free.
@@ -71,8 +71,8 @@ handlers:
login: admin
- url: /res/(.+)
- static_files: elements/build/\1
- upload: elements/build/(.+)
+ static_files: ui/build/\1
+ upload: ui/build/(.+)
secure: always
http_headers:
Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload"
@@ -128,5 +128,5 @@ skip_files:
- ^doc/
- ^[A-Z]+$
- ^[A-Z]+\.[a-z]+$
-- elements/node_modules/
-- elements/res/imp/bower_components/
+- ui/node_modules/
+- ui/res/imp/bower_components/
« no previous file with comments | « no previous file | appengine/swarming/elements/.bowerrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698