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

Side by Side Diff: tools/dm_flags.json

Issue 1774013002: Archive SkRemote-related code. I want to start fresh. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « src/core/SkRemote_protocol.h ('k') | 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 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "pdf", 7 "pdf",
8 "pdf_poppler", 8 "pdf_poppler",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 ], 2142 ],
2143 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN": [ 2143 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN": [
2144 "--config", 2144 "--config",
2145 "565", 2145 "565",
2146 "8888", 2146 "8888",
2147 "gpu", 2147 "gpu",
2148 "f16", 2148 "f16",
2149 "srgb", 2149 "srgb",
2150 "sp-8888", 2150 "sp-8888",
2151 "2ndpic-8888", 2151 "2ndpic-8888",
2152 "remote-8888",
2153 "remote_cache-8888",
2154 "msaa16", 2152 "msaa16",
2155 "pdf", 2153 "pdf",
2156 "pdf_poppler", 2154 "pdf_poppler",
2157 "serialize-8888", 2155 "serialize-8888",
2158 "tiles_rt-8888", 2156 "tiles_rt-8888",
2159 "pic-8888", 2157 "pic-8888",
2160 "--src", 2158 "--src",
2161 "tests", 2159 "tests",
2162 "gm", 2160 "gm",
2163 "image", 2161 "image",
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 ], 2374 ],
2377 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [ 2375 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN": [
2378 "--config", 2376 "--config",
2379 "565", 2377 "565",
2380 "8888", 2378 "8888",
2381 "gpu", 2379 "gpu",
2382 "f16", 2380 "f16",
2383 "srgb", 2381 "srgb",
2384 "sp-8888", 2382 "sp-8888",
2385 "2ndpic-8888", 2383 "2ndpic-8888",
2386 "remote-8888",
2387 "remote_cache-8888",
2388 "msaa16", 2384 "msaa16",
2389 "pdf", 2385 "pdf",
2390 "pdf_poppler", 2386 "pdf_poppler",
2391 "serialize-8888", 2387 "serialize-8888",
2392 "tiles_rt-8888", 2388 "tiles_rt-8888",
2393 "pic-8888", 2389 "pic-8888",
2394 "--src", 2390 "--src",
2395 "tests", 2391 "tests",
2396 "gm", 2392 "gm",
2397 "image", 2393 "image",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 ], 2603 ],
2608 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [ 2604 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Valgrind": [
2609 "--config", 2605 "--config",
2610 "565", 2606 "565",
2611 "8888", 2607 "8888",
2612 "gpu", 2608 "gpu",
2613 "f16", 2609 "f16",
2614 "srgb", 2610 "srgb",
2615 "sp-8888", 2611 "sp-8888",
2616 "2ndpic-8888", 2612 "2ndpic-8888",
2617 "remote-8888",
2618 "remote_cache-8888",
2619 "msaa16", 2613 "msaa16",
2620 "pdf", 2614 "pdf",
2621 "pdf_poppler", 2615 "pdf_poppler",
2622 "serialize-8888", 2616 "serialize-8888",
2623 "tiles_rt-8888", 2617 "tiles_rt-8888",
2624 "pic-8888", 2618 "pic-8888",
2625 "--src", 2619 "--src",
2626 "tests", 2620 "tests",
2627 "gm", 2621 "gm",
2628 "image", 2622 "image",
(...skipping 947 matching lines...) Expand 10 before | Expand all | Expand 10 after
3576 "_", 3570 "_",
3577 ".PEF", 3571 ".PEF",
3578 "_", 3572 "_",
3579 "image", 3573 "image",
3580 "_", 3574 "_",
3581 ".SRW", 3575 ".SRW",
3582 "--match", 3576 "--match",
3583 "~GLPrograms" 3577 "~GLPrograms"
3584 ] 3578 ]
3585 } 3579 }
OLDNEW
« no previous file with comments | « src/core/SkRemote_protocol.h ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698