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

Side by Side Diff: tools/dm_flags.json

Issue 1718273004: Add an SkImageGeneratorCG (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 80 chars 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/ports/SkImageGeneratorCG.cpp ('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 20 matching lines...) Expand all
31 "_", 31 "_",
32 "_", 32 "_",
33 "msaa", 33 "msaa",
34 "skp", 34 "skp",
35 "_", 35 "_",
36 "_", 36 "_",
37 "msaa16", 37 "msaa16",
38 "gm", 38 "gm",
39 "_", 39 "_",
40 "tilemodesProcess", 40 "tilemodesProcess",
41 "_",
42 "image",
43 "gen_platf",
44 "rgba32abf.bmp",
45 "_",
46 "image",
47 "gen_platf",
48 "rgb24prof.bmp",
49 "_",
50 "image",
51 "gen_platf",
52 "rgb24lprof.bmp",
53 "_",
54 "image",
55 "gen_platf",
56 "8bpp-pixeldata-cropped.bmp",
57 "_",
58 "image",
59 "gen_platf",
60 "4bpp-pixeldata-cropped.bmp",
61 "_",
62 "image",
63 "gen_platf",
64 "32bpp-pixeldata-cropped.bmp",
65 "_",
66 "image",
67 "gen_platf",
68 "24bpp-pixeldata-cropped.bmp",
41 "serialize-8888", 69 "serialize-8888",
42 "gm", 70 "gm",
43 "_", 71 "_",
44 "not_native32_bitmap_config", 72 "not_native32_bitmap_config",
45 "serialize-8888", 73 "serialize-8888",
46 "gm", 74 "gm",
47 "_", 75 "_",
48 "bleed_image", 76 "bleed_image",
49 "serialize-8888", 77 "serialize-8888",
50 "gm", 78 "gm",
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1948 "_", 1976 "_",
1949 "interlaced1.png", 1977 "interlaced1.png",
1950 "_", 1978 "_",
1951 "image", 1979 "image",
1952 "_", 1980 "_",
1953 "interlaced2.png", 1981 "interlaced2.png",
1954 "_", 1982 "_",
1955 "image", 1983 "image",
1956 "_", 1984 "_",
1957 "interlaced3.png", 1985 "interlaced3.png",
1986 "_",
1987 "image",
1988 "gen_platf",
1989 "rgba32abf.bmp",
1990 "_",
1991 "image",
1992 "gen_platf",
1993 "rgb24prof.bmp",
1994 "_",
1995 "image",
1996 "gen_platf",
1997 "rgb24lprof.bmp",
1998 "_",
1999 "image",
2000 "gen_platf",
2001 "8bpp-pixeldata-cropped.bmp",
2002 "_",
2003 "image",
2004 "gen_platf",
2005 "4bpp-pixeldata-cropped.bmp",
2006 "_",
2007 "image",
2008 "gen_platf",
2009 "32bpp-pixeldata-cropped.bmp",
2010 "_",
2011 "image",
2012 "gen_platf",
2013 "24bpp-pixeldata-cropped.bmp",
1958 "serialize-8888", 2014 "serialize-8888",
1959 "gm", 2015 "gm",
1960 "_", 2016 "_",
1961 "not_native32_bitmap_config", 2017 "not_native32_bitmap_config",
1962 "serialize-8888", 2018 "serialize-8888",
1963 "gm", 2019 "gm",
1964 "_", 2020 "_",
1965 "bleed_image", 2021 "bleed_image",
1966 "serialize-8888", 2022 "serialize-8888",
1967 "gm", 2023 "gm",
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 "_", 3626 "_",
3571 ".PEF", 3627 ".PEF",
3572 "_", 3628 "_",
3573 "image", 3629 "image",
3574 "_", 3630 "_",
3575 ".SRW", 3631 ".SRW",
3576 "--match", 3632 "--match",
3577 "~GLPrograms" 3633 "~GLPrograms"
3578 ] 3634 ]
3579 } 3635 }
OLDNEW
« no previous file with comments | « src/ports/SkImageGeneratorCG.cpp ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698