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

Side by Side Diff: appengine/findit/app.yaml

Issue 1950123003: [Findit] Fetch DEPS from buildspec/ instead of trunk for chrome official builds. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address comments. Created 4 years, 7 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
OLDNEW
1 application: findit-for-me-dev 1 application: findit-for-me
stgao 2016/05/05 21:02:46 ?
Sharu Jiang 2016/05/05 23:03:45 Oops...
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 module: default 6 module: default
7 instance_class: F1 7 instance_class: F1
8 automatic_scaling: 8 automatic_scaling:
9 min_idle_instances: 1 9 min_idle_instances: 1
10 max_concurrent_requests: 25 10 max_concurrent_requests: 25
11 11
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 libraries: 55 libraries:
56 - name: webapp2 56 - name: webapp2
57 version: latest 57 version: latest
58 - name: jinja2 58 - name: jinja2
59 version: latest 59 version: latest
60 - name: pycrypto 60 - name: pycrypto
61 version: latest 61 version: latest
62 - name: endpoints 62 - name: endpoints
63 version: 1.0 63 version: 1.0
OLDNEW
« no previous file with comments | « no previous file | appengine/findit/common/chromium_deps.py » ('j') | appengine/findit/common/chromium_deps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698