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

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

Issue 1975773002: Remove rule that removed polymer code (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: chromium-cq-status 1 application: chromium-cq-status
2 version: 2 2 version: 2
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 builtins: 7 builtins:
8 - remote_api: on 8 - remote_api: on
9 9
10 handlers: 10 handlers:
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 version: latest 46 version: latest
47 47
48 includes: 48 includes:
49 - gae_ts_mon 49 - gae_ts_mon
50 50
51 skip_files: 51 skip_files:
52 - ^(.*/)?#.*#$ 52 - ^(.*/)?#.*#$
53 - ^(.*/)?.*~$ 53 - ^(.*/)?.*~$
54 - ^(.*/)?.*\.py[co]$ 54 - ^(.*/)?.*\.py[co]$
55 - ^(.*/)?\..*$ 55 - ^(.*/)?\..*$
56 - ^third_party/catapult/tracing/third_party/.*$
57 - ^third_party/catapult/tracing/test_data/.*$ 56 - ^third_party/catapult/tracing/test_data/.*$
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698