summaryrefslogtreecommitdiffstats
path: root/styleguide/c++/chromium-cpp/app.yaml
blob: 669b1a081223708c0a2ddfdf42853c693a821f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
application: chromium-cpp
version: 1
runtime: python27
api_version: 1
threadsafe: yes

handlers:
- url: /favicon\.ico
  static_files: favicon.ico
  upload: favicon\.ico

- url: .*
  script: main.app

libraries:
- name: webapp2
  version: "2.5.2"