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

Side by Side Diff: client/samples/swarm/appengine/app.yaml

Issue 9314024: Final CL to kill off client/samples . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 | « client/samples/swarm/Views.dart ('k') | client/samples/swarm/appengine/cron.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file.
4
5 application: google.com:dart
6 version: 1
7 runtime: python
8 api_version: 1
9 default_expiration: 0m 1s
10
11 builtins:
12 - datastore_admin: on
13
14 handlers:
15 - url: /data/.*
16 script: main.py
17
18 - url: /update/.*
19 script: main.py
20
21 - url: /oauth2callback
22 script: main.py
23
24
25 - url: /dev
26 script: main.py
27
28 # This static_dir is only used at dev time.
29 - url: /dev
30 static_dir: ../../../
31 login: required
32
33 - url: /.*
34 script: main.py
35
36
OLDNEW
« no previous file with comments | « client/samples/swarm/Views.dart ('k') | client/samples/swarm/appengine/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698