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

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

Issue 15191002: Merge 200182 "Automatically detect inline-able doc in IDL files" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1453/src/
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/server2/app.yaml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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-3-0
5 6
6 - description: Load everything for dev. 7 - description: Load everything for dev.
7 url: /cron/dev 8 url: /cron/dev
8 schedule: every 5 minutes 9 schedule: every 5 minutes
10 target: 2-3-0
9 11
10 - description: Load everything for beta. 12 - description: Load everything for beta.
11 url: /cron/beta 13 url: /cron/beta
12 schedule: every 5 minutes 14 schedule: every 5 minutes
15 target: 2-3-0
13 16
14 - description: Load everything for stable. 17 - description: Load everything for stable.
15 url: /cron/stable 18 url: /cron/stable
16 schedule: every 5 minutes 19 schedule: every 5 minutes
20 target: 2-3-0
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/server2/app.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698