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

Side by Side Diff: Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/index.yaml

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 indexes: 1 indexes:
2 2
3 # AUTOGENERATED 3 # AUTOGENERATED
4 4
5 # This index.yaml is automatically updated whenever the dev_appserver 5 # This index.yaml is automatically updated whenever the dev_appserver
6 # detects that a new type of query is run. If you want to manage the 6 # detects that a new type of query is run. If you want to manage the
7 # index.yaml file manually, remove the above marker line (the line 7 # index.yaml file manually, remove the above marker line (the line
8 # saying "# AUTOGENERATED"). If you want to manage some indexes 8 # saying "# AUTOGENERATED"). If you want to manage some indexes
9 # manually, move them above the marker line. The index.yaml file is 9 # manually, move them above the marker line. The index.yaml file is
10 # automatically uploaded to the admin console when you next deploy 10 # automatically uploaded to the admin console when you next deploy
11 # your application using appcfg.py. 11 # your application using appcfg.py.
12 12
13 - kind: DashboardFile 13 - kind: TestResult
14 properties: 14 properties:
15 - name: name 15 - name: set
16 - name: url
17
18 - kind: TestSet
19 properties:
20 - name: cpu
16 - name: date 21 - name: date
17 direction: desc 22 direction: desc
18 23
19 - kind: TestFile 24 - kind: TestSet
20 properties: 25 properties:
21 - name: builder 26 - name: cpu
27 - name: network
22 - name: date 28 - name: date
23 direction: desc 29 direction: desc
24 30
25 - kind: TestFile 31 - kind: TestSet
26 properties: 32 properties:
27 - name: builder 33 - name: cpu
28 - name: master 34 - name: network
29 - name: name 35 - name: version
30 - name: test_type
31 - name: date 36 - name: date
32 direction: desc 37 direction: desc
33 38
34 - kind: TestFile 39 - kind: TestSet
35 properties: 40 properties:
36 - name: builder 41 - name: cpu
37 - name: name 42 - name: version
38 - name: date 43 - name: date
39 direction: desc 44 direction: desc
40 45
41 - kind: TestFile 46 - kind: TestSet
42 properties: 47 properties:
43 - name: builder 48 - name: network
44 - name: name
45 - name: test_type
46 - name: date 49 - name: date
47 direction: desc 50 direction: desc
48 51
49 - kind: TestFile 52 - kind: TestSet
50 properties: 53 properties:
51 - name: master 54 - name: network
55 - name: version
52 - name: date 56 - name: date
53 direction: desc 57 direction: desc
54 58
55 - kind: TestFile 59 - kind: TestSet
56 properties: 60 properties:
57 - name: name 61 - name: network_type
58 - name: date 62 - name: date
59 direction: desc 63 direction: desc
60 64
61 - kind: TestFile 65 - kind: TestSet
62 properties: 66 properties:
63 - name: test_type 67 - name: version
64 - name: date 68 - name: date
65 direction: desc 69 direction: desc
70
71 - kind: TestSummary
72 properties:
73 - name: cpu
74 - name: date
75 direction: desc
76
77 - kind: TestSummary
78 properties:
79 - name: set
80 - name: date
81
82 - kind: TestSummary
83 properties:
84 - name: set
85 - name: date
86 direction: desc
87
88 - kind: TestSummary
89 properties:
90 - name: set
91 - name: url
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698