1# Copyright (c) 2015 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5application: performance-insights 6 7version: 3 8api_version: 1 9runtime: python27 10threadsafe: true 11 12builtins: 13- remote_api: on 14 15handlers: 16- url: /upload 17 script: perf_insights.upload.app 18 secure: always 19