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

Side by Side Diff: chrome/common/extensions/docs/server2/cron.yaml

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 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 unified diff | Download patch
OLDNEW
1 cron: 1 cron:
2 - description: Load everything for trunk. 2 - description: Load everything for trunk.
3 url: /_cron/trunk 3 url: /_cron/trunk
4 schedule: every 5 minutes 4 schedule: every 5 minutes
5 target: 2-4-0 5 target: 2-5-0
6 6
7 - description: Load everything for dev. 7 - description: Load everything for dev.
8 url: /_cron/dev 8 url: /_cron/dev
9 schedule: every 5 minutes 9 schedule: every 5 minutes
10 target: 2-4-0 10 target: 2-5-0
11 11
12 - description: Load everything for beta. 12 - description: Load everything for beta.
13 url: /_cron/beta 13 url: /_cron/beta
14 schedule: every 5 minutes 14 schedule: every 5 minutes
15 target: 2-4-0 15 target: 2-5-0
16 16
17 - description: Load everything for stable. 17 - description: Load everything for stable.
18 url: /_cron/stable 18 url: /_cron/stable
19 schedule: every 5 minutes 19 schedule: every 5 minutes
20 target: 2-4-0 20 target: 2-5-0
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/app.yaml ('k') | chrome/common/extensions/docs/server2/cron_servlet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698