Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 application: chromium-cpp | |
| 2 version: 1 | |
| 3 runtime: python27 | |
| 4 api_version: 1 | |
| 5 threadsafe: yes | |
| 6 | |
| 7 handlers: | |
| 8 - url: /favicon\.ico | |
| 9 static_files: favicon.ico | |
| 10 upload: favicon\.ico | |
| 11 | |
| 12 - url: .* | |
| 13 script: main.app | |
| 14 | |
| 15 libraries: | |
| 16 - name: webapp2 | |
| 17 version: "2.5.2" | |
| OLD | NEW |