- add sources.
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / gonacl_appengine / app.yaml
1 application: gonativeclient
2 version: 2
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 handlers:
8 - url: /static/pnacl-demo-(.*)/
9   static_files: static/pnacl-demo-\1/index.html
10   upload: static/pnacl-demo-.*/index\.html
11
12 - url: /static/pnacl-demo/
13   static_files: static/pnacl-demo-earth/index.html
14   upload: static/pnacl-demo-earth/index\.html
15
16 - url: /static/pnacl-demo/(.*)
17   static_files: static/pnacl-demo-earth/\1
18   upload: static/pnacl-demo-earth/.*
19
20 - url: /static
21   static_dir: static
22
23 - url: /.*
24   script: gonacl.application
25
26 skip_files:
27 - src/.*