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

Side by Side Diff: tools/dm_flags.json

Issue 982163002: When running under Valgrind, don't draw .webps into .pdfs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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 | tools/dm_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [ 2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "msaa4", 7 "msaa4",
8 "nvprmsaa4", 8 "nvprmsaa4",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "--threads", 99 "--threads",
100 "1" 100 "1"
101 ], 101 ],
102 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [ 102 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
103 "--config", 103 "--config",
104 "565", 104 "565",
105 "8888", 105 "8888",
106 "gpu", 106 "gpu",
107 "msaa16", 107 "msaa16",
108 "nvprmsaa16", 108 "nvprmsaa16",
109 "pdf",
109 "serialize-8888", 110 "serialize-8888",
110 "tiles_rt-8888", 111 "tiles_rt-8888",
111 "pipe-8888", 112 "pipe-8888",
112 "tiles_rt-gpu", 113 "tiles_rt-gpu",
113 "--blacklist", 114 "--blacklist",
114 "gpu", 115 "gpu",
115 "_", 116 "_",
116 "PANO_20121023_214540.jpg", 117 "PANO_20121023_214540.jpg",
117 "msaa", 118 "msaa",
118 "_", 119 "_",
119 "PANO_20121023_214540.jpg", 120 "PANO_20121023_214540.jpg",
121 "pdf",
122 "_",
123 ".webp",
120 "--match", 124 "--match",
121 "~Threaded" 125 "~Threaded"
122 ], 126 ],
123 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 127 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
124 "--config", 128 "--config",
125 "565", 129 "565",
126 "8888", 130 "8888",
127 "gpu", 131 "gpu",
128 "msaa16", 132 "msaa16",
129 "nvprmsaa16", 133 "nvprmsaa16",
130 "pdf", 134 "pdf",
131 "serialize-8888", 135 "serialize-8888",
132 "tiles_rt-8888", 136 "tiles_rt-8888",
133 "pipe-8888", 137 "pipe-8888",
134 "tiles_rt-gpu", 138 "tiles_rt-gpu",
135 "angle", 139 "angle",
136 "--blacklist", 140 "--blacklist",
137 "gpu", 141 "gpu",
138 "_", 142 "_",
139 "PANO_20121023_214540.jpg", 143 "PANO_20121023_214540.jpg",
140 "msaa", 144 "msaa",
141 "_", 145 "_",
142 "PANO_20121023_214540.jpg" 146 "PANO_20121023_214540.jpg"
143 ] 147 ]
144 } 148 }
OLDNEW
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698