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

Side by Side Diff: tracing/app.yaml

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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 | « trace_processor/experimental/mappers/v8_map_function.html ('k') | tracing/bin/run_metric » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 runtime: python27 5 runtime: python27
6 threadsafe: true 6 threadsafe: true
7 api_version: 1 7 api_version: 1
8 8
9 handlers: 9 handlers:
10 10
(...skipping 19 matching lines...) Expand all
30 30
31 - url: /trace_viewer 31 - url: /trace_viewer
32 static_dir: tracing/tracing 32 static_dir: tracing/tracing
33 secure: always 33 secure: always
34 34
35 - url: /gl-matrix-min.js 35 - url: /gl-matrix-min.js
36 static_files: tracing/third_party/gl-matrix/dist/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 37 upload: tracing/third_party/gl-matrix/dist/gl-matrix-min.js
38 secure: always 38 secure: always
39 39
40 - url: /mannwhitneyu.js
41 static_files: tracing/third_party/mannwhitneyu/mannwhitneyu.js
42 upload: tracing/third_party/mannwhitneyu/mannwhitneyu.js
43 secure: always
44
40 - url: /jszip.min.js 45 - url: /jszip.min.js
41 static_files: tracing/third_party/jszip/jszip.min.js 46 static_files: tracing/third_party/jszip/jszip.min.js
42 upload: tracing/third_party/jszip/jszip.min.js 47 upload: tracing/third_party/jszip/jszip.min.js
43 secure: always 48 secure: always
44 49
45 - url: /d3.min.js 50 - url: /d3.min.js
46 static_files: tracing/third_party/d3/d3.min.js 51 static_files: tracing/third_party/d3/d3.min.js
47 upload: tracing/third_party/d3/d3.min.js 52 upload: tracing/third_party/d3/d3.min.js
48 secure: always 53 secure: always
49 54
50 - url: /.* 55 - url: /.*
51 static_files: tracing/tracing/ui/extras/drive/index.html 56 static_files: tracing/tracing/ui/extras/drive/index.html
52 upload: tracing/tracing/ui/extras/drive/index.html 57 upload: tracing/tracing/ui/extras/drive/index.html
53 secure: always 58 secure: always
OLDNEW
« no previous file with comments | « trace_processor/experimental/mappers/v8_map_function.html ('k') | tracing/bin/run_metric » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698