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

Side by Side Diff: tools/dm_flags.json

Issue 1534043003: Update dm_flags.json to match dm_flags.py (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | no next file » | 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 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--matrix", 3 "--matrix",
4 "0", 4 "0",
5 "1", 5 "1",
6 "1", 6 "1",
7 "0", 7 "0",
8 "--config", 8 "--config",
9 "565", 9 "565",
10 "8888", 10 "8888",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "image", 181 "image",
182 "decode", 182 "decode",
183 "_", 183 "_",
184 "msaa", 184 "msaa",
185 "image", 185 "image",
186 "decode", 186 "decode",
187 "_", 187 "_",
188 "msaa16", 188 "msaa16",
189 "gm", 189 "gm",
190 "_", 190 "_",
191 "tilemodesProcess", 191 "tilemodesProcess"
192 "--match",
193 "~WritePixels"
194 ], 192 ],
195 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release": [ 193 "Test-Android-GCC-AndroidOne-GPU-Mali400MP2-Arm7-Release": [
196 "--config", 194 "--config",
197 "565", 195 "565",
198 "8888", 196 "8888",
199 "gpu", 197 "gpu",
200 "msaa4", 198 "msaa4",
201 "serialize-8888", 199 "serialize-8888",
202 "tiles_rt-8888", 200 "tiles_rt-8888",
203 "pipe-8888", 201 "pipe-8888",
(...skipping 1973 matching lines...) Expand 10 before | Expand all | Expand 10 after
2177 "_", 2175 "_",
2178 "image", 2176 "image",
2179 "_", 2177 "_",
2180 "interlaced2.png", 2178 "interlaced2.png",
2181 "_", 2179 "_",
2182 "image", 2180 "image",
2183 "_", 2181 "_",
2184 "interlaced3.png" 2182 "interlaced3.png"
2185 ] 2183 ]
2186 } 2184 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698