Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 application: chrome-apps-doc | 1 application: chrome-apps-doc |
| 2 version: 2-44-2 | 2 version: 2-45-0 |
|
not at google - send to devlin
2013/12/13 23:07:24
when you sync you'll find this has reached 2-46-0,
Renato Mangini (chromium)
2013/12/17 20:32:33
Done. Yep, 3.0.0 sounds better.
| |
| 3 runtime: python27 | 3 runtime: python27 |
| 4 api_version: 1 | 4 api_version: 1 |
| 5 threadsafe: false | 5 threadsafe: false |
| 6 | 6 |
| 7 handlers: | 7 handlers: |
| 8 - url: /robots\.txt | 8 - url: /robots\.txt |
| 9 static_files: robots.txt | 9 static_files: robots.txt |
| 10 upload: robots.txt | 10 upload: robots.txt |
| 11 - url: /favicon\.ico | 11 - url: /favicon\.ico |
| 12 static_files: chrome-32.ico | 12 static_files: chrome-32.ico |
| 13 upload: chrome-32.ico | 13 upload: chrome-32.ico |
| 14 - url: /apple-touch-icon-precomposed\.png | 14 - url: /apple-touch-icon-precomposed\.png |
| 15 static_files: chrome-128.png | 15 static_files: chrome-128.png |
| 16 upload: chrome-128.png | 16 upload: chrome-128.png |
| 17 - url: /.* | 17 - url: /.* |
| 18 script: appengine_main.py | 18 script: appengine_main.py |
| OLD | NEW |