Home | History | Annotate | Download | only in tracing
      1 # Copyright 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 
      5 runtime: python27
      6 threadsafe: true
      7 api_version: 1
      8 
      9 handlers:
     10 
     11 - url: /base
     12   static_dir: tracing/tracing/base
     13   secure: always
     14 
     15 - url: /core
     16   static_dir: tracing/tracing/core
     17   secure: always
     18 
     19 - url: /extras
     20   static_dir: tracing/tracing/extras
     21   secure: always
     22 
     23 - url: /ui
     24   static_dir: tracing/tracing/ui
     25   secure: always
     26 
     27 - url: /components
     28   static_dir: tracing/third_party/components
     29   secure: always
     30 
     31 - url: /trace_viewer
     32   static_dir: tracing/tracing
     33   secure: always
     34 
     35 - url: /gl-matrix-min.js
     36   static_files: tracing/third_party/gl-matrix/dist/gl-matrix-min.js
     37   upload: tracing/third_party/gl-matrix/dist/gl-matrix-min.js
     38   secure: always
     39 
     40 - url: /jszip.min.js
     41   static_files: tracing/third_party/jszip/jszip.min.js
     42   upload: tracing/third_party/jszip/jszip.min.js
     43   secure: always
     44 
     45 - url: /d3.min.js
     46   static_files: tracing/third_party/d3/d3.min.js
     47   upload: tracing/third_party/d3/d3.min.js
     48   secure: always
     49 
     50 - url: /.*
     51   static_files: tracing/tracing/ui/extras/drive/index.html
     52   upload: tracing/tracing/ui/extras/drive/index.html
     53   secure: always
     54