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

Side by Side Diff: tools/dm_flags.json

Issue 1012183002: DM: disable image src type on Windows. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: subset too 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-GalaxyS3-Mali400-Arm7-Debug": [ 2 "Test-Android-GalaxyS3-Mali400-Arm7-Debug": [
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "tiles_rt-8888", 252 "tiles_rt-8888",
253 "pipe-8888", 253 "pipe-8888",
254 "tiles_rt-gpu", 254 "tiles_rt-gpu",
255 "angle", 255 "angle",
256 "--blacklist", 256 "--blacklist",
257 "gpu", 257 "gpu",
258 "_", 258 "_",
259 "PANO_20121023_214540.jpg", 259 "PANO_20121023_214540.jpg",
260 "msaa", 260 "msaa",
261 "_", 261 "_",
262 "PANO_20121023_214540.jpg" 262 "PANO_20121023_214540.jpg",
263 "_",
264 "image",
265 "_",
266 "_",
267 "subset",
268 "_"
263 ] 269 ]
264 } 270 }
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